fix
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
:class="{ 'is-download': download }"
|
||||
v-if="props.showPrice && props.price"
|
||||
>
|
||||
{{ props.price }}
|
||||
HK${{ props.price }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="btn" @click="addShopping">
|
||||
@@ -89,16 +89,17 @@
|
||||
color: #232323;
|
||||
> .name {
|
||||
font-family: 'KaiseiOpti-Regular';
|
||||
font-weight: 400;
|
||||
font-size: var(--commodity-name-fontSize, 1.6rem);
|
||||
font-weight: 700;
|
||||
font-size: var(--commodity-name-fontSize, 2rem);
|
||||
line-height: var(--commodity-name-lineHeight, 2.3rem);
|
||||
margin-bottom: var(--commodity-name-marginBottom, 0rem);
|
||||
}
|
||||
> .price {
|
||||
font-family: 'KaiseiOpti-Regular';
|
||||
font-weight: 400;
|
||||
font-size: var(--commodity-price-fontSize, 1.4rem);
|
||||
font-size: var(--commodity-price-fontSize, 1.6rem);
|
||||
line-height: var(--commodity-price-lineHeight, 2.3rem);
|
||||
margin-top: .8rem;
|
||||
&.is-download {
|
||||
color: #979797;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user