地址padding

This commit is contained in:
2022-06-11 12:05:37 +08:00
parent 34d87b8a5c
commit aae33064bf
6 changed files with 7541 additions and 14305 deletions

View File

@@ -47,7 +47,7 @@
<block v-for="(item, index) in shops" :key="index">
<view class="card-box-item" style="{'backgrond': #FFF}" v-if="index < 4" @click="$Router.push({name: 'ShopDetail', params: {ShopId: item.shop_id}})">
<view class="card-title">{{item.name}}</view>
<view class="card-subtitle"> </view>
<view class="card-subtitle"> 优质店铺 </view>
<view class="card-btn">前往体验</view>
<image class="card-cover" :src="item.cover" mode="aspectFill" />
</view>
@@ -186,7 +186,7 @@
white-space: nowrap;
}
.card-subtitle{
font-size: 20rpx;
font-size: 22rpx;
color: $text-gray;
// line-height: 40rpx;
min-height: 20rpx;
@@ -295,7 +295,7 @@
}
}
.card-btn{
font-size: 20rpx;
font-size: 22rpx;
color: #fff;
padding: 4rpx 20rpx;
border-radius: 20rpx;