26 lines
470 B
Plaintext
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;
|
|
} |