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.
76 lines
1.0 KiB
76 lines
1.0 KiB
4 years ago
|
/* pages/auctionRecord.wxss */
|
||
|
.table {
|
||
|
border: 0px solid darkgray;
|
||
|
}
|
||
|
|
||
|
.tr {
|
||
|
display: flex;
|
||
|
width: 100%;
|
||
|
justify-content: center;
|
||
|
height: 3rem;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
.td {
|
||
|
width: 25%;
|
||
|
justify-content: center;
|
||
|
text-align: center;
|
||
|
}
|
||
|
.td1 {
|
||
|
width: 10%;
|
||
|
justify-content: center;
|
||
|
text-align: center;
|
||
|
}
|
||
|
.td2 {
|
||
|
width: 15%;
|
||
|
justify-content: center;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.bg-w {
|
||
|
background: snow;
|
||
|
}
|
||
|
|
||
|
.bg-g {
|
||
|
background: #E6F3F9;
|
||
|
}
|
||
|
|
||
|
.th {
|
||
|
width: 25%;
|
||
|
justify-content: center;
|
||
|
background: #3366FF;
|
||
|
color: #fff;
|
||
|
display: flex;
|
||
|
height: 3rem;
|
||
|
align-items: center;
|
||
|
font-size: 20rpx;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.th1 {
|
||
|
width: 10%;
|
||
|
justify-content: center;
|
||
|
background: #3366FF;
|
||
|
color: #fff;
|
||
|
display: flex;
|
||
|
height: 3rem;
|
||
|
font-size: 20rpx;
|
||
|
align-items: center;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.th2 {
|
||
|
width: 15%;
|
||
|
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;
|
||
|
}
|