|
@@ -4,6 +4,7 @@
|
|
|
<view style="margin:45upx 0;color:white;font-size:34upx;">首次下单,请填写门店信息</view>
|
|
<view style="margin:45upx 0;color:white;font-size:34upx;">首次下单,请填写门店信息</view>
|
|
|
<view class="freeApply" @click="apply">填写</view>
|
|
<view class="freeApply" @click="apply">填写</view>
|
|
|
<view style="margin:55upx 0;color:white;font-size:27upx;" @click="goLogin()">我已经填过了,<text style="text-decoration:underline;">去登录</text></view>
|
|
<view style="margin:55upx 0;color:white;font-size:27upx;" @click="goLogin()">我已经填过了,<text style="text-decoration:underline;">去登录</text></view>
|
|
|
|
|
+ <view style="margin:55upx 0;color:white;font-size:27upx;" >注册后,伙伴和员工需要登录,请联系批发店</view>
|
|
|
</view>
|
|
</view>
|
|
|
</template>
|
|
</template>
|
|
|
<script>
|
|
<script>
|
|
@@ -65,7 +66,7 @@ export default {
|
|
|
& > .noData_img {
|
|
& > .noData_img {
|
|
|
width: 318upx;
|
|
width: 318upx;
|
|
|
height: 318upx;
|
|
height: 318upx;
|
|
|
- margin: 150upx auto 0;
|
|
|
|
|
|
|
+ margin: 100upx auto 0;
|
|
|
}
|
|
}
|
|
|
& > .no_data_text {
|
|
& > .no_data_text {
|
|
|
font-size: 32upx;
|
|
font-size: 32upx;
|
|
@@ -75,12 +76,12 @@ export default {
|
|
|
}
|
|
}
|
|
|
& > .freeApply {
|
|
& > .freeApply {
|
|
|
width: 280upx;
|
|
width: 280upx;
|
|
|
- height: 90upx;
|
|
|
|
|
- line-height:90upx;
|
|
|
|
|
|
|
+ height: 110upx;
|
|
|
|
|
+ line-height:110upx;
|
|
|
background: linear-gradient(90deg, #3385ff, #33b0ff);
|
|
background: linear-gradient(90deg, #3385ff, #33b0ff);
|
|
|
border-radius: 44upx;
|
|
border-radius: 44upx;
|
|
|
margin: 20upx auto;
|
|
margin: 20upx auto;
|
|
|
- font-size: 33upx;
|
|
|
|
|
|
|
+ font-size: 34upx;
|
|
|
font-weight:bold;
|
|
font-weight:bold;
|
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
|
text-align: center;
|
|
text-align: center;
|