🎨 style: 优化样式
This commit is contained in:
parent
e3b061fd8d
commit
f1575631d3
|
@ -77,7 +77,7 @@
|
||||||
src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/common_title_sm.png"
|
src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/common_title_sm.png"
|
||||||
alt="">
|
alt="">
|
||||||
</p>
|
</p>
|
||||||
<template v-if="!goods.group_info.group_image">
|
<template v-if="goods.group_info.instructionType==1">
|
||||||
<div class="b-f-i" v-html="goods.group_info.instruction">
|
<div class="b-f-i" v-html="goods.group_info.instruction">
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<script src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/siteqiexchange/js/swiper.min.js"></script>
|
<script src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/siteqiexchange/js/swiper.min.js"></script>
|
||||||
<link href="https://lsxdemall.oss-cn-beijing.aliyuncs.com/siteqiexchange/css/swiper.min.css" rel="stylesheet" />
|
<link href="https://lsxdemall.oss-cn-beijing.aliyuncs.com/siteqiexchange/css/swiper.min.css" rel="stylesheet" />
|
||||||
<link rel="stylesheet" href="./combiningAlipay.css" />
|
<link rel="stylesheet" href="./combiningAlipay.css" />
|
||||||
<script src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/js/api2_0.js"></script>
|
<script src="./api2_0.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
@ -38,7 +38,8 @@
|
||||||
<img src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/reduce/zfb_combining_title.png"
|
<img src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/reduce/zfb_combining_title.png"
|
||||||
alt="" class="title-img">
|
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.instructionType==2" :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="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/reduce/zfb_combining_bottom.png"
|
<img src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/reduce/zfb_combining_bottom.png"
|
||||||
|
|
Loading…
Reference in New Issue