🎨 style: 优化

This commit is contained in:
wangsongsole 2024-03-02 00:29:05 +08:00
parent 1cf2edb49d
commit 73239ef73e
3 changed files with 4 additions and 3 deletions

View File

@ -116,7 +116,7 @@ body {
font-size: 0.12rem;
margin-top: 0.08rem;
color: #666666;
max-width: 82%;
width: 82%;
margin: 0 auto;
word-spacing: 0.05rem;
line-height: 0.18rem;

View File

@ -60,7 +60,8 @@
<p class="time" style="margin-top: 0;">生效时间:{{goods.group_info.time_limit.effect_time.start_time}} ~
{{goods.group_info.time_limit.effect_time.end_time}},逾期不可领取</p>
<p class="time" v-if="goods.group_info.time_limit.receive_time.start_time">
<p class="time" style="margin-top: 0.01rem;"
v-if="goods.group_info.time_limit.receive_time.start_time">
领取时间:{{goods.group_info.time_limit.receive_time.start_time}} ~
{{goods.group_info.time_limit.receive_time.end_time}}</p>

View File

@ -117,7 +117,7 @@ body {
font-size: 0.12rem;
margin-top: 0.08rem;
color: #666666;
max-width: 82%;
width: 82%;
margin: 0 auto;
word-spacing: 0.05rem;
line-height: 0.18rem;