新增主视觉时间
This commit is contained in:
@@ -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;
|
||||||
|
@@ -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 {
|
||||||
|
@@ -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">
|
||||||
|
Reference in New Issue
Block a user