41 lines
709 B
Plaintext
41 lines
709 B
Plaintext
/* pages/electricQuery/components/accountingCard/index.wxss */
|
|
.wrapper {
|
|
background-color: #fff;
|
|
margin-top: 30rpx;
|
|
}
|
|
|
|
.title {
|
|
padding: 20rpx;
|
|
border-bottom: 1rpx solid #ccc;
|
|
font-size: 34rpx;
|
|
}
|
|
|
|
.tableTitle {
|
|
font-size: 32rpx;
|
|
margin: 20rpx 0 14rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.tableContent {
|
|
margin-top: 10rpx;
|
|
margin-bottom: 20rpx;
|
|
text-align: center;
|
|
font-size: 32rpx;
|
|
}
|
|
.table-header {
|
|
display: flex;
|
|
width: 100%;
|
|
background-color: #f5f5f5;
|
|
border-bottom: 1rpx solid #eaeaea;
|
|
}
|
|
.table-header-row {
|
|
display: flex;
|
|
width: 100%;
|
|
}
|
|
.table-header-cell {
|
|
flex: 1;
|
|
text-align: center;
|
|
padding: 20rpx 0;
|
|
font-size: 25rpx;
|
|
color: #333;
|
|
} |