wangdong 6 months ago
commit c9290d35f8
  1. 11
      pages/index/index.vue

@ -1233,8 +1233,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;
} }
@ -2140,14 +2141,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