diff --git a/page_components/fuwu/index.vue b/page_components/fuwu/index.vue index 1c18085..43742c5 100644 --- a/page_components/fuwu/index.vue +++ b/page_components/fuwu/index.vue @@ -36,7 +36,7 @@ 该设备还剩余时长:{{expireTimeStr}}分钟 - {{item.description}} + {{item.description == null ? '无' : item.description}} 联系客服:2562356565 @@ -46,7 +46,7 @@ 我已同意 - 《用户服务协议》 + 《用户服务协议》 立即支付 @@ -210,7 +210,9 @@ /deep/ .u-title { padding-bottom: 22rpx; } - + /deep/ .u-checkbox__label{ + margin-right: 0 !important; + } // /deep/ .u-icon__icon{ // padding-bottom: 41rpx; // } @@ -288,7 +290,7 @@ .title { margin-top: 40rpx; padding-left: 32rpx; - font-weight: 500; + font-weight: 600; font-size: 40rpx; color: #383838; margin-bottom: 30rpx; @@ -311,6 +313,8 @@ text { color: #638DFF; + height: 50rpx; + line-height: 50rpx; } .zf { diff --git a/page_components/wifilist/index.vue b/page_components/wifilist/index.vue index 963470c..5fe41d8 100644 --- a/page_components/wifilist/index.vue +++ b/page_components/wifilist/index.vue @@ -1,7 +1,9 @@