138 lines
2.3 KiB
Plaintext
138 lines
2.3 KiB
Plaintext
/* packageD/auction/auctioneer-manage/auctioneer/auctioneer.wxss */
|
|
.auctioneer {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.card {
|
|
background: #fff;
|
|
padding-top: 32rpx;
|
|
padding-left: 40rpx;
|
|
padding-bottom: 30rpx;
|
|
padding-right: 45rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.card_left {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
/* align-items: center; */
|
|
justify-content: space-between;
|
|
width: 414rpx;
|
|
height: 233rpx;
|
|
}
|
|
|
|
.card_left .card_left_top .top_cl {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.card_left .card_left_top .top_cl .cl {
|
|
font-size: 28rpx;
|
|
color: #000;
|
|
}
|
|
|
|
.card_left .card_left_top .cla {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 131rpx;
|
|
height: 37rpx;
|
|
border-radius: 18rpx;
|
|
border: solid 1rpx #ff6333;
|
|
color: #ff6333;
|
|
margin-left: 13rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.card_left .card_left_top .cla icon {
|
|
margin-left: 10rpx;
|
|
margin-top: -5rpx;
|
|
}
|
|
|
|
.card .card_left .left_list {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
font-size: 22rpx;
|
|
color: #666;
|
|
margin-top: 32rpx;
|
|
}
|
|
|
|
.card_left .card_left_bottom {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.card_left .card_left_bottom .bottom_cl {
|
|
text-align: center;
|
|
font-size: 22rpx;
|
|
color: #333;
|
|
margin-right: 34rpx;
|
|
}
|
|
|
|
.card_left .card_left_bottom .bottom_cl .mun {
|
|
font-size: 36rpx;
|
|
}
|
|
|
|
.card_right {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
height: 233rpx;
|
|
align-items: flex-end;
|
|
}
|
|
|
|
.card_right .card_pto {
|
|
width: 96rpx;
|
|
height: 96rpx;
|
|
|
|
/* background-color: #000000; */
|
|
border-radius: 50%;
|
|
box-shadow:
|
|
0rpx 3rpx 7rpx 0rpx
|
|
rgba(0, 0, 0, 0.35);
|
|
}
|
|
|
|
.card_right .card_pto image {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.card_right .tixian {
|
|
width: 139rpx;
|
|
height: 50rpx;
|
|
background-color: #ff2c29;
|
|
border-radius: 25rpx;
|
|
text-align: center;
|
|
color: #fff;
|
|
font-size: 28rpx;
|
|
line-height: 50rpx;
|
|
}
|
|
|
|
.select {
|
|
background: #fff;
|
|
width: 100%;
|
|
min-height: 1vh;
|
|
margin-top: 20rpx;
|
|
font-size: 24rpx;
|
|
color: #000;
|
|
}
|
|
|
|
.select .line_box {
|
|
padding: 23rpx 36rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.select icon {
|
|
font-size: 40rpx;
|
|
margin-right: 10rpx;
|
|
}
|