From cb6bb8bda31df75afe5a5bd50fe8e3ff6a3d34e2 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 15 四月 2024 09:31:39 +0800 Subject: [PATCH] 详情页bug修改,资源购买页添加骨架屏 --- packagePersonal/pages/feedBack/index.wxss | 39 +++++++++++++++++++++++++++------------ 1 files changed, 27 insertions(+), 12 deletions(-) diff --git a/packagePersonal/pages/feedBack/index.wxss b/packagePersonal/pages/feedBack/index.wxss index 812c531..409617b 100644 --- a/packagePersonal/pages/feedBack/index.wxss +++ b/packagePersonal/pages/feedBack/index.wxss @@ -1,6 +1,7 @@ +@import "./index.skeleton.wxss"; + page { - background-color: #f0f2f5; - padding: 0 20rpx; + background-color: #f0f2f5 !important; } .container { @@ -9,11 +10,18 @@ } .page-header { + background-color: #f0f2f5; width: 100%; position: fixed; top: 0; left: 0; z-index: 1; +} + +.con-bg { + background: #fff; + height: 30rpx; + margin-top: -30rpx; } .pageInfo { @@ -93,7 +101,8 @@ .listBox .icon { width: 150rpx; - height: 200rpx; + height: 210rpx; + box-shadow: 0px 0px 20rpx 2px rgba(0, 0, 0, 0.08); } .listBox .icon .img { @@ -120,6 +129,11 @@ padding-bottom: 10rpx; } +.item-title { + font-size: 28rpx; + color: #333; +} + .name { font-size: 26rpx; color: #9D9D9D; @@ -137,21 +151,17 @@ .backBox .item-title { font-size: 28rpx; - font-weight: bold; - line-height: 80rpx; - word-break: break-all; - display: -webkit-box; - -webkit-line-clamp: 1; - -webkit-box-orient: vertical; - overflow: hidden; + font-weight: 600; + line-height: 48rpx; padding-bottom: 10rpx; + color: #333; } .backCon { background: #FAFAFA; border-radius: 5rpx; padding: 10rpx 20rpx; - font-size: 28rpx; + font-size: 26rpx; line-height: 60rpx; } @@ -183,6 +193,11 @@ } .empyt { - background: #fff; + /* background: #fff; */ padding: 200rpx 0; +} + +.body-loading { + padding: 200rpx 0; + text-align: center; } \ No newline at end of file -- Gitblit v1.9.1