|
|
|
@ -21,11 +21,11 @@ |
|
|
|
<view class="content"> |
|
|
|
<view class="pintuan shop-card group-hero-card"> |
|
|
|
<view class="group-card-glow"></view> |
|
|
|
<view class="shop-rally-badge"> |
|
|
|
<!-- <view class="shop-rally-badge"> |
|
|
|
<text>有件事你知道吗?</text> |
|
|
|
<text class="shop-rally-dot"></text> |
|
|
|
<text>拼团和期末不挂科一样重要!</text> |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
<view class="shop-top"> |
|
|
|
<view class="shop-img"> |
|
|
|
<img :src="shopItem.shopIcon" alt=""> |
|
|
|
@ -75,7 +75,7 @@ |
|
|
|
v-if="orderListWait.length > 0" @tap="openOrderWait('')"> |
|
|
|
<view class="live-card-header"> |
|
|
|
<view> |
|
|
|
<view class="live-title">加入队伍,马上省一笔</view> |
|
|
|
<view class="live-title">有件事你知道吗?拼团和期末不挂科一样重要!</view> |
|
|
|
</view> |
|
|
|
<view class="live-pill">去凑团</view> |
|
|
|
</view> |
|
|
|
@ -2565,7 +2565,7 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.live-title { |
|
|
|
font-size: 28rpx; |
|
|
|
font-size: 24rpx; |
|
|
|
font-weight: 900; |
|
|
|
line-height: 34rpx; |
|
|
|
} |
|
|
|
|