store css 8.18

This commit is contained in:
2020-08-18 10:06:20 +08:00
parent a702558eac
commit cada935c17
8 changed files with 18 additions and 16 deletions

View File

@@ -129,7 +129,7 @@
<view class="head">
<image class="image" :src="goodsInfo.goods_image"></image>
<view class="info">
<text class="u-line-2">{{goodsInfo.goods_name}}</text>
<view class="goods-name u-line-2">{{goodsInfo.goods_name}}</view>
<text v-if="type == 1">{{ goodsInfo.goods_price }}</text>
<text v-else-if="type == 2">{{ goodsInfo.pintuan_price }}</text>
<text v-else-if="type == 3">{{ groupbuyInfo.groupbuy_price }}</text>
@@ -1206,11 +1206,13 @@ export default {
justify-content: space-between;
margin-left: 27rpx;
flex-direction: column;
>text:first-child{
.goods-name {
height: 76rpx;
line-height: 38rpx;
font-size: 28rpx;
color: #333;
}
>text:last-child{
> text:last-child {
font-size: 30rpx;
color: #ff3131;
}