Files
doc-mini-app/components/list-nav-bar/list-nav-bar.wxss
2024-08-22 01:01:35 +08:00

65 lines
1.2 KiB
Plaintext

.navbar {
position: fixed;
width: 100%;
top: 0;
color: #fff;
background: #3c8bf6;
display: flex;
flex-flow:column;
justify-content: flex-end;
}
.navbar-container {
height: 85rpx;
position: relative;
margin-top: 5rpx;
/* display: flex;
flex-flow:row;
align-items: center;
justify-content: center; */
/* position: relative; */
/* width: 100vw;
height: 64rpx;
z-index: 100;
display: flex;
box-sizing: border-box; */
}
.navbar-btn {
display: flex;
flex-flow:row;
align-items: center;
justify-content: center;
margin-left: 20px;
width: 60rpx;
height: 85rpx;
/* position: absolute; */
/* left: 24rpx;
width: 64rpx;
height: 64rpx; */
/*
z-index: 100;
display: flex;
align-items: center; */
}
.navbar-icon {
width: 36rpx;
height: 36rpx;
}
.navbar_title {
position: absolute;
width: 100%;
height: 85rpx;
line-height: 85rpx;
font-weight: 700;
text-align: center;
box-sizing: border-box;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}