Files
2025-09-10 15:51:13 +08:00

22 lines
435 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;
}