Files
bodyWeight/miniprogram/components/navBar/navBar.less
T

61 lines
818 B
Plaintext

.nav-spacer {
width: 100%;
}
.nav-wrap {
width: 100%;
}
.nav-content {
width: 100%;
display: flex;
align-items: center;
position: relative;
box-sizing: border-box;
}
.nav-left {
height: 100%;
flex-shrink: 0;
z-index: 1;
display: flex;
align-items: center;
}
.back-btn {
width: 60rpx;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.back-arrow {
width: 18rpx;
height: 18rpx;
border-left: 4rpx solid #252535;
border-bottom: 4rpx solid #252535;
transform: rotate(45deg);
}
.nav-center {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
z-index: 0;
pointer-events: none;
}
.nav-title {
color: #252535;
font-size: 16px;
font-weight: bold;
line-height: 1;
pointer-events: auto;
}