Commit 3b9b13b6a5dce31301f2c33433e4d4ad36b7216d

Authored by 后端开发-许程
1 parent bd468f89

优化首页

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