From 2f1a9a39d6bde43d8c73236f822b3bc79cc96af6 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期五, 06 九月 2024 16:19:57 +0800 Subject: [PATCH] 联系我们修改 --- packagePersonal/pages/aboutUs/index.wxss | 53 ++++++++++++++++------------------------------------- 1 files changed, 16 insertions(+), 37 deletions(-) diff --git a/packagePersonal/pages/aboutUs/index.wxss b/packagePersonal/pages/aboutUs/index.wxss index f0c0354..dedf20b 100644 --- a/packagePersonal/pages/aboutUs/index.wxss +++ b/packagePersonal/pages/aboutUs/index.wxss @@ -36,6 +36,9 @@ } .aboutText { + height: calc(100vh - env(safe-area-inset-bottom) - 200rpx); + overflow-y: auto; + padding: 0 20rpx; padding-bottom: 100rpx; } @@ -52,43 +55,6 @@ } -/* 瀵屾枃鏈垵濮嬪寲鏍峰紡 */ -/* .richTextBox { - line-height: 1.4 !important; - font-size: 14px !important; -} - -.richTextBox { - margin: revert !important; - padding: revert !important; - border: revert !important; - font: revert !important; - vertical-align: revert !important; - color: #000 !important; -} - - -.richTextBox p { - display: block !important; - -webkit-margin-before: 1em !important; - margin-block-start: 1em !important; - -webkit-margin-after: 1em !important; - margin-block-end: 1em !important; - -webkit-margin-start: 0 !important; - margin-inline-start: 0 !important; - -webkit-margin-end: 0 !important; - margin-inline-end: 0 !important; -} - -.richTextBox td { - border-bottom: 1px dashed !important; - border-right: 1px dashed !important; - border-width: 1px !important; -} - -.richTextBox table { - border-width: 2px !important; -} */ .aboutUs-rich-p { display: block !important; -webkit-margin-before: 1em !important; @@ -109,4 +75,17 @@ .aboutUs-rich-table { border-width: 2px !important; +} + + + + +.table { + border-collapse: collapse; + /* 杈规鍚堝苟 */ +} + +.td { + text-align: center; + border: 1px dashed #ccc; } \ No newline at end of file -- Gitblit v1.9.1