1618
This commit is contained in:
@@ -182,15 +182,15 @@
|
|||||||
</view> -->
|
</view> -->
|
||||||
|
|
||||||
|
|
||||||
<view class="head_line" style="margin: 30rpx 0;">
|
<!-- <view class="head_line" style="margin: 30rpx 0;">
|
||||||
<b></b>
|
<b></b>
|
||||||
<text>精选商品</text>
|
<text>精选商品</text> -->
|
||||||
<!-- <i @click="onShopMore('Hot')">查看更多 ></i> -->
|
<!-- <i @click="onShopMore('Hot')">查看更多 ></i> -->
|
||||||
<!-- <i @click="onPageJump('../bookShop/classify')">查看更多 ></i> -->
|
<!-- <i @click="onPageJump('../bookShop/classify')">查看更多 ></i> -->
|
||||||
</view>
|
<!-- </view> -->
|
||||||
<scroll-view class="scroll-view_H " scroll-x="true" scroll-left="0">
|
<scroll-view class="scroll-view_H " scroll-x="true" scroll-left="0">
|
||||||
<view class="ProTabs">
|
<view class="ProTabs flexbox">
|
||||||
<text v-for="item in tagList" :key="item.splId" :class="[tabsid == item.splId ? 'cur' :'']" @click="tabsChange(item)">{{item.labelName}}</text>
|
<view v-for="item in tagList" :key="item.splId" :class="[tabsid == item.splId ? 'cur' :'']" @click="tabsChange(item)">{{item.labelName}}</view>
|
||||||
</view>
|
</view>
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
<!-- 商品展示 -->
|
<!-- 商品展示 -->
|
||||||
@@ -693,8 +693,8 @@
|
|||||||
.price{color: #9b9b9b !important; font-size: inherit; font-weight: normal !important; display: block;}
|
.price{color: #9b9b9b !important; font-size: inherit; font-weight: normal !important; display: block;}
|
||||||
}
|
}
|
||||||
.ProTabs{margin: 20rpx 0; padding:0 20rpx;
|
.ProTabs{margin: 20rpx 0; padding:0 20rpx;
|
||||||
text{padding: 4rpx 8rpx; font-size: 32rpx; border-radius: 10rpx; overflow: hidden; background-color: #eee; color: #55aa7f; margin-right: 10rpx;}
|
view{padding: 4rpx 8rpx; width: 80rpx; font-size: 32rpx; white-space: wrap !important; border-radius: 10rpx; overflow: hidden; background-color: #eee; color: #55aa7f; margin-right: 10rpx;}
|
||||||
text.cur{background-color:#55aa7f ; color: #fff;}
|
view.cur{background-color:#55aa7f ; color: #fff;}
|
||||||
}
|
}
|
||||||
.newBook{margin-top: 20rpx;}
|
.newBook{margin-top: 20rpx;}
|
||||||
.scroll-view_H{background-color: #fff;white-space: nowrap;
|
.scroll-view_H{background-color: #fff;white-space: nowrap;
|
||||||
@@ -747,7 +747,8 @@
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
padding: 20rpx;
|
padding: 20rpx;
|
||||||
position: relative; margin-bottom:60rpx;
|
position: relative;
|
||||||
|
// margin-bottom:60rpx;
|
||||||
// height: 400rpx; margin-bottom: 130rpx;
|
// height: 400rpx; margin-bottom: 130rpx;
|
||||||
.icon_hua_1 {
|
.icon_hua_1 {
|
||||||
// margin: 0 auto;
|
// margin: 0 auto;
|
||||||
@@ -794,7 +795,8 @@
|
|||||||
.home_nar {
|
.home_nar {
|
||||||
margin: 30rpx 20rpx; justify-content: space-between;
|
margin: 30rpx 20rpx; justify-content: space-between;
|
||||||
display: flex;
|
display: flex;
|
||||||
color: #333; margin-bottom: 0;
|
color: #333;
|
||||||
|
// margin-bottom: 0;
|
||||||
// .dianzishu{ margin-right:10rpx;
|
// .dianzishu{ margin-right:10rpx;
|
||||||
// background-color:#f8d6f4 ; border: 2px solid #edcce9;
|
// background-color:#f8d6f4 ; border: 2px solid #edcce9;
|
||||||
// }
|
// }
|
||||||
|
|||||||
Reference in New Issue
Block a user