Przeglądaj źródła

更新 文案;样式

wzh 3 lat temu
rodzic
commit
13ae954f0a

+ 4 - 0
miniprogram/app.wxss

@@ -166,6 +166,10 @@ cover-view {
   font-size: 20rpx;
 }
 
+.fz22 {
+  font-size: 22rpx;
+}
+
 .fz24 {
   font-size: 24rpx;
 }

+ 0 - 1
miniprogram/components/voyages/voyages.js

@@ -16,7 +16,6 @@ Component({
     size: 20,
     list: [],
     total: 0,
-    bottomText: '点击或滑动加载更多...',
     cargoOwnerId:0
   },
   methods: {

+ 1 - 1
miniprogram/components/voyages/voyages.wxml

@@ -10,5 +10,5 @@
     <view class="col-3">{{item.cargo}}</view>
     <view class="col-4">{{item.tons}}</view>
   </view>
-  <view bindtap="scrollList" class="bottom-text">{{total==0?'暂无数据':(total>size*currentPage?bottomText:'已加载完毕')}}</view>
+  <view bindtap="scrollList" class="bottom-text">{{total==0?'暂无数据':(total>size*currentPage?'点击或滑动加载更多...':'已加载完毕')}}</view>
 </scroll-view>

+ 1 - 1
miniprogram/pages/me/me.wxml

@@ -22,7 +22,7 @@
   <view style="margin-top: 100rpx;font-size: 50rpx;color: #333;text-align: center;">汇很多运输管家先行版
   </view>
   <view class="df jcc" style="position:absolute;bottom: 15vh;width: 100%;">
-    <PhoneButton type="primary">登录/注册</PhoneButton>
+    <PhoneButton type="primary">登录</PhoneButton>
   </view>
   <!-- <button bindtap="goExp">去体验</button> -->
 </block>

+ 9 - 0
miniprogram/pages/voyages/detail/detail.wxss

@@ -107,4 +107,13 @@ page {
   width: 160rpx;
   text-align: center;
   color: #444;
+}
+
+
+.bottom-text {
+  text-align: center;
+  padding-top: 30rpx;
+  padding-bottom: 50rpx;
+  font-size: 22rpx;
+  color: #777;
 }