37 lines
603 B
Plaintext
37 lines
603 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 20rpx;
|
|
}
|
|
.right-box.data-v-374f26c4 {
|
|
justify-content: center;
|
|
align-items: center;
|
|
position: absolute;
|
|
right: 0;
|
|
padding: 0 20rpx;
|
|
}
|
|
.tab-title.data-v-374f26c4 {
|
|
width: 100%;
|
|
font-size: 36rpx;
|
|
display: flex;
|
|
}
|
|
.tab-title .title-box.data-v-374f26c4 {
|
|
margin-top: -4rpx;
|
|
}
|
|
|