You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
826 B
60 lines
826 B
/* pages/preview-list/preview-list.wxss */ |
|
.table { |
|
border: 0px solid darkgray; |
|
} |
|
|
|
.tr { |
|
display: flex; |
|
width: 100%; |
|
justify-content: center; |
|
height: 3rem; |
|
align-items: center; |
|
} |
|
|
|
.td { |
|
width: 70%; |
|
justify-content: center; |
|
text-align: left; |
|
} |
|
.td1 { |
|
width: 30%; |
|
justify-content: center; |
|
text-align: center; |
|
} |
|
|
|
.bg-w { |
|
background: snow; |
|
} |
|
|
|
.bg-g { |
|
background: #E6F3F9; |
|
} |
|
|
|
.th { |
|
width: 70%; |
|
justify-content: center; |
|
background: #3366FF; |
|
color: #fff; |
|
display: flex; |
|
height: 3rem; |
|
align-items: center; |
|
font-size: 20rpx; |
|
text-align: center; |
|
} |
|
|
|
.th1 { |
|
width: 30%; |
|
justify-content: center; |
|
background: #3366FF; |
|
color: #fff; |
|
display: flex; |
|
height: 3rem; |
|
font-size: 20rpx; |
|
align-items: center; |
|
text-align: center; |
|
} |
|
|
|
.noText{ |
|
text-align: center; |
|
padding-top: 50rpx; |
|
} |