账单支持峰谷
This commit is contained in:
22
pages/billMeterDetail/index.wxss
Normal file
22
pages/billMeterDetail/index.wxss
Normal file
@@ -0,0 +1,22 @@
|
||||
/* 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;
|
||||
}
|
Reference in New Issue
Block a user