修改礼物规则说明

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

View File

@@ -33,5 +33,13 @@ ul li span {
img { img {
width: 10rem; width: 10rem;
display: block; 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 { img {
width: px2rem(750); width: px2rem(750);
display: block; 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);
} }