This commit is contained in:
zoujiandong
2025-07-18 09:29:19 +08:00
parent 2f79feb17e
commit 07e0630824
26 changed files with 151 additions and 35 deletions
+13 -1
View File
@@ -11,7 +11,10 @@
></up--image>
</view>
<view class="name">{{ navName }}</view>
<view class="name">
{{ navName }}
</view>
</view>
</view>
@@ -54,6 +57,15 @@
margin-left: 16rpx;
font-size: 30rpx;
color: #111827;
position: relative;
.navbg{
position: absolute;
z-index:-1;
top:10rpx;
left:18rpx;
}
}
}
.search {