需求497

This commit is contained in:
zhangguoping 2024-09-27 10:07:37 +08:00
parent b2e4685f1d
commit f605186ff3
2 changed files with 11 additions and 4 deletions

View File

@ -119,10 +119,6 @@
生效时间:{{goods.group_info.time_limit.effect_time.start_time}}
~
{{goods.group_info.time_limit.effect_time.end_time}}</p>
<p class="time"
:style="{marginTop: 0,color:dynamicStyle.time_color}">
周期提示文本123456789</p>
<p class="time" :style="{marginTop: '0.05rem',color:dynamicStyle.time_color}"
v-if="goods.group_info.time_limit.receive_time.start_time">

View File

@ -35,6 +35,16 @@
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
#rotation .period-item {
position: absolute;
bottom: -0.15rem;
left: -0.2rem;
width: 100%;
color: #242533;
font-size: 0.08rem;
text-align: center;
white-space: nowrap;
}
</style>
<body>
@ -79,6 +89,7 @@
{{item.type==1?item.entity.product_name:item.entity.batch_goods_name}}
<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>
</div>
</div>
</div>