coupon-admin/public/static/css/personal/my_order.css

80 lines
1.5 KiB
CSS

.order_btn_row {
width: 900px;
height: 60px;
margin: 30px auto;
}
.order_btn_row .order_btn {
display: inline-block;
height: 30px;
line-height: 30px;
text-align: center;
font-size: 18px;
font-weight: bold;
margin-right: 50px;
color: #333333;
}
.order_btn_row .on {
border-bottom: 2px solid #d84848;
color: #d84848;
}
.winning_the_bid {
width: 900px;
margin: 30px auto;
}
.winning_the_bid .title div {
background: #ededed;
}
.winning_the_bid .bid_row {
display: flex;
flex-wrap: nowrap;
justify-content: flex-start;
flex-direction: row;
text-align: center;
}
.winning_the_bid .color48 {
color: #d84848;
}
.winning_the_bid .bid_row > div {
display: table-cell;
font-size: 14px;
word-break: break-all;
word-wrap: break-word;
}
.winning_the_bid .bid_row .w1 {
width: 110px;
line-height: 50px;
border: 1px solid #e4e4e4;
}
.winning_the_bid .bid_row .w2 {
width: 150px;
line-height: 50px;
border: 1px solid #e4e4e4;
}
.winning_the_bid .bid_row .w3 {
width: 230px;
line-height: 50px;
border: 1px solid #e4e4e4;
}
.winning_the_bid .bid_row .w3 p {
line-height: 2;
}
.winning_the_bid .state {
font-size: 14px;
}
.winning_the_bid .zzjj {
color: #d84848;
}
.winning_the_bid .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;
}
/*# sourceMappingURL=my_order.css.map */