fanfan 6 months ago
parent a6ae7f39b1
commit f2ff21b1e0
  1. 13
      pages/index/index.vue

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

Loading…
Cancel
Save