.header-toper {
width: 100%;
height: 80upx;
background-image: url(../../static/img/top.png);
background-repeat: no-repeat;
background-size: 100% 100%;
padding-top: 80upx;
position: fixed;
left: 0;
top: 0;
z-index: 99;
background-color: var(--bColor);
}
.header-toper-title {
position: relative;
display: flex;
justify-content: center;
align-items: center;
font-size: var(--f32);
color: var(--c0);
font-weight: 700;
}
.header-toper-title image {
width: 48upx;
height: 44upx;
position: absolute;
left: 40upx;
}
-
003f471f