🗑️ delete: 删除代码
This commit is contained in:
parent
8bde79846d
commit
dc381a37d1
|
@ -66,7 +66,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.content .explain-box {
|
.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%;
|
background-size: 100% 100%;
|
||||||
min-height: 3.6rem;
|
min-height: 3.6rem;
|
||||||
margin-top: -0.01rem;
|
margin-top: -0.01rem;
|
||||||
|
|
|
@ -19,9 +19,11 @@
|
||||||
<body>
|
<body>
|
||||||
<div id="app">
|
<div id="app">
|
||||||
<div class="banner-box">
|
<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>
|
<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>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p class="time">生效时间:{{goods.group_info.time_limit.effect_time.start_time}} ~
|
<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}} ~
|
<p class="time">领取时间:{{goods.group_info.time_limit.receive_time.start_time}} ~
|
||||||
{{goods.group_info.time_limit.receive_time.end_time}}</p>
|
{{goods.group_info.time_limit.receive_time.end_time}}</p>
|
||||||
<div class="explain">
|
<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">
|
<div class="explain-box">
|
||||||
<img v-if="goods.group_info.group_image" :src="goods.group_info.group_image" alt="" class="group_image">
|
<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 v-else v-html="goods.group_info.instruction" class="instruction"></div>
|
||||||
</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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -67,7 +67,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.explain-box {
|
.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%;
|
background-size: 100% 100%;
|
||||||
min-height: 3.6rem;
|
min-height: 3.6rem;
|
||||||
margin-top: -0.01rem;
|
margin-top: -0.01rem;
|
||||||
|
|
BIN
img/bottom.png
BIN
img/bottom.png
Binary file not shown.
Before Width: | Height: | Size: 997 B |
BIN
img/btn.png
BIN
img/btn.png
Binary file not shown.
Before Width: | Height: | Size: 9.2 KiB |
BIN
img/img.png
BIN
img/img.png
Binary file not shown.
Before Width: | Height: | Size: 948 KiB |
BIN
img/middle.png
BIN
img/middle.png
Binary file not shown.
Before Width: | Height: | Size: 2.0 KiB |
BIN
img/title.png
BIN
img/title.png
Binary file not shown.
Before Width: | Height: | Size: 8.7 KiB |
Loading…
Reference in New Issue