From 297942eba3e1abf015cb8147304ed5fe222f4adb Mon Sep 17 00:00:00 2001 From: guochunzhong Date: Tue, 18 Oct 2016 21:53:44 +0800 Subject: [PATCH] Style improvement. --- pages/index/index.wxss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/index/index.wxss b/pages/index/index.wxss index 8a23f25..61b585e 100644 --- a/pages/index/index.wxss +++ b/pages/index/index.wxss @@ -45,7 +45,7 @@ .item { background-color: #fff; - border-top: 1px solid #e4e4e4; + border-bottom: 2rpx solid #f2f2f2; color: #787878; display: flex; align-items: center; @@ -61,5 +61,5 @@ text { .separate { height: 10rpx; - background-color: #eee; + background-color: #f2f2f2; } \ No newline at end of file