🎨 style: 优化样式

This commit is contained in:
wangsongsole 2024-03-02 00:54:19 +08:00
parent e3b061fd8d
commit f1575631d3
2 changed files with 4 additions and 3 deletions

View File

@ -77,7 +77,7 @@
src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/common_title_sm.png"
alt="">
</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>
</template>

View File

@ -13,7 +13,7 @@
<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 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>
<body>
@ -38,7 +38,8 @@
<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">
<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>
<img src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/reduce/zfb_combining_bottom.png"