From cb15c57d0ff984f5a100cf25d560fb0a69c00984 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期二, 16 四月 2024 18:21:05 +0800 Subject: [PATCH] 音频bug4 --- packagePersonal/pages/sampleBooks/index.wxss | 32 ++++++++++++++++++++++++++++---- 1 files changed, 28 insertions(+), 4 deletions(-) diff --git a/packagePersonal/pages/sampleBooks/index.wxss b/packagePersonal/pages/sampleBooks/index.wxss index 49d188b..438100a 100644 --- a/packagePersonal/pages/sampleBooks/index.wxss +++ b/packagePersonal/pages/sampleBooks/index.wxss @@ -1,6 +1,17 @@ /* pages/personalCenter/sampleBooks/index.wxss */ +@import "./index.skeleton.wxss"; + page { background-color: #F2F3F8; +} + +.container { + width: 100vw; + height: 100vh; +} + +.content { + height: calc(100vh - env(safe-area-inset-bottom) - 230rpx); box-sizing: border-box; } @@ -93,12 +104,12 @@ } .pageInfo { - margin-top: 230rpx; + padding-top: 230rpx; } .content-item { margin-bottom: 30rpx; - padding: 30rpx; + padding: 24rpx; background: #fff; border-radius: 10rpx; } @@ -123,7 +134,15 @@ overflow: hidden; white-space: nowrap; text-overflow: ellipsis; - max-width: 440rpx; + max-width: 420rpx; +} + +.mailName { + white-space: nowrap; + /* 淇濊瘉鏂囨湰鍦ㄤ竴琛屽唴鏄剧ず */ + overflow: hidden; + /* 闅愯棌瓒呭嚭瀹瑰櫒鐨勬枃鏈� */ + text-overflow: ellipsis; } .success { @@ -152,7 +171,7 @@ .bookBox .leftCon { width: 180rpx; height: 240rpx; - box-shadow: 0px 0px 20rpx 2px #f1f1f1; + box-shadow: 0px 0px 20rpx 2px #EDECEC; } .bookBox .leftCon .purchasedIcon { @@ -175,4 +194,9 @@ -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; +} + +.body-loading { + padding: 200rpx 0; + text-align: center; } \ No newline at end of file -- Gitblit v1.9.1