|
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
<view class="index" :id="`index${styleIndex}`"> |
|
|
|
|
<view class="navbarContent"> |
|
|
|
|
<u-navbar :is-back="false" :background="styleIndex ? { background: navBgColor } : background" :border-bottom="false"> |
|
|
|
|
<image :src="logoImage" mode="heightFix" class="logo"></image> |
|
|
|
|
<image :src="logoImage" mode="heightFix" class="logo"></image> |
|
|
|
|
<view class="slot-wrap"> |
|
|
|
|
<u-subsection :active-color="tabActiveColor || '#FB213D'" inactive-color="#000000" height="60" @change="changeHome" |
|
|
|
|
:bold="false" button-color="#fff" :list="list" :current="current"></u-subsection> |
|
|
|
@ -1233,8 +1233,9 @@ |
|
|
|
|
|
|
|
|
|
.logo { |
|
|
|
|
height: 50rpx; |
|
|
|
|
width: 200rpx; |
|
|
|
|
max-width: 150rpx; |
|
|
|
|
position: absolute; |
|
|
|
|
min-width: 50rpx; |
|
|
|
|
left: 36rpx; |
|
|
|
|
top: 25rpx; |
|
|
|
|
} |
|
|
|
@ -2140,14 +2141,16 @@ |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.tags { |
|
|
|
|
padding-bottom: 36rpx; |
|
|
|
|
padding-bottom: 20rpx; |
|
|
|
|
border-bottom: 1px solid #F2F2F2; |
|
|
|
|
width: 500rpx; |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
|
|
|
|
|
flex-wrap: wrap; |
|
|
|
|
// justify-content: ; |
|
|
|
|
.tagsItem { |
|
|
|
|
width: 120rpx; |
|
|
|
|
margin-bottom: 16rpx; |
|
|
|
|
padding: 0 10rpx; |
|
|
|
|
height: 42rpx; |
|
|
|
|
line-height: 42rpx; |
|
|
|
|
text-align: center; |
|
|
|
|