This commit is contained in:
2024-08-22 01:01:35 +08:00
parent faa008ae28
commit b43246074a
9 changed files with 183 additions and 19 deletions

View File

@@ -10,9 +10,9 @@
}
.navbar-container {
height: 100rpx;
height: 85rpx;
position: relative;
margin-top: 5rpx;
/* display: flex;
flex-flow:row;
align-items: center;
@@ -32,7 +32,7 @@
justify-content: center;
margin-left: 20px;
width: 60rpx;
height: 100rpx;
height: 85rpx;
/* position: absolute; */
/* left: 24rpx;
width: 64rpx;
@@ -53,8 +53,8 @@
.navbar_title {
position: absolute;
width: 100%;
height: 100rpx;
line-height: 100rpx;
height: 85rpx;
line-height: 85rpx;
font-weight: 700;
text-align: center;
box-sizing: border-box;