From 81c23f9c2f5bdfbe962d0b19a5a80ea7c12f043d Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期三, 10 七月 2024 17:39:02 +0800 Subject: [PATCH] 二维码 --- packagePersonal/pages/aboutUs/index.wxss | 44 ++++++++++++++++++++++++++++++++++---------- 1 files changed, 34 insertions(+), 10 deletions(-) diff --git a/packagePersonal/pages/aboutUs/index.wxss b/packagePersonal/pages/aboutUs/index.wxss index 8103da5..64c9dd2 100644 --- a/packagePersonal/pages/aboutUs/index.wxss +++ b/packagePersonal/pages/aboutUs/index.wxss @@ -36,10 +36,10 @@ } .aboutText { - padding-bottom: 100rpx; + height: calc(100vh - env(safe-area-inset-bottom) - 200rpx); + overflow-y: auto; + padding: 0 20rpx; } - - .titleBox { position: sticky; @@ -55,22 +55,46 @@ /* 瀵屾枃鏈垵濮嬪寲鏍峰紡 */ -.richTextBox { +/* .richTextBox { line-height: 1.4 !important; font-size: 14px !important; -} +} */ -.richTextBox { +/* .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: 2rpx !important; +} */ + + +.aboutUs-rich-p { display: block !important; -webkit-margin-before: 1em !important; margin-block-start: 1em !important; @@ -82,12 +106,12 @@ margin-inline-end: 0 !important; } -.richTextBox td { +.aboutUs-rich-td { border-bottom: 1px dashed !important; border-right: 1px dashed !important; border-width: 1px !important; } -.richTextBox table { +.aboutUs-rich-table { border-width: 2px !important; } \ No newline at end of file -- Gitblit v1.9.1