89 lines
1.3 KiB
Plaintext
89 lines
1.3 KiB
Plaintext
/* packageD/auction/auctioneer-manage/auction_collect/auction_collect.wxss */
|
|
page {
|
|
background: #fff;
|
|
}
|
|
|
|
.box {
|
|
width: 100%;
|
|
}
|
|
|
|
.lineBox {
|
|
padding: 20rpx 0rpx;
|
|
padding-left: 36rpx;
|
|
padding-right: 28rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
height: 140rpx;
|
|
border-bottom: 1rpx solid #f2f2f7;
|
|
}
|
|
|
|
.pto {
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.pto image {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
border-radius: 50%;
|
|
margin-right: 30rpx;
|
|
background: red;
|
|
}
|
|
|
|
.lineBox .pto .titleBox {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.top {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 28rpx;
|
|
line-height: 36rpx;
|
|
letter-spacing: 0rpx;
|
|
color: #000;
|
|
}
|
|
|
|
.bottom {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.bom_sta {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 24rpx;
|
|
color: #000;
|
|
}
|
|
|
|
.bom_sta icon {
|
|
color: #ff6333;
|
|
font-size: 36rpx;
|
|
margin-right: 11rpx;
|
|
}
|
|
|
|
.sta {
|
|
width: 94rpx;
|
|
height: 38rpx;
|
|
border-radius: 19rpx;
|
|
border: solid 1rpx #999;
|
|
text-align: center;
|
|
line-height: 38rpx;
|
|
font-size: 22rpx;
|
|
color: #999;
|
|
margin-left: 13rpx;
|
|
}
|
|
|
|
.btn {
|
|
width: 123rpx;
|
|
height: 38rpx;
|
|
background-color: #ff2c29;
|
|
border-radius: 19rpx;
|
|
text-align: center;
|
|
line-height: 38rpx;
|
|
color: #fff;
|
|
}
|