22 lines
310 B
Plaintext
22 lines
310 B
Plaintext
/* pages/billMeterDetail/index.wxss */
|
|
.infoItem {
|
|
word-break: break-all;
|
|
}
|
|
|
|
.contentWrapper {
|
|
margin: 20rpx;
|
|
}
|
|
|
|
.table {
|
|
border: 1rpx solid rgba(204,204,204,.5);
|
|
margin-bottom: 40rpx;
|
|
}
|
|
|
|
.total {
|
|
padding-top: 30rpx;
|
|
padding-bottom: 40rpx;
|
|
}
|
|
|
|
.totalNumber {
|
|
word-break: break-all;
|
|
} |