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