🎨 style: 优化样式展示
This commit is contained in:
parent
e84cd69e28
commit
7302e14ac6
|
@ -51,7 +51,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="ipt-acc" style="position: relative;z-index: 99;" @click="bindAvailable">
|
<div class="ipt-acc" style="position: relative;z-index: 99;" @click="bindAvailable">
|
||||||
<h4 class="title" v-if="goodInfo.product_type===2&&goodInfo.card_show==2">{{goodInfo.product_name}}</h4>
|
<h4 class="title">{{goodInfo.product_name}}</h4>
|
||||||
<template v-if="goodInfo.product_type===1||goodInfo.product_type===2&&goodInfo.card_show==1">
|
<template v-if="goodInfo.product_type===1||goodInfo.product_type===2&&goodInfo.card_show==1">
|
||||||
<!-- 京东E卡 -->
|
<!-- 京东E卡 -->
|
||||||
<template v-if="goodInfo.is_e_card">
|
<template v-if="goodInfo.is_e_card">
|
||||||
|
|
|
@ -908,7 +908,7 @@ img.changegray {
|
||||||
font-size: 0.17rem;
|
font-size: 0.17rem;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #0a0a0a;
|
color: #0a0a0a;
|
||||||
margin-left: 0.12rem;
|
margin-left: 0.24rem;
|
||||||
margin-bottom: 0.24rem;
|
margin-bottom: 0.24rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue