需求497
This commit is contained in:
parent
b2e4685f1d
commit
f605186ff3
|
@ -120,10 +120,6 @@
|
|||
~
|
||||
{{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">
|
||||
领取时间:{{goods.group_info.time_limit.receive_time.start_time}} ~
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue