.navbar { // background-image: url('https://img-home.csdnimg.cn/images/20230817060237.png') !important; // background-size: 100% 100% !important; background: green; position: relative; // z-index: 99; .narbar-flexd { // background-image: url('https://img-home.csdnimg.cn/images/20230817060237.png') !important; // background-size: 100% 100% !important; background: green; position: fixed; top: 0; left: 0; z-index: 99; width: 100%; // padding-bottom: 10rpx; .narbar-content { padding: 0 40rpx; display: flex; box-sizing: border-box; // justify-content:center; align-items: center; .left{ // position: absolute; // left: 5%; font-weight: 600; display: flex; align-items: center; } .title{ font-size: 16px; color: #fff; font-weight: 600; // line-height: 40px; } } } .navHeight { height: 60px; } }