From 496213c75a59897c7b853a7bc515c42a140ce045 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期一, 31 七月 2023 10:40:07 +0800 Subject: [PATCH] no message --- pages/takeout/elm.css | 48 +++++++++++++++++++++++++----------------------- 1 files changed, 25 insertions(+), 23 deletions(-) diff --git a/pages/takeout/elm.css b/pages/takeout/elm.css index 7fa9403..b556094 100644 --- a/pages/takeout/elm.css +++ b/pages/takeout/elm.css @@ -1,8 +1,7 @@ - -uni-page-wrapper -{ +uni-page-wrapper { background: #1088FE; } + .toptxt { position: fixed; top: 0px; @@ -74,7 +73,7 @@ .code-flow-img { width: 80%; - height: 3.4rem; + height: 3.1rem; } .code-img { @@ -100,25 +99,28 @@ border-radius: 39rpx; line-height: 78rpx; } -.rulesContent{ + +.rulesContent { padding: 5rpx 28rpx; margin-top: 45rpx; - color:#fff; - .txt-title { - width: 100%; - font-size: 32rpx; - font-weight: 500; - color: #FFFFFF; - line-height: 48rpx; - margin-bottom: 20rpx; - } - - .richtext-content { - width: 100%; - margin-bottom: 40rpx; - font-size: 26rpx; - font-weight: 400; - line-height: 48rpx; - color: #FFFFFF; - } + color: #fff; + +} + +.txt-title { + width: 100%; + font-size: 32rpx; + font-weight: 500; + color: #FFFFFF; + line-height: 48rpx; + margin-bottom: 20rpx; +} + +.richtext-content { + width: 100%; + margin-bottom: 40rpx; + font-size: 26rpx; + font-weight: 400; + line-height: 48rpx; + color: #FFFFFF; } \ No newline at end of file -- Gitblit v1.9.3