From a2b6203372280be42530c6eaee2bffb6cf3c74d3 Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期一, 23 十二月 2024 15:25:41 +0800 Subject: [PATCH] 111 --- 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