修改页面文件样式
This commit is contained in:
@ -159,11 +159,6 @@
|
||||
<view class="point-bg-txt">积分{{item.score_rate}}%</view>
|
||||
</view>
|
||||
<view class='flex flex-direction flex-wrap align-start' style="position: relative;">
|
||||
<!-- <view class='flex flex-wrap align-center justify-center homePage_fd4_1_c0_c0'>
|
||||
<text class='homePage_fd4_1_c0_c0_c0'>积分</text>
|
||||
<text class='homePage_fd4_1_c0_c0_c1'>{{item.score_rate}}</text>
|
||||
<text class='homePage_fd4_1_c0_c0_c2'>%</text>
|
||||
</view> -->
|
||||
<view class='flex flex-wrap align-center'>
|
||||
<image class='homePage_fd4_1_c0_c1_c0' mode="aspectFill" :src='item.logo'></image>
|
||||
</view>
|
||||
@ -177,9 +172,8 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class='flex flex-wrap align-center homePage_fd4_1_c1_c1'>
|
||||
<text class='storeDetails_fd2_0_c1_c1_c1' style="margin: 0 20rpx 0 0; color: #FF9D00;font-size: 26rpx;"
|
||||
v-if="item.store_type">{{item.store_type}}</text>
|
||||
<text style="margin-right: 20rpx;color:#E5E5E5">|</text>
|
||||
<text class='storeDetails_fd2_0_c1_c1_c1' style="margin: 0 20rpx 0 0; color: #FF9D00;font-size: 26rpx;" v-if="item.store_type">{{item.store_type}}</text>
|
||||
<text style="margin-right: 20rpx;color:#E5E5E5">|</text>
|
||||
<!-- <uv-rate count="5" :value="item.score" inactiveColor="#FF5951" activeColor="#FF5951" gutter="1" :allowHalf="true"></uv-rate> -->
|
||||
<!-- <text class='homePage_fd4_1_c1_c1_c1'>{{item.score}}</text> -->
|
||||
<image class='homePage_fd4_1_c1_c1_c0' mode="aspectFit" :src='STATIC_URL+"31.png"'></image>
|
||||
@ -187,9 +181,9 @@
|
||||
<text class='homePage_fd4_1_c1_c1_c2'>分</text>
|
||||
</view>
|
||||
<view class='flex flex-wrap align-center justify-between homePage_fd4_1_c1_c2'>
|
||||
<view class='flex flex-wrap align-center' style="background-color: #FFEEED;padding: 4rpx 8rpx;">
|
||||
<text class='homePage_fd4_1_c1_c2_c0_c0' style="color:#FF5951;">关注人数</text>
|
||||
<text class='homePage_fd4_1_c1_c2_c0_c1' style="color:#FF5951;">{{item.collect_num}}</text>
|
||||
<view class='flex flex-wrap align-center' style="background-color: #FFEEED;padding: 4rpx 8rpx;color:#FF5951;">
|
||||
<text class='homePage_fd4_1_c1_c2_c0_c0'>关注人数</text>
|
||||
<text class='homePage_fd4_1_c1_c2_c0_c1'>{{item.collect_num}}</text>
|
||||
</view>
|
||||
<!-- <view class='flex flex-wrap align-center'>
|
||||
<text class='homePage_fd4_1_c1_c2_c1_c0'>人均¥</text>
|
||||
@ -1175,14 +1169,12 @@
|
||||
}
|
||||
|
||||
.homePage_fd4_1_c1_c2_c0_c1 {
|
||||
color: #333333;
|
||||
font-size: 24rpx;
|
||||
font-weight: 400;
|
||||
line-height: 24rpx;
|
||||
}
|
||||
|
||||
.homePage_fd4_1_c1_c2_c0_c0 {
|
||||
color: #333333;
|
||||
font-size: 24rpx;
|
||||
font-weight: 400;
|
||||
line-height: 24rpx;
|
||||
|
||||
Reference in New Issue
Block a user