From 813e3b6030ecfc86e4e71db31173e5cb77ee8c40 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期五, 10 五月 2024 09:29:35 +0800 Subject: [PATCH] bug修改 --- packagePersonal/pages/aboutUs/index.wxss | 25 ++++++++++++++++++++++--- 1 files changed, 22 insertions(+), 3 deletions(-) diff --git a/packagePersonal/pages/aboutUs/index.wxss b/packagePersonal/pages/aboutUs/index.wxss index 8103da5..f0c0354 100644 --- a/packagePersonal/pages/aboutUs/index.wxss +++ b/packagePersonal/pages/aboutUs/index.wxss @@ -39,8 +39,6 @@ padding-bottom: 100rpx; } - - .titleBox { position: sticky; top: 0px; @@ -55,7 +53,7 @@ /* 瀵屾枃鏈垵濮嬪寲鏍峰紡 */ -.richTextBox { +/* .richTextBox { line-height: 1.4 !important; font-size: 14px !important; } @@ -90,4 +88,25 @@ .richTextBox table { border-width: 2px !important; +} */ +.aboutUs-rich-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; +} + +.aboutUs-rich-td { + border-bottom: 1px dashed !important; + border-right: 1px dashed !important; + border-width: 1px !important; +} + +.aboutUs-rich-table { + border-width: 2px !important; } \ No newline at end of file -- Gitblit v1.9.1