feat: 调整首页导航栏样式
This commit is contained in:
parent
1c658b093f
commit
24a8380513
|
@ -9,7 +9,7 @@
|
|||
></u-icon>
|
||||
</div>
|
||||
<text class="header-title">源小新</text>
|
||||
<div></div>
|
||||
<div class="header-right"></div>
|
||||
</view>
|
||||
|
||||
<!-- 首页 -->
|
||||
|
@ -536,6 +536,7 @@ page {
|
|||
z-index: 99;
|
||||
|
||||
.header-left {
|
||||
width: 40rpx;
|
||||
font-size: 36rpx;
|
||||
}
|
||||
|
||||
|
@ -544,6 +545,10 @@ page {
|
|||
font-weight: bold;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
.header-right {
|
||||
width: 40rpx;
|
||||
}
|
||||
}
|
||||
|
||||
.content {
|
||||
|
|
Loading…
Reference in New Issue