From 582f536845628ffb8132aaed1885ee535fcf08ad Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期四, 27 四月 2023 10:44:51 +0800 Subject: [PATCH] no message --- unpackage/dist/dev/mp-weixin/pages/index/index.wxss | 28 +++++++++++++++++----------- 1 files changed, 17 insertions(+), 11 deletions(-) diff --git a/unpackage/dist/dev/mp-weixin/pages/index/index.wxss b/unpackage/dist/dev/mp-weixin/pages/index/index.wxss index 20cc51f..fe57767 100644 --- a/unpackage/dist/dev/mp-weixin/pages/index/index.wxss +++ b/unpackage/dist/dev/mp-weixin/pages/index/index.wxss @@ -5,8 +5,8 @@ /* flex-direction: row; */ /* color: #4169e1; */ font-size: 14px; - background-color: rgb(247, 247, 247); - border-radius: 20px 20px 0 0; + color: #fff; + width: 100%; height: 97rpx; /* flex-direction: row; */ @@ -47,7 +47,7 @@ .topCard { display: flex; justify-content: space-between; - padding: 12px 0; + padding-top: 8px; } .firstLine { display: flex; @@ -134,10 +134,11 @@ /* flex-direction: row; */ /* justify-content: space-between; */ padding: 4px 6px 0 6px; - margin: 0 0 0 12px; + width: 100%; height: 280rpx; background-color: #FFF; + border-radius: 6px; } .speendItem { width: 20%; @@ -158,6 +159,8 @@ flex-direction: row; flex-wrap: wrap; height: auto; + background: #fff; + border-radius: 6px; } .indexContent { z-index: 48; @@ -240,17 +243,20 @@ flex-wrap: wrap; background-color: #f5f5f5; padding-bottom: 20px; + justify-content: space-between; /* column-count: 2; column-gap: 2px; */ } .card { display: flex; flex-direction: column; - width: 50%; + width: 49%; + margin-bottom: 8px; + /* background-color: white; */ } .cardImg { - padding: 12px 0 0 12px; + height: 196px; } .cardTitle { @@ -259,9 +265,10 @@ font-size: 14px; overflow: hidden; padding-left: 4px; - text-overflow: ellipsis; - white-space: nowrap; - overflow: hidden; + /* text-overflow: ellipsis; */ + /* white-space: nowrap; */ + /* overflow: hidden; */ + height: 38px; /* display: flex; */ } .cardTitleTB:before { @@ -278,7 +285,6 @@ } .cardDetail { background-color: white; - margin-left: 12px; font-size: 30rpx; color: #eb0000; padding-left: 12rpx; @@ -286,7 +292,7 @@ .cardCount { color: gray; background-color: white; - margin-left: 12px; + font-size: 24rpx; padding-left: 12rpx; } -- Gitblit v1.9.3