🗑️ delete: 删除代码

This commit is contained in:
wangsongsole 2024-02-29 16:41:09 +08:00
parent 8bde79846d
commit dc381a37d1
8 changed files with 10 additions and 6 deletions

View File

@ -66,7 +66,7 @@ body {
}
.content .explain-box {
background: url(./img/middle.png);
background: url(https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/reduce/zfb_combining_middle.png);
background-size: 100% 100%;
min-height: 3.6rem;
margin-top: -0.01rem;

View File

@ -19,9 +19,11 @@
<body>
<div id="app">
<div class="banner-box">
<img src="./img/img.png" alt="" class="banner">
<img src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/reduce/zfb_combining_img.png" alt=""
class="banner">
<p class="title">{{goods.title}}</p>
<img src="./img/btn.png" alt="" class="but" @click="toReceive">
<img src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/reduce/zfb_combining_btn.png" alt=""
class="but" @click="toReceive">
</div>
<div class="content">
<p class="time">生效时间:{{goods.group_info.time_limit.effect_time.start_time}} ~
@ -29,12 +31,14 @@
<p class="time">领取时间:{{goods.group_info.time_limit.receive_time.start_time}} ~
{{goods.group_info.time_limit.receive_time.end_time}}</p>
<div class="explain">
<img src="./img/title.png" alt="" class="title-img">
<img src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/reduce/zfb_combining_title.png"
alt="" class="title-img">
<div class="explain-box">
<img v-if="goods.group_info.group_image" :src="goods.group_info.group_image" alt="" class="group_image">
<div v-else v-html="goods.group_info.instruction" class="instruction"></div>
</div>
<img src="./img/bottom.png" alt="" class="title-img mt-1">
<img src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/reduce/zfb_combining_bottom.png"
alt="" class="title-img mt-1">
</div>
</div>
</div>

View File

@ -67,7 +67,7 @@ body {
}
.explain-box {
background: url(./img/middle.png);
background: url(https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/reduce/zfb_combining_middle.png);
background-size: 100% 100%;
min-height: 3.6rem;
margin-top: -0.01rem;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 997 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 948 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB