开始做用电查询
This commit is contained in:
23
pages/billList/index.wxss
Normal file
23
pages/billList/index.wxss
Normal file
@@ -0,0 +1,23 @@
|
||||
/* pages/billList/index.wxss */
|
||||
page {
|
||||
background-color: var(--transparent-green);
|
||||
}
|
||||
|
||||
.itemWrapper {
|
||||
margin: 20rpx 30rpx 20rpx 30rpx;
|
||||
background-color: #fff;
|
||||
border-radius: 20rpx;
|
||||
box-sizing: border-box;
|
||||
padding: 30rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.time {
|
||||
flex: 1;
|
||||
text-indent: 40rpx;
|
||||
}
|
||||
|
||||
.operate {
|
||||
|
||||
}
|
Reference in New Issue
Block a user