main
liudan 2 years ago
parent c96f4f5a91
commit c9cfce9295
  1. 4
      pages.json
  2. 18
      pages/app/merchant/apply.vue

@ -262,7 +262,9 @@
"path": "merchant/apply", "path": "merchant/apply",
"style": { "style": {
"navigationBarTitleText": "门店入驻", "navigationBarTitleText": "门店入驻",
"navigationStyle": "custom" "navigationBarBackgroundColor": "#21222B",
"navigationBarTextStyle": "white"
// "navigationStyle": "custom"
}, },
"meta": { "meta": {
"auth": true, "auth": true,

@ -2,9 +2,9 @@
<template> <template>
<view class="apply-commission-wrap page_box"> <view class="apply-commission-wrap page_box">
<!-- 标题栏 --> <!-- 标题栏 -->
<view class="head-box"> <!-- <view class="head-box">
<shopro-navbar back-icon-color="#fff" :background="{}"></shopro-navbar> <shopro-navbar back-icon-color="#fff" :background="{}"></shopro-navbar>
</view> </view> -->
<!-- 表单 --> <!-- 表单 -->
<view class="apply-form content_box"> <view class="apply-form content_box">
@ -27,7 +27,7 @@
<u-form-item :labelStyle="labelStyle" label-width="150" label-position="left" label="营业天数" prop="weeks"> <u-form-item :labelStyle="labelStyle" label-width="150" label-position="left" label="营业天数" prop="weeks">
<u-input type="select" placeholder="请选择营业天数" disabled :placeholderStyle="placeholderStyle" v-model="model.weeks" @click="onSelect('week')"></u-input> <u-input type="select" placeholder="请选择营业天数" disabled :placeholderStyle="placeholderStyle" v-model="model.weeks" @click="onSelect('week')"></u-input>
</u-form-item> </u-form-item>
<u-form-item :labelStyle="labelStyle" right-icon="map-fill" :right-icon-style="{color:'#4CB89D'}" label-width="150" label-position="left" label="所在地区" prop="area"> <u-form-item :labelStyle="labelStyle" right-icon="map-fill" :right-icon-style="{color:'#EDCE9A'}" label-width="150" label-position="left" label="所在地区" prop="area">
<u-input type="text" disabled v-model="model.area" placeholder="请点击定位" @click="chooseLocation"></u-input> <u-input type="text" disabled v-model="model.area" placeholder="请点击定位" @click="chooseLocation"></u-input>
</u-form-item> </u-form-item>
<u-form-item :border-bottom="false" :labelStyle="labelStyle" label-width="150" label-position="left" label="详细地址" prop="address"> <u-form-item :border-bottom="false" :labelStyle="labelStyle" label-width="150" label-position="left" label="详细地址" prop="address">
@ -474,9 +474,10 @@
background-color: #fff; background-color: #fff;
.head-box { .head-box {
background: url($IMG_URL+'/imgs/user/sh_leader_apply_head.png') no-repeat; // background-color: #EDCE9A;
// background: url($IMG_URL+'/imgs/user/sh_leader_apply_head.png') no-repeat;
background-size: 100% auto; background-size: 100% auto;
height: 370rpx; // height: 370rpx;
} }
} }
@ -493,15 +494,16 @@
.agreement-text { .agreement-text {
font-size: 24rpx; font-size: 24rpx;
font-weight: 500; font-weight: 500;
color: #4cb89d; color: #EDCE9A;
} }
} }
.save-btn { .save-btn {
width: 690rpx; width: 690rpx;
line-height: 86rpx; line-height: 86rpx;
background: linear-gradient(90deg, #2dae9c, #6bc29e); // background: linear-gradient(90deg, #2dae9c, #6bc29e);
box-shadow: 0px 7rpx 11rpx 2rpx rgba(61, 179, 156, 0.34); background: #EDCE9A;
// box-shadow: 0px 7rpx 11rpx 2rpx rgba(61, 179, 156, 0.34);
border-radius: 43rpx; border-radius: 43rpx;
font-weight: 500; font-weight: 500;
color: #ffffff; color: #ffffff;

Loading…
Cancel
Save