50 lines
771 B
Plaintext
50 lines
771 B
Plaintext
/* pages/writeReading/components/meterInfo/index.wxss */
|
|
|
|
.wrapper {
|
|
padding: 0 20rpx 20rpx;
|
|
}
|
|
|
|
.info {
|
|
margin-top: 20rpx;
|
|
padding: 20rpx;
|
|
border-radius: 15rpx;
|
|
background-color: white;
|
|
}
|
|
|
|
.info .title {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.info .title .address {
|
|
font-size: 36rpx;
|
|
font-weight: 800;
|
|
flex: 1;
|
|
margin-right: 24rpx;
|
|
word-break: break-all;
|
|
}
|
|
|
|
.info .title .meterType {
|
|
display: flex;
|
|
justify-content: end;
|
|
width: 180rpx;
|
|
}
|
|
|
|
.info .detail {
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.info .detail .text {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.wrapper > .title {
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.titleText {
|
|
color: rgb(150, 137, 137);
|
|
} |