87 lines
1.2 KiB
Plaintext
87 lines
1.2 KiB
Plaintext
/* pages/meterBalanceRecord/index.wxss */
|
|
.pageWrapper {
|
|
margin: 30rpx;
|
|
}
|
|
|
|
.time {
|
|
flex: 1;
|
|
margin-left: 30rpx;
|
|
margin-right: 30rpx;
|
|
display: flex;
|
|
padding: 10rpx 20rpx;
|
|
border-radius: 12rpx;
|
|
border: 1rpx solid #ccc;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.timeChooseWrapper {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 36rpx;
|
|
}
|
|
|
|
|
|
.timeText {
|
|
flex: 1;
|
|
}
|
|
|
|
.table {
|
|
width: 890rpx;
|
|
|
|
}
|
|
|
|
.classWrapper {
|
|
width: 100vw;
|
|
overflow-x: auto;
|
|
}
|
|
|
|
.thead {
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
border-bottom: 1rpx solid #EEEEEE;
|
|
}
|
|
|
|
.thead .th {
|
|
padding: 20rpx;
|
|
white-space: nowrap;
|
|
text-align: center;
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
.tbody {
|
|
width: 890rpx;
|
|
}
|
|
|
|
.tbody .tr {
|
|
padding: 20rpx;
|
|
border-bottom: 1rpx solid #EEEEEE;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-wrap: nowrap;
|
|
}
|
|
|
|
.tbody .th {
|
|
word-break: break-all;
|
|
text-align: center;
|
|
}
|
|
|
|
.customTable {
|
|
margin: 20rpx 0;
|
|
padding-bottom: 30rpx;
|
|
}
|
|
|
|
.customTableTile {
|
|
background-color: var(--light-green);
|
|
padding: 16rpx;
|
|
box-sizing: border-box;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.tableRow {
|
|
padding: 16rpx;
|
|
border: 1rpx solid #ccc;
|
|
border-top: 0rpx;
|
|
font-size: 32rpx;
|
|
}
|