From f73176235001a519758bf187fba6a5e0bfc38760 Mon Sep 17 00:00:00 2001 From: season Date: Wed, 4 Sep 2019 21:41:55 +0800 Subject: [PATCH] 支付尾款 --- pages/cart/cart_wk/cart_wk.json | 1 + pages/cart/cart_wk/cart_wk.wxss | 42 +++++++++++++++++++++--------------------- pages/team/team_ping/team_ping.wxss | 2 +- 3 files changed, 23 insertions(+), 22 deletions(-) diff --git a/pages/cart/cart_wk/cart_wk.json b/pages/cart/cart_wk/cart_wk.json index 4fca492..a3afde3 100644 --- a/pages/cart/cart_wk/cart_wk.json +++ b/pages/cart/cart_wk/cart_wk.json @@ -1,4 +1,5 @@ { + "navigationBarTitleText": "支付尾款", "usingComponents": { "warn": "/components/long_warn/long_warn" } diff --git a/pages/cart/cart_wk/cart_wk.wxss b/pages/cart/cart_wk/cart_wk.wxss index dff9c12..cc9f602 100644 --- a/pages/cart/cart_wk/cart_wk.wxss +++ b/pages/cart/cart_wk/cart_wk.wxss @@ -3,7 +3,7 @@ .user-mes { position: relative; background-color: #fff; - font-size: 32rpx; + font-size: 30rpx; color: #444; } .user-contact { @@ -60,13 +60,14 @@ } .top { - widows: 100%; - background-color: white; - min-height: 70rpx; - display: flex; - padding: 10rpx; - border-bottom: 2rpx solid rgb(238, 238, 238); - margin-top: 20rpx; + + background-color: white; +height: 40px; +display: flex; +padding: 10rpx 0 0 0; +border-bottom: 2rpx solid rgb(238, 238, 238); +margin-top: 10rpx; + } .t_img image { @@ -75,7 +76,7 @@ } .t_wz { - font-size: 36rpx; + font-size: 30rpx; font-weight: bold; color: rgb(0, 0, 0); line-height: 65rpx; @@ -104,7 +105,7 @@ .center .cen_name { height: 120rpx; width: 370rpx; - font-size: 36rpx; + font-size: 30rpx; padding-left: 10rpx; overflow:hidden; text-overflow:ellipsis; @@ -113,7 +114,7 @@ .center .cen_jg { color: #c4182e; - font-size: 40rpx; + font-size: 32rpx; width: 200rpx; height: 40rpx; text-align: right; @@ -121,8 +122,7 @@ .center .cen_jg .cen_sl { color: black; - font-size: 32rpx; - font-weight: bold; + font-size: 26rpx; width: 200rpx; height: 38rpx; } @@ -137,20 +137,20 @@ } .quhou .qu_fs { - font-size: 38rpx; + font-size: 30rpx; display: flex; - height: 80rpx; + height: 60rpx; margin-left: 25rpx; line-height: 62rpx; } .quhou .qu_fs image { - width: 46rpx; - height: 46rpx; + width: 34rpx; + height: 34rpx; margin-right: 18rpx; vertical-align: center; position: relative; - top:8rpx + top:14rpx } .quhou .qu_fs .qu_wz {} @@ -161,7 +161,7 @@ background-color: white; padding: 20rpx 10rpx; margin-top: 20rpx; - font-size: 36rpx; + font-size: 28rpx; } .chentuan .ct_one { @@ -190,7 +190,7 @@ width: 100%; min-height: 80rpx; line-height: 80rpx; - font-size: 38rpx; + font-size: 30rpx; position: fixed; bottom: 0; text-align: right; @@ -208,7 +208,7 @@ .zf .zf_btn { color: white; background-color: #c4182e; - font-size: 30rpx; + font-size: 28rpx; width: 170rpx; text-align: center; line-height: 80rpx; diff --git a/pages/team/team_ping/team_ping.wxss b/pages/team/team_ping/team_ping.wxss index 5cc63ba..c346b6a 100644 --- a/pages/team/team_ping/team_ping.wxss +++ b/pages/team/team_ping/team_ping.wxss @@ -284,7 +284,7 @@ margin-right: 20rpx; display: inline-block; width: 33.33%; color: #777777; - font-size: 36rpx; + font-size: 32rpx; } .on{ color:#e4374d; border-bottom: 5rpx solid #e4374d;} -- libgit2 0.21.4