From 3ed3a30b4cb5b84f284ea81d39933e46434d8134 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期五, 05 七月 2024 19:11:44 +0800 Subject: [PATCH] css --- packagePersonal/pages/aboutUs/index.wxss | 75 +++++++++++++++++++++++++++++++++++-- 1 files changed, 70 insertions(+), 5 deletions(-) diff --git a/packagePersonal/pages/aboutUs/index.wxss b/packagePersonal/pages/aboutUs/index.wxss index add5cbf..f0c0354 100644 --- a/packagePersonal/pages/aboutUs/index.wxss +++ b/packagePersonal/pages/aboutUs/index.wxss @@ -6,17 +6,18 @@ background-color: #fff; display: flex; align-items: center; + margin-bottom: 50rpx; } .navbar-title { - white-space: nowrap; - /* overflow: hidden; */ + /* white-space: nowrap; + text-overflow: ellipsis; color: #0F1214; margin-bottom: 5rpx; font-weight: bold; font-size: 36rpx; - color: #0F1214; + color: #0F1214; */ } image { @@ -38,10 +39,74 @@ padding-bottom: 100rpx; } - - .titleBox { position: sticky; top: 0px; background-color: #fff; +} + + + +.titleTextBox { + margin: 0 auto; +} + + +/* 瀵屾枃鏈垵濮嬪寲鏍峰紡 */ +/* .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; + 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