导入抄表记录完成电表列表部分(未调试)
This commit is contained in:
@@ -1 +1,33 @@
|
||||
/* pages/writeReading/components/meterInfo/index.wxss */
|
||||
/* 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;
|
||||
}
|
||||
|
||||
.info .detail {
|
||||
margin-top: 20rpx;
|
||||
}
|
||||
|
||||
.info .detail .text {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
font-size: 30rpx;
|
||||
}
|
Reference in New Issue
Block a user