From 3f33eb88c9349767057cc7c34d0e2be2cf10d874 Mon Sep 17 00:00:00 2001 From: Dragon <13925835632@139.com> Date: Sun, 4 Feb 2024 11:22:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A4=BC=E7=89=A9=E8=A7=84?= =?UTF-8?q?=E5=88=99=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/yinmeng/modules/rule/giftWallRule.html | 1 + view/yinmeng/modules/rule/style/giftWallRule.css | 10 +++++++++- view/yinmeng/modules/rule/style/giftWallRule.scss | 10 +++++++++- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/view/yinmeng/modules/rule/giftWallRule.html b/view/yinmeng/modules/rule/giftWallRule.html index 502cf75..980fdab 100644 --- a/view/yinmeng/modules/rule/giftWallRule.html +++ b/view/yinmeng/modules/rule/giftWallRule.html @@ -16,6 +16,7 @@
  • 具体礼物等级说明如下:
  • +

    相关解释说明权归本App所有

    diff --git a/view/yinmeng/modules/rule/style/giftWallRule.css b/view/yinmeng/modules/rule/style/giftWallRule.css index 2992a80..a2bc661 100644 --- a/view/yinmeng/modules/rule/style/giftWallRule.css +++ b/view/yinmeng/modules/rule/style/giftWallRule.css @@ -33,5 +33,13 @@ ul li span { img { width: 10rem; display: block; - margin-bottom: 0.26667rem; + margin: 0 auto 0.42667rem; +} + +p { + width: 100%; + text-align: center; + font-size: 0.37333rem; + color: #A2A7B8; + margin-bottom: 0.74667rem; } diff --git a/view/yinmeng/modules/rule/style/giftWallRule.scss b/view/yinmeng/modules/rule/style/giftWallRule.scss index 6f61f54..43dbbb7 100644 --- a/view/yinmeng/modules/rule/style/giftWallRule.scss +++ b/view/yinmeng/modules/rule/style/giftWallRule.scss @@ -37,5 +37,13 @@ ul { img { width: px2rem(750); display: block; - margin-bottom: px2rem(20); + margin: 0 auto px2rem(32); +} +p{ + width: 100%; + text-align: center; + font-size: px2rem(28); + color: #A2A7B8; + margin-bottom: px2rem(56); + } \ No newline at end of file