From 2aab00f91bd4cda4715f1a141f4d26a3667a91b6 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期五, 12 四月 2024 12:01:20 +0800 Subject: [PATCH] 视频详情bug --- packagePersonal/pages/aboutUs/index.wxss | 38 ++++++++++++++++++++++++++++++++++++++ 1 files changed, 38 insertions(+), 0 deletions(-) diff --git a/packagePersonal/pages/aboutUs/index.wxss b/packagePersonal/pages/aboutUs/index.wxss index add5cbf..537098c 100644 --- a/packagePersonal/pages/aboutUs/index.wxss +++ b/packagePersonal/pages/aboutUs/index.wxss @@ -44,4 +44,42 @@ position: sticky; top: 0px; background-color: #fff; +} + + +.richTextBox { + line-height: 1.4; + font-size: 14px; +} + +.richTextBox { + margin: revert; + padding: revert; + border: revert; + font: revert; + vertical-align: revert; + color: #000; +} + +.richTextBox p { + display: block; + text-align: center; + -webkit-margin-before: 1em; + margin-block-start: 1em; + -webkit-margin-after: 1em; + margin-block-end: 1em; + -webkit-margin-start: 0; + margin-inline-start: 0; + -webkit-margin-end: 0; + margin-inline-end: 0; +} + +.richTextBox td { + border-bottom: 1px dashed; + border-right: 1px dashed; + border-width: 1px !important; +} + +.richTextBox table { + border-width: 2px !important; } \ No newline at end of file -- Gitblit v1.9.1