@@ -166,6 +166,10 @@ cover-view {
font-size: 20rpx;
}
+.fz22 {
+ font-size: 22rpx;
+}
+
.fz24 {
font-size: 24rpx;
@@ -16,7 +16,6 @@ Component({
size: 20,
list: [],
total: 0,
- bottomText: '点击或滑动加载更多...',
cargoOwnerId:0
},
methods: {
@@ -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>
@@ -22,7 +22,7 @@
<view style="margin-top: 100rpx;font-size: 50rpx;color: #333;text-align: center;">汇很多运输管家先行版
<view class="df jcc" style="position:absolute;bottom: 15vh;width: 100%;">
- <PhoneButton type="primary">登录/注册</PhoneButton>
+ <PhoneButton type="primary">登录</PhoneButton>
<!-- <button bindtap="goExp">去体验</button> -->
</block>
@@ -107,4 +107,13 @@ page {
width: 160rpx;
text-align: center;
color: #444;
+.bottom-text {
+ text-align: center;
+ padding-top: 30rpx;
+ padding-bottom: 50rpx;
+ color: #777;