新增主视觉时间

This commit is contained in:
Dragon
2024-01-19 09:51:19 +08:00
parent f30a3f4e3f
commit 180d06864e
3 changed files with 23 additions and 0 deletions

View File

@@ -47,6 +47,17 @@ body {
right: 0; right: 0;
} }
.header div {
width: 100%;
text-align: center;
font-size: 0.37333rem;
color: #FFFCE6;
position: absolute;
top: 0.81333rem;
left: 0;
font-weight: 500;
}
.tabBox { .tabBox {
width: 9.52rem; width: 9.52rem;
height: 1.66667rem; height: 1.66667rem;

View File

@@ -50,6 +50,17 @@ body {
top: px2rem(196); top: px2rem(196);
right: 0; right: 0;
} }
div {
width: 100%;
text-align: center;
font-size: px2rem(28);
color: #FFFCE6;
position: absolute;
top: px2rem(61);
left: 0;
font-weight: 500;
}
} }
.tabBox { .tabBox {

View File

@@ -18,6 +18,7 @@
<!-- 头部 --> <!-- 头部 -->
<div class="header"> <div class="header">
<img src="./images/rule.png" alt="" class="rule_icon"> <img src="./images/rule.png" alt="" class="rule_icon">
<div>活动时间:1月20日-1月23日</div>
</div> </div>
<!-- tab --> <!-- tab -->
<div class="tabBox"> <div class="tabBox">