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

109 lines
2.0 KiB
CSS

.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 .bid_row > div {
display: table-cell;
font-size: 14px;
}
.winning_the_bid .bid_row .w1 {
width: 80px;
line-height: 50px;
border: 1px solid #e4e4e4;
}
.winning_the_bid .bid_row .w2 {
width: 100px;
line-height: 50px;
border: 1px solid #e4e4e4;
}
.winning_the_bid .bid_row .w3 {
width: 150px;
line-height: 50px;
border: 1px solid #e4e4e4;
}
.winning_the_bid .bid_row .w4 {
width: 160px;
line-height: 50px;
border: 1px solid #e4e4e4;
}
.winning_the_bid .bid_row .w4 p {
line-height: 2;
}
.winning_the_bid .bid_row .w3 .over {
pointer-events: none;
opacity: 0.5;
}
.winning_the_bid .state {
font-size: 14px;
}
.winning_the_bid .zzjj {
color: #d84848;
}
.winning_the_bid .offer_btn {
width: 90%;
height: auto;
margin: 5% 0;
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;
}
.goods_number {
width: auto;
position: relative;
padding: 0 20px;
overflow: hidden;
display: inline-block;
vertical-align: middle;
}
.goods_number .num_reduce {
width: 20px;
height: 25px;
line-height: 25px;
text-align: center;
font-size: 14px;
position: absolute;
left: 0;
top: 0;
border: 1px solid #333333;
}
.goods_number .num_plus {
width: 20px;
height: 25px;
line-height: 25px;
text-align: center;
font-size: 14px;
position: absolute;
right: 0;
top: 0;
border: 1px solid #333333;
}
.goods_number .number {
width: auto;
max-width: 60px;
min-height: 25px;
line-height: 25px;
text-align: center;
font-size: 14px;
margin: auto 10px;
padding: 0 10px;
border: 1px solid #333333;
word-break: break-all;
word-wrap: break-word;
}
/*# sourceMappingURL=product_follow.css.map */