deploy: auto commit repo-root changes 2026-08-03 00:32:40

This commit is contained in:
hajimi
2026-08-03 00:32:40 +08:00
parent 7f7dd71c15
commit fa0593d4ce
2 changed files with 58 additions and 32 deletions
+12 -10
View File
@@ -2,7 +2,7 @@
<view class="community-page">
<view class="community-header" :style="{ paddingTop: statusBarHeight + 'px' }">
<view class="community-header__bar">
<image class="community-header__logo" src="/static/images/logo.png" mode="aspectFit" />
<image class="community-header__logo" src="/static/images/logo_mini.png" mode="aspectFit" />
<view class="community-header__search" @tap="goSearch">
<u-icon name="search" size="32" color="#7a8494" />
<text>搜索话题球队作者</text>
@@ -391,8 +391,9 @@ onShow(() => {
}
&__logo {
width: 82rpx;
height: 62rpx;
width: 62rpx;
height: 42rpx;
padding: 20rpx;
flex-shrink: 0;
}
@@ -419,7 +420,7 @@ onShow(() => {
}
.community-toolbar {
height: 88rpx;
height: 68rpx;
display: flex;
align-items: center;
gap: 12rpx;
@@ -432,9 +433,10 @@ onShow(() => {
align-items: center;
gap: 8rpx;
margin-bottom: 0;
margin-right: 20rpx;
padding: 0 14rpx 0 9rpx;
border: 1rpx solid #bdd5ff;
border-radius: 999rpx;
border-radius: 10rpx;
color: #1468f5;
background: #fafdff;
box-sizing: border-box;
@@ -463,7 +465,7 @@ onShow(() => {
.community-nav {
flex: 0 1 auto;
height: 88rpx;
height: 68rpx;
display: flex;
align-items: flex-end;
gap: 18rpx;
@@ -474,7 +476,7 @@ onShow(() => {
&__item {
position: relative;
flex: 0 0 auto;
height: 88rpx;
height: 68rpx;
padding: 0 10rpx;
display: flex;
align-items: center;
@@ -488,7 +490,7 @@ onShow(() => {
}
&--active {
color: #1468f5;
color: #4f4f4f;
text {
font-weight: 700;
@@ -499,10 +501,10 @@ onShow(() => {
bottom: 0;
left: 50%;
width: 46rpx;
height: 5rpx;
height: 3rpx;
border-radius: 99rpx;
content: '';
background: #1468f5;
background: #4f4f4f;
transform: translateX(-50%);
}
}