修改礼物规则说明

This commit is contained in:
Dragon
2024-02-04 11:22:42 +08:00
parent adc938511d
commit 3f33eb88c9
3 changed files with 19 additions and 2 deletions

View File

@@ -16,6 +16,7 @@
<li><span></span>具体礼物等级说明如下:</li>
</ul>
<img src="./images/giftWallRule.png" alt="" srcset="">
<p>相关解释说明权归本App所有</p>
</body>
<script src="../../common/js/flexible.js"></script>
</html>

View File

@@ -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;
}

View File

@@ -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);
}