This commit is contained in:
zhangds 2024-03-25 20:38:33 +08:00
commit ef00fdfc56
3 changed files with 10 additions and 8 deletions

View File

@ -989,21 +989,23 @@ img.changegray {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
color: #333; color: #fff;
margin-bottom: 0.1rem; margin-bottom: 0.2rem;
background: red;
} }
#reduce .countdown p { #reduce .countdown p {
margin: 0.05rem; margin: 0.05rem;
background: url("https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/reduce/check_2.png");
background-size: 100% 100%; background-size: 100% 100%;
min-width: 0.18rem; min-width: 0.18rem;
padding: 0.028rem; padding: 0.028rem;
color: #ff7634; color: #fff;
font-weight: bold;
font-size: 0.16rem;
} }
#reduce .countdown span { #reduce .countdown span {
color: #ff7634; color: #fff;
margin: 0; margin: 0;
} }

View File

@ -54,7 +54,7 @@
</div> </div>
</div> </div>
<div class="countdown" v-if="this.outTime.length>0"> <div class="countdown" v-if="this.outTime.length>0">
<span>倒计时</span> <span>链接有限期</span>
<p>{{this.outTime[0]}}</p> <p>{{this.outTime[0]}}</p>
<p>{{this.outTime[1]}}</p> <p>{{this.outTime[1]}}</p>
<p>{{this.outTime[2]}}</p> <p>{{this.outTime[2]}}</p>

View File

@ -32,7 +32,7 @@
</head> </head>
<body> <body>
<div id="reduce"> <div id="reduce" :style="{paddingTop:this.outTime.length>0?'0':'0.21rem'}">
<!-- 弹出框 --> <!-- 弹出框 -->
<div class="mask" v-if="maskshow"></div> <div class="mask" v-if="maskshow"></div>
<!-- 单条弹出框 --> <!-- 单条弹出框 -->
@ -55,7 +55,7 @@
</div> </div>
<div class="countdown" v-if="this.outTime.length>0"> <div class="countdown" v-if="this.outTime.length>0">
<span>倒计时</span> <span>链接有限期</span>
<p>{{this.outTime[0]}}</p> <p>{{this.outTime[0]}}</p>
<p>{{this.outTime[1]}}</p> <p>{{this.outTime[1]}}</p>
<p>{{this.outTime[2]}}</p> <p>{{this.outTime[2]}}</p>