shish 1 год назад
Родитель
Сommit
275544fe1a
1 измененных файлов с 7 добавлено и 7 удалено
  1. 7 7
      hdApp/src/pagesPurchase/components/wangCg.vue

+ 7 - 7
hdApp/src/pagesPurchase/components/wangCg.vue

@@ -1,10 +1,10 @@
 <template>
   <view class="model" v-if="show">
     <image :src="`${constant.imgUrl}/ghs/home/deserve.png`" class="noData_img"></image>
-    <view style="margin:45upx 0;color:white;font-size:34upx;">首次下单,请填写门店信息</view>
+    <view style="margin:45upx 0;color:white;font-size:35upx;">首次下单,请填写门店信息</view>
     <view class="freeApply" @click="apply">填写</view>
-    <view style="margin:55upx 0;color:white;font-size:36upx;" @click="goLogin()">
-      <text style="text-decoration:underline;">直接登录</text>
+    <view style="margin:65upx 0 0 0;color:white;font-size:40upx;" @click="goLogin()">
+      <text style="text-decoration:underline;">已填过,直接登录</text>
     </view>
     <view style="margin:55upx 0;color:white;font-size:29upx;" >如您的伙伴需要买花,请联系批发店添加员工</view>
   </view>
@@ -91,13 +91,13 @@ export default {
     margin: 50upx 0;
   }
   & > .freeApply {
-    width: 280upx;
-    height: 110upx;
-    line-height:110upx;
+    width: 300upx;
+    height: 120upx;
+    line-height:120upx;
     background: linear-gradient(90deg, #3385ff, #33b0ff);
     border-radius: 44upx;
     margin: 20upx auto;
-    font-size: 34upx;
+    font-size: 38upx;
     font-weight:bold;
     color: #ffffff;
     text-align: center;