Commit 3b9b13b6a5dce31301f2c33433e4d4ad36b7216d
1 parent
bd468f89
优化首页
Showing
3 changed files
with
16 additions
and
8 deletions
app.wxss
@@ -240,9 +240,7 @@ justify-content:space-around; | @@ -240,9 +240,7 @@ justify-content:space-around; | ||
240 | .t-l{ | 240 | .t-l{ |
241 | text-align: right; | 241 | text-align: right; |
242 | } | 242 | } |
243 | -.white{ | ||
244 | - color: #fff; | ||
245 | -} | 243 | + |
246 | .img_gray{ | 244 | .img_gray{ |
247 | -webkit-filter: grayscale(1);/* Webkit */ | 245 | -webkit-filter: grayscale(1);/* Webkit */ |
248 | filter:gray;/* IE6-9 */ | 246 | filter:gray;/* IE6-9 */ |
@@ -273,6 +271,7 @@ justify-content:space-around; | @@ -273,6 +271,7 @@ justify-content:space-around; | ||
273 | font-size:30rpx; | 271 | font-size:30rpx; |
274 | } | 272 | } |
275 | 273 | ||
274 | + | ||
276 | .fs35{ | 275 | .fs35{ |
277 | font-size:35rpx; | 276 | font-size:35rpx; |
278 | } | 277 | } |
@@ -285,7 +284,9 @@ justify-content:space-around; | @@ -285,7 +284,9 @@ justify-content:space-around; | ||
285 | 284 | ||
286 | 285 | ||
287 | /* 7.26 */ | 286 | /* 7.26 */ |
288 | - | 287 | +.white{ |
288 | + color: #fff; | ||
289 | +} | ||
289 | .red-b{ | 290 | .red-b{ |
290 | background: #d60021; | 291 | background: #d60021; |
291 | } | 292 | } |
@@ -306,6 +307,9 @@ color: #b9b9b9; | @@ -306,6 +307,9 @@ color: #b9b9b9; | ||
306 | .xc-black{ | 307 | .xc-black{ |
307 | color: #000; | 308 | color: #000; |
308 | } | 309 | } |
310 | +.xc-black3{ | ||
311 | + color: #333; | ||
312 | +} | ||
309 | 313 | ||
310 | 314 | ||
311 | .xc-fixed{ | 315 | .xc-fixed{ |
@@ -350,3 +354,6 @@ background: #ffe3e2; | @@ -350,3 +354,6 @@ background: #ffe3e2; | ||
350 | .fs40 { | 354 | .fs40 { |
351 | font-size: 40rpx; | 355 | font-size: 40rpx; |
352 | } | 356 | } |
357 | +.ai_and{ | ||
358 | + align-items:flex-end; | ||
359 | +} |
pages/index/index/index.wxml
@@ -79,7 +79,7 @@ | @@ -79,7 +79,7 @@ | ||
79 | <view class="flex"> | 79 | <view class="flex"> |
80 | <view class="circle white xc-hook fs20 yellow-b">Г | 80 | <view class="circle white xc-hook fs20 yellow-b">Г |
81 | </view> | 81 | </view> |
82 | - <text class="yellow-co fs20 margin-left">人工优先</text> | 82 | + <text class="yellow-co fs22 margin-left">人工优先</text> |
83 | </view> | 83 | </view> |
84 | 84 | ||
85 | 85 | ||
@@ -87,13 +87,13 @@ | @@ -87,13 +87,13 @@ | ||
87 | 87 | ||
88 | <view class="circle white xc-hook fs20 yellow-b">Г | 88 | <view class="circle white xc-hook fs20 yellow-b">Г |
89 | </view> | 89 | </view> |
90 | - <text class="yellow-co fs20 margin-left">正品保证</text> | 90 | + <text class="yellow-co fs22 margin-left">正品保证</text> |
91 | </view> | 91 | </view> |
92 | 92 | ||
93 | <view class="flex"> | 93 | <view class="flex"> |
94 | <view class="circle white xc-hook fs20 yellow-b">Г | 94 | <view class="circle white xc-hook fs20 yellow-b">Г |
95 | </view> | 95 | </view> |
96 | - <text class="yellow-co fs20 margin-left">售后无忧</text> | 96 | + <text class="yellow-co fs22 margin-left">售后无忧</text> |
97 | </view> | 97 | </view> |
98 | </view> | 98 | </view> |
99 | 99 |
pages/index/index/index.wxss
@@ -400,9 +400,10 @@ margin-top: 10rpx; | @@ -400,9 +400,10 @@ margin-top: 10rpx; | ||
400 | width: 30rpx; | 400 | width: 30rpx; |
401 | height:30rpx; | 401 | height:30rpx; |
402 | margin-left:20rpx; | 402 | margin-left:20rpx; |
403 | +margin-right: 10rpx; | ||
403 | } | 404 | } |
404 | .user-frame{ | 405 | .user-frame{ |
405 | - width:220rpx; | 406 | + |
406 | /* border-left: 5rpx solid #eee; */ | 407 | /* border-left: 5rpx solid #eee; */ |
407 | height: 35rpx; | 408 | height: 35rpx; |
408 | line-height: 35rpx; | 409 | line-height: 35rpx; |