This commit is contained in:
parent
ac5fa0d82c
commit
d5e544e433
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<view class="fenlei">
|
<view class="fenlei">
|
||||||
<z-tabs class="z-tabs-fenlei" :list="tabList" @change="tabChange" @changeClick="changeClick"/>
|
<z-tabs class="z-tabs-fenlei":list="tabList" @change="tabChange" @changeClick="changeClick"/>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<t-refresh ref="refresh" v-if="dataList.length>0" @refresh="refresh" @loadMore="loadMore" :loadingType="loadingType" :tPadding="0">
|
<t-refresh ref="refresh" v-if="dataList.length>0" @refresh="refresh" @loadMore="loadMore" :loadingType="loadingType" :tPadding="0">
|
||||||
|
@ -207,6 +207,7 @@
|
||||||
.shop_label{
|
.shop_label{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
margin-top: 8rpx;
|
||||||
}
|
}
|
||||||
.shop_label span{
|
.shop_label span{
|
||||||
background: #e5e5e5;
|
background: #e5e5e5;
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
|
@ -629,7 +629,7 @@
|
||||||
width: 750rpx;
|
width: 750rpx;
|
||||||
/* #endif */
|
/* #endif */
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
height: 80rpx;
|
height: 70rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.z-tabs-scroll-view-conatiner{
|
.z-tabs-scroll-view-conatiner{
|
||||||
|
@ -701,8 +701,8 @@
|
||||||
|
|
||||||
.z-tabs-item-title{
|
.z-tabs-item-title{
|
||||||
/* font-weight: bold; */
|
/* font-weight: bold; */
|
||||||
font-size: 34rpx;
|
font-size: 30rpx;
|
||||||
color: #019C88;
|
color: #019c88;
|
||||||
}
|
}
|
||||||
|
|
||||||
.z-tabs-item-title-disabled{
|
.z-tabs-item-title-disabled{
|
||||||
|
@ -725,12 +725,12 @@
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
margin-bottom: 9px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.z-tabs-bottom-dot{
|
.z-tabs-bottom-dot{
|
||||||
border-radius: 100px;
|
border-radius: 100px;
|
||||||
background: linear-gradient(90deg,rgba(234, 248, 245,0.7),rgba(132, 211, 196,0.7)) !important;
|
background: linear-gradient(90deg,rgba(234, 248, 245,0.9),rgba(1, 156, 136,0.7)) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.z-tabs-left,.z-tabs-right{
|
.z-tabs-left,.z-tabs-right{
|
||||||
|
|
Loading…
Reference in New Issue