Suzhou-SafetyToolsWarning-WX/pages/statistics/index/index.wxss

69 lines
1.0 KiB
Plaintext
Raw Normal View History

2025-11-07 14:54:09 +08:00
/* pages/statistics/index/index.wxss */
.container {
min-height: 100vh;
background-color: #F5F5F5;
padding: 24rpx 32rpx;
}
.stats-overview {
display: flex;
gap: 24rpx;
margin-bottom: 24rpx;
}
.overview-card {
flex: 1;
background: #fff;
border-radius: 16rpx;
padding: 40rpx;
text-align: center;
box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.05);
}
.card-value {
font-size: 56rpx;
font-weight: bold;
color: #0052D9;
margin-bottom: 12rpx;
}
.card-value.warning {
color: #FF6B00;
}
.card-label {
font-size: 26rpx;
color: #666;
}
.chart-section,
.list-section {
background: #fff;
border-radius: 16rpx;
padding: 32rpx;
margin-bottom: 24rpx;
box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.05);
}
.section-title {
font-size: 30rpx;
font-weight: bold;
color: #333;
margin-bottom: 24rpx;
}
.chart-placeholder {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 80rpx 0;
color: #999;
font-size: 26rpx;
}
.chart-placeholder text {
margin-top: 24rpx;
}