From d44f1c3412aeb61709e58c737279ac2b2f60e018 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期三, 03 四月 2024 09:30:52 +0800 Subject: [PATCH] 样式修改 --- packagePersonal/pages/sampleBooks/index.wxss | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/packagePersonal/pages/sampleBooks/index.wxss b/packagePersonal/pages/sampleBooks/index.wxss index fab9f33..876adf5 100644 --- a/packagePersonal/pages/sampleBooks/index.wxss +++ b/packagePersonal/pages/sampleBooks/index.wxss @@ -107,7 +107,7 @@ .content-item { margin-bottom: 30rpx; - padding: 30rpx; + padding: 24rpx; background: #fff; border-radius: 10rpx; } @@ -132,7 +132,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 { @@ -161,7 +169,7 @@ .bookBox .leftCon { width: 180rpx; height: 240rpx; - box-shadow: 0px 0px 20rpx 2px #f1f1f1; + box-shadow: 0px 0px 20rpx 2px #EDECEC; } .bookBox .leftCon .purchasedIcon { -- Gitblit v1.9.1