leave-unused/unpackage/dist/dev/mp-weixin/components/status-nav/status-nav.wxss

38 lines
638 B
Plaintext

.status-box.data-v-374f26c4 {
position: -webkit-sticky;
position: sticky;
top: 0;
left: 0;
right: 0;
z-index: 10;
}
.status-nav.data-v-374f26c4 {
align-items: center;
width: 100%;
position: relative;
}
.left-box.data-v-374f26c4 {
justify-content: center;
align-items: center;
position: absolute;
padding: 0 50rpx 0 20rpx;
}
.right-box.data-v-374f26c4 {
justify-content: center;
align-items: center;
position: absolute;
right: 0;
padding: 0 20rpx 0 50rpx;
}
.tab-title.data-v-374f26c4 {
width: 100%;
font-size: 32rpx;
line-height: 1.5;
display: flex;
}
.tab-title .title-box.data-v-374f26c4 {
margin-top: -4rpx;
}