Fix:产品故事ios字体
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
class="cover-swiper"
|
class="cover-swiper"
|
||||||
>
|
>
|
||||||
<swiper-item v-for="(item, i) in list" :key="i" class="cover-swiper-item" :class="{'n-actived' : currentIndex !== i}">
|
<swiper-item v-for="(item, i) in list" :key="i" class="cover-swiper-item" :class="{'n-actived' : currentIndex !== i}">
|
||||||
<view class="cover-item" >
|
<view class="cover-item" :class="{'ios-cover': isIOS}">
|
||||||
<view class="img-wrap">
|
<view class="img-wrap">
|
||||||
<view class="pro-img-wrap " :style="{
|
<view class="pro-img-wrap " :style="{
|
||||||
left: (item.productImageX*2 || 0) + 'rpx',
|
left: (item.productImageX*2 || 0) + 'rpx',
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
<image :src="product.image" class="pro-cover-image" mode="widthFix|heightFix" />
|
<image :src="product.image" class="pro-cover-image" mode="widthFix|heightFix" />
|
||||||
</view>
|
</view>
|
||||||
<view class="good-story"
|
<view class="good-story"
|
||||||
:class="{'ios-story': isIOS}"
|
|
||||||
v-if="product.productStory && item.isShowProductStory"
|
v-if="product.productStory && item.isShowProductStory"
|
||||||
:style="{
|
:style="{
|
||||||
right: (item.productStoryX*2 || 0) + 'rpx',
|
right: (item.productStoryX*2 || 0) + 'rpx',
|
||||||
@@ -211,7 +211,7 @@ export default {
|
|||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
line-height: 36rpx;
|
line-height: 36rpx;
|
||||||
}
|
}
|
||||||
.good-story.ios-story{
|
.ios-cover{
|
||||||
font-size: 26rpx;
|
zoom: 1.01
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="dialog-conent" v-show="isLogin">
|
<view class="dialog-conent" v-show="isLogin">
|
||||||
<view class="gift-card-modal" >
|
<view class="gift-card-modal" :class="{'ios-cover': isIOS}">
|
||||||
<image class="bg-image" :src="!card.isBlind ? card.cover : card.blindBoxImage" mode="widthFix" lazy-load="false"></image>
|
<image class="bg-image" :src="!card.isBlind ? card.cover : card.blindBoxImage" mode="widthFix" lazy-load="false"></image>
|
||||||
<view v-if="card.isBlind !== 1" class="image-wrap" :style="{
|
<view v-if="card.isBlind !== 1" class="image-wrap" :style="{
|
||||||
top: card.productImageY*2 + 'rpx',
|
top: card.productImageY*2 + 'rpx',
|
||||||
@@ -15,7 +15,6 @@
|
|||||||
</view>
|
</view>
|
||||||
<view
|
<view
|
||||||
class="good-story"
|
class="good-story"
|
||||||
:class="{'ios-story': isIOS}"
|
|
||||||
v-if="card.isBlind !== 1 && card.giftProducts[0].productStory && card.isShowProductStory"
|
v-if="card.isBlind !== 1 && card.giftProducts[0].productStory && card.isShowProductStory"
|
||||||
:style="{
|
:style="{
|
||||||
right: (card.productStoryX*2 || 0) + 'rpx',
|
right: (card.productStoryX*2 || 0) + 'rpx',
|
||||||
@@ -465,7 +464,7 @@ export default {
|
|||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
line-height: 36rpx;
|
line-height: 36rpx;
|
||||||
}
|
}
|
||||||
.good-story.ios-story {
|
.ios-cover{
|
||||||
font-size: 26rpx;
|
zoom: 1.01
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user