2025-06-12 22:16:09 +08:00
|
|
|
|
2025-06-19 22:27:00 +08:00
|
|
|
.Navigation-name {
|
2025-06-12 22:16:09 +08:00
|
|
|
font-size: 36rpx;
|
|
|
|
|
color: #000000;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
2025-06-19 22:27:00 +08:00
|
|
|
.Navigation {
|
2025-06-12 22:16:09 +08:00
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
z-index: 999;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 240rpx;
|
2025-06-19 22:27:00 +08:00
|
|
|
background-image: url("https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Navigationimg.png");
|
|
|
|
|
background-position: 100% 100%;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
}
|
|
|
|
|
.Navigationcontent{
|
|
|
|
|
width: 80%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
align-items: center;
|
|
|
|
|
padding: 60rpx;
|
2025-06-12 22:16:09 +08:00
|
|
|
}
|