Files
electricity_bill_calc_wx/pages/readingHistory/components/meterInfo/index.wxss
2025-09-17 14:51:36 +08:00

26 lines
470 B
Plaintext

/* pages/readingHistory/components/meterInfo/index.wxss */
.wrapper {
margin: 20rpx 0;
padding: 20rpx;
box-sizing: border-box;
background-color: white;
border-radius: 16rpx;
}
.title {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 40rpx;
}
.detail .text {
display: flex;
justify-content: space-between;
font-size: 30rpx;
margin-bottom: 20rpx;
}
.status {
font-size: 30rpx;
}