Browse Source

文字优化

shish 3 năm trước cách đây
mục cha
commit
33f0956a4c
1 tập tin đã thay đổi với 5 bổ sung4 xóa
  1. 5 4
      hdApp/src/pagesPurchase/components/wangCg.vue

+ 5 - 4
hdApp/src/pagesPurchase/components/wangCg.vue

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