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

128 lines
2.4 KiB
Plaintext

//
.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;
}
.bid_row >div{
display: table-cell;
font-size: 14px;
}
.bid_row .w1{
width: 80px;
//height: @bid_height;
line-height:@bid_height ;
border: 1px solid #e4e4e4;
}
.bid_row .w2{
width: 100px;
//height: @bid_height;
line-height:@bid_height ;
border: 1px solid #e4e4e4;
}
.bid_row .w3 {
width: 150px;
//height: @bid_height;
line-height:@bid_height ;
border: 1px solid #e4e4e4;
}
.bid_row .w4 {
width: 160px;
//height: @bid_height;
line-height:@bid_height ;
border: 1px solid #e4e4e4;
}
.bid_row .w6 {
width: 200px;
//height: @bid_height;
line-height:@bid_height ;
border: 1px solid #e4e4e4;
}
.bid_row .w4 p{
line-height: 2;
}
.bid_row .w3 .over{
pointer-events: none;
opacity: 0.5;
}
.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;
}
}
@number_height:25px;
.goods_number {
width: auto;
position: relative;
padding: 0 20px;
overflow: hidden;
display: inline-block;
vertical-align: middle;
.num_reduce {
width: 20px;
height: @number_height;
line-height: @number_height;
text-align: center;
font-size:14px;
position: absolute;
left: 0;
top: 0;
border: 1px solid #333333;
}
.num_plus {
width: 20px;
height: @number_height;
line-height: @number_height;
text-align: center;
font-size: 14px;
position: absolute;
right: 0;
top: 0;
border: 1px solid #333333;
}
.number {
width: auto;
max-width: 60px;
min-height: @number_height;
line-height: @number_height;
text-align: center;
font-size: 14px;
margin: auto 10px;
padding: 0 10px;
border: 1px solid #333333;
word-break:break-all;word-wrap:break-word
}
}