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