2025-12-19 09:46:56 +08:00

38 lines
759 B
Plaintext

.show_data_content.data-v-e5fbd9da {
background-color: #fff;
margin: 30rpx;
border-radius: 15rpx;
}
.show_data_card.data-v-e5fbd9da {
display: flex;
align-items: center;
padding: 40rpx 0 30rpx 0;
text-align: center;
}
.show_data_card .items.data-v-e5fbd9da {
flex: 1;
}
.show_data_card .numbers.data-v-e5fbd9da {
font-size: 36rpx;
font-weight: 550;
}
.show_data_card .label.data-v-e5fbd9da {
font-size: 24rpx;
color: #666;
}
.notice_bar.data-v-e5fbd9da {
border-top: 1rpx solid #eee;
height: 80rpx;
line-height: 80rpx;
color: #333;
font-size: 24rpx;
padding: 0 30rpx;
display: flex;
}
.notice_bar .notice_content.data-v-e5fbd9da {
flex: 1;
padding-left: 5rpx;
}
.notice_bar swiper.data-v-e5fbd9da {
height: 80rpx;
}