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