Commit f73176235001a519758bf187fba6a5e0bfc38760

Authored by season
1 parent 0de6eabb

支付尾款

pages/cart/cart_wk/cart_wk.json
1 1 {
  2 + "navigationBarTitleText": "支付尾款",
2 3 "usingComponents": {
3 4 "warn": "/components/long_warn/long_warn"
4 5 }
... ...
pages/cart/cart_wk/cart_wk.wxss
... ... @@ -3,7 +3,7 @@
3 3 .user-mes {
4 4 position: relative;
5 5 background-color: #fff;
6   - font-size: 32rpx;
  6 + font-size: 30rpx;
7 7 color: #444;
8 8 }
9 9 .user-contact {
... ... @@ -60,13 +60,14 @@
60 60 }
61 61  
62 62 .top {
63   - widows: 100%;
64   - background-color: white;
65   - min-height: 70rpx;
66   - display: flex;
67   - padding: 10rpx;
68   - border-bottom: 2rpx solid rgb(238, 238, 238);
69   - margin-top: 20rpx;
  63 +
  64 + background-color: white;
  65 +height: 40px;
  66 +display: flex;
  67 +padding: 10rpx 0 0 0;
  68 +border-bottom: 2rpx solid rgb(238, 238, 238);
  69 +margin-top: 10rpx;
  70 +
70 71 }
71 72  
72 73 .t_img image {
... ... @@ -75,7 +76,7 @@
75 76 }
76 77  
77 78 .t_wz {
78   - font-size: 36rpx;
  79 + font-size: 30rpx;
79 80 font-weight: bold;
80 81 color: rgb(0, 0, 0);
81 82 line-height: 65rpx;
... ... @@ -104,7 +105,7 @@
104 105 .center .cen_name {
105 106 height: 120rpx;
106 107 width: 370rpx;
107   - font-size: 36rpx;
  108 + font-size: 30rpx;
108 109 padding-left: 10rpx;
109 110 overflow:hidden;
110 111 text-overflow:ellipsis;
... ... @@ -113,7 +114,7 @@
113 114  
114 115 .center .cen_jg {
115 116 color: #c4182e;
116   - font-size: 40rpx;
  117 + font-size: 32rpx;
117 118 width: 200rpx;
118 119 height: 40rpx;
119 120 text-align: right;
... ... @@ -121,8 +122,7 @@
121 122  
122 123 .center .cen_jg .cen_sl {
123 124 color: black;
124   - font-size: 32rpx;
125   - font-weight: bold;
  125 + font-size: 26rpx;
126 126 width: 200rpx;
127 127 height: 38rpx;
128 128 }
... ... @@ -137,20 +137,20 @@
137 137 }
138 138  
139 139 .quhou .qu_fs {
140   - font-size: 38rpx;
  140 + font-size: 30rpx;
141 141 display: flex;
142   - height: 80rpx;
  142 + height: 60rpx;
143 143 margin-left: 25rpx;
144 144 line-height: 62rpx;
145 145 }
146 146  
147 147 .quhou .qu_fs image {
148   - width: 46rpx;
149   - height: 46rpx;
  148 + width: 34rpx;
  149 + height: 34rpx;
150 150 margin-right: 18rpx;
151 151 vertical-align: center;
152 152 position: relative;
153   - top:8rpx
  153 + top:14rpx
154 154 }
155 155  
156 156 .quhou .qu_fs .qu_wz {}
... ... @@ -161,7 +161,7 @@
161 161 background-color: white;
162 162 padding: 20rpx 10rpx;
163 163 margin-top: 20rpx;
164   - font-size: 36rpx;
  164 + font-size: 28rpx;
165 165 }
166 166  
167 167 .chentuan .ct_one {
... ... @@ -190,7 +190,7 @@
190 190 width: 100%;
191 191 min-height: 80rpx;
192 192 line-height: 80rpx;
193   - font-size: 38rpx;
  193 + font-size: 30rpx;
194 194 position: fixed;
195 195 bottom: 0;
196 196 text-align: right;
... ... @@ -208,7 +208,7 @@
208 208 .zf .zf_btn {
209 209 color: white;
210 210 background-color: #c4182e;
211   - font-size: 30rpx;
  211 + font-size: 28rpx;
212 212 width: 170rpx;
213 213 text-align: center;
214 214 line-height: 80rpx;
... ...
pages/team/team_ping/team_ping.wxss
... ... @@ -284,7 +284,7 @@ margin-right: 20rpx;
284 284 display: inline-block;
285 285 width: 33.33%;
286 286 color: #777777;
287   - font-size: 36rpx;
  287 + font-size: 32rpx;
288 288 }
289 289 .on{ color:#e4374d;
290 290 border-bottom: 5rpx solid #e4374d;}
... ...