mall-laonong/unpackage/dist/dev/mp-weixin/components/status-nav/status-nav.wxss

37 lines
619 B
Plaintext
Raw Normal View History

2022-07-31 02:14:22 +00:00
.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;
2022-09-27 08:57:57 +00:00
padding: 0 50rpx 0 20rpx;
2022-07-31 02:14:22 +00:00
}
.right-box.data-v-374f26c4 {
justify-content: center;
align-items: center;
position: absolute;
right: 0;
2022-09-27 08:57:57 +00:00
padding: 0 20rpx 0 50rpx;
2022-07-31 02:14:22 +00:00
}
.tab-title.data-v-374f26c4 {
width: 100%;
font-size: 36rpx;
display: flex;
}
.tab-title .title-box.data-v-374f26c4 {
margin-top: -4rpx;
}