This commit is contained in:
zhangguoping 2024-10-21 15:22:53 +08:00
parent 6f16ec5a51
commit 7be9400fe8
3 changed files with 25 additions and 10 deletions

View File

@ -37,7 +37,7 @@
}
#rotation .period-item {
position: absolute;
bottom: -0.15rem;
bottom: -0.12rem;
left: -0.2rem;
width: 100%;
color: #c5c4c4;
@ -45,6 +45,10 @@
text-align: center;
white-space: nowrap;
}
#rotation .period-item-used {
left: 0rem;
bottom: -0.21rem;
}
</style>
<body>
@ -90,6 +94,7 @@
<span v-if="item.entity.send_num>1&&item.type===2" class="send_num"> x{{item.entity.send_num}}</span>
</div>
<p class="period-item" v-if="item.period_tips_text">{{ item.period_tips_text }}</p>
<p class="period-item period-item-used" v-if="item.period_type != 1">{{ `可领取${item.period_num}次,已领取${item.batch_exchanged}次` }}</p>
</div>
</div>
</div>

View File

@ -37,14 +37,18 @@
}
#rotation .period-item {
position: absolute;
bottom: -0.15rem;
left: -0.2rem;
width: 100%;
color: #c5c4c4;
font-size: 0.08rem;
text-align: center;
white-space: nowrap;
position: absolute;
bottom: -0.12rem;
left: -0.2rem;
width: 100%;
color: #c5c4c4;
font-size: 0.08rem;
text-align: center;
white-space: nowrap;
}
#rotation .period-item-used {
left: 0rem;
bottom: -0.21rem;
}
</style>
@ -92,6 +96,7 @@
</div>
<p class="period-item" v-if="item.period_tips_text">{{ item.period_tips_text }}</p>
<p class="period-item period-item-used" v-if="item.period_type != 1">{{ `可领取${item.period_num}次,已领取${item.batch_exchanged}次` }}</p>
</div>
</div>
</div>

View File

@ -39,7 +39,7 @@
#rotation .period-item {
position: absolute;
bottom: -0.15rem;
bottom: -0.12rem;
left: -0.2rem;
width: 100%;
color: #c5c4c4;
@ -47,6 +47,10 @@
text-align: center;
white-space: nowrap;
}
#rotation .period-item-used {
left: 0rem;
bottom: -0.21rem;
}
</style>
<body>
@ -99,6 +103,7 @@
x{{item.entity.send_num}}</span>
</div>
<p class="period-item" v-if="item.period_tips_text">{{ item.period_tips_text }}</p>
<p class="period-item period-item-used" v-if="item.period_type != 1">{{ `可领取${item.period_num}次,已领取${item.batch_exchanged}次` }}</p>
</div>
</div>
</div>