From a22c86c0a14de6fe7e7110f158beefa86ebc58ad Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 19 九月 2024 19:52:43 +0800 Subject: [PATCH] 资源播放器,是否购买判断 --- packageBookService/pages/bookServices/linkPage/index.wxss | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/packageBookService/pages/bookServices/linkPage/index.wxss b/packageBookService/pages/bookServices/linkPage/index.wxss index 3e9d570..d9356fc 100644 --- a/packageBookService/pages/bookServices/linkPage/index.wxss +++ b/packageBookService/pages/bookServices/linkPage/index.wxss @@ -1,5 +1,8 @@ .page { padding: 200rpx 40rpx; + width: 100%; + height: 100%; + box-sizing: border-box; } .title-text { @@ -8,6 +11,13 @@ color: #000; } +.link { + width: 100%; + height: max-content; + word-wrap: break-word; + word-break: break-all; +} + .link, .bottom-btn { margin-top: 50px; -- Gitblit v1.9.1