You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
698 B

/* pages/components/statusBar/statusBar.wxss */
.diynavbar-content {
position: fixed;
top: 0;
z-index: 9999;
}
.diynavbar {
display: flex;
align-items: flex-end;
}
.diynavbar-none {
display: flex;
align-items: flex-end;
justify-content: center;
}
.navBar-content {
width: 750rpx;
display: flex;
align-items: center;
}
.navBar-search-container {
position: relative;
display: flex;
width: 100%;
flex-direction: row;
justify-content: center;
align-items: center;
margin-left: 20rpx;
}
.navBar-search-text {
font-size: 36rpx;
font-weight: bold;
color: #ffffff;
}
.navBar-search-image {
position: absolute;
width: 65rpx;
height: 65rpx;
left: 0;
}