88 lines
1.6 KiB
Plaintext
88 lines
1.6 KiB
Plaintext
.order_btn_row{
|
|
width: 900px;
|
|
height: 60px;
|
|
margin: 30px auto;
|
|
.order_btn{
|
|
display: inline-block;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
margin-right: 50px;
|
|
color: #333333;
|
|
}
|
|
.on{
|
|
border-bottom: 2px solid #d84848;
|
|
color: #d84848;
|
|
}
|
|
}
|
|
//
|
|
.winning_the_bid{
|
|
width: 900px;
|
|
margin: 30px auto;
|
|
|
|
@bid_height:50px;
|
|
.title div{
|
|
background: #ededed;
|
|
}
|
|
.bid_row{
|
|
//height: @bid_height;
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
justify-content: flex-start;
|
|
flex-direction: row;
|
|
text-align: center;
|
|
}
|
|
.color48{
|
|
color: #d84848;
|
|
}
|
|
.bid_row >div{
|
|
display: table-cell;
|
|
font-size: 14px;
|
|
word-break:break-all;word-wrap:break-word
|
|
}
|
|
.bid_row .w1{
|
|
width: 110px;
|
|
//height: @bid_height;
|
|
line-height:@bid_height ;
|
|
border: 1px solid #e4e4e4;
|
|
}
|
|
.bid_row .w2{
|
|
width: 150px;
|
|
//height: @bid_height;
|
|
line-height:@bid_height ;
|
|
border: 1px solid #e4e4e4;
|
|
}
|
|
|
|
.bid_row .w3 {
|
|
width: 230px;
|
|
//height: @bid_height;
|
|
line-height:@bid_height ;
|
|
border: 1px solid #e4e4e4;
|
|
|
|
}
|
|
.bid_row .w3 p{
|
|
line-height: 2;
|
|
}
|
|
.state{
|
|
font-size: 14px;
|
|
}
|
|
.zzjj{
|
|
color: #d84848;
|
|
}
|
|
.offer_btn{
|
|
width: 90px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
color: #333333;
|
|
border: 1px solid #e8e8e8;
|
|
border-radius: 5px;
|
|
background: #ededed;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
}
|