From 3b9b13b6a5dce31301f2c33433e4d4ad36b7216d Mon Sep 17 00:00:00 2001 From: cheng.xu Date: Wed, 18 Sep 2019 09:50:20 +0800 Subject: [PATCH] 优化首页 --- app.wxss | 15 +++++++++++---- pages/index/index/index.wxml | 6 +++--- pages/index/index/index.wxss | 3 ++- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/app.wxss b/app.wxss index 3ed4e53..55c0f0d 100644 --- a/app.wxss +++ b/app.wxss @@ -240,9 +240,7 @@ justify-content:space-around; .t-l{ text-align: right; } -.white{ - color: #fff; -} + .img_gray{ -webkit-filter: grayscale(1);/* Webkit */ filter:gray;/* IE6-9 */ @@ -273,6 +271,7 @@ justify-content:space-around; font-size:30rpx; } + .fs35{ font-size:35rpx; } @@ -285,7 +284,9 @@ justify-content:space-around; /* 7.26 */ - +.white{ + color: #fff; +} .red-b{ background: #d60021; } @@ -306,6 +307,9 @@ color: #b9b9b9; .xc-black{ color: #000; } +.xc-black3{ + color: #333; +} .xc-fixed{ @@ -350,3 +354,6 @@ background: #ffe3e2; .fs40 { font-size: 40rpx; } +.ai_and{ + align-items:flex-end; +} diff --git a/pages/index/index/index.wxml b/pages/index/index/index.wxml index 8a5421f..3b138f9 100644 --- a/pages/index/index/index.wxml +++ b/pages/index/index/index.wxml @@ -79,7 +79,7 @@ Г - 人工优先 + 人工优先 @@ -87,13 +87,13 @@ Г - 正品保证 + 正品保证 Г - 售后无忧 + 售后无忧 diff --git a/pages/index/index/index.wxss b/pages/index/index/index.wxss index b795d34..c938b54 100644 --- a/pages/index/index/index.wxss +++ b/pages/index/index/index.wxss @@ -400,9 +400,10 @@ margin-top: 10rpx; width: 30rpx; height:30rpx; margin-left:20rpx; +margin-right: 10rpx; } .user-frame{ - width:220rpx; + /* border-left: 5rpx solid #eee; */ height: 35rpx; line-height: 35rpx; -- libgit2 0.21.4