29 lines
634 B
Plaintext
Raw Permalink Normal View History

2025-10-29 13:53:05 +08:00
.header.data-v-f55a78dc {
background-color: #fff;
position: fixed;
left: 0;
top: 0;
right: 0;
z-index: 100;
box-shadow: 0px 3px 7px rgba(206, 206, 206, 0.25);
}
.header_status.data-v-f55a78dc {
white-space: nowrap;
padding: 20rpx 0 30rpx 0;
}
.header_status .item_btn.data-v-f55a78dc {
display: inline-block;
margin-left: 30rpx;
padding: 8rpx 25rpx;
font-size: 28rpx;
border: 1px solid #ccc;
border-radius: 100rpx;
color: #999;
}
.header_status .item_btn.data-v-f55a78dc:last-child {
margin-right: 30rpx;
}
.header_status .active_btn.data-v-f55a78dc {
color: #2a7efb;
border: 1px solid #2a7efb;
}