This commit is contained in:
2024-03-30 21:15:08 +08:00
parent 34569620ab
commit 19c25f27e8

View File

@ -699,15 +699,17 @@
position: fixed; position: fixed;
top: 0; top: 0;
z-index: 99999; z-index: 99999;
width: 100vh;
image { image {
margin: 0 4% 0 4%; margin: 0 25rpx 0 25rpx;
width: 20rpx; width: 20rpx;
height: 30rpx; height: 30rpx;
} }
.navbartitle { .navbartitle {
width: 31%; width: calc(100vh - 70rpx);
overflow: hidden;
font-size: 34rpx; font-size: 34rpx;
font-weight: 500; font-weight: 500;
color: #FFFFFF; color: #FFFFFF;