From ce3a08b28c16f5cce2185167f8a9030ee16898ed Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期六, 07 九月 2024 14:44:55 +0800 Subject: [PATCH] xiugai --- packagePersonal/pages/aboutUs/index.wxss | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 files changed, 51 insertions(+), 6 deletions(-) diff --git a/packagePersonal/pages/aboutUs/index.wxss b/packagePersonal/pages/aboutUs/index.wxss index 11d9857..dedf20b 100644 --- a/packagePersonal/pages/aboutUs/index.wxss +++ b/packagePersonal/pages/aboutUs/index.wxss @@ -1,21 +1,23 @@ /* pages/aboutUs/index.wxss */ +@import "./index.skeleton.wxss"; .nacigationBar { 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 { @@ -30,17 +32,60 @@ } .aboutUs { - margin: 30rpx; + margin: 15rpx; } .aboutText { + height: calc(100vh - env(safe-area-inset-bottom) - 200rpx); + overflow-y: auto; + padding: 0 20rpx; padding-bottom: 100rpx; } - - .titleBox { position: sticky; top: 0px; background-color: #fff; +} + + + +.titleTextBox { + margin: 0 auto; +} + + +.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; +} + + + + +.table { + border-collapse: collapse; + /* 杈规鍚堝苟 */ +} + +.td { + text-align: center; + border: 1px dashed #ccc; } \ No newline at end of file -- Gitblit v1.9.1