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

185 lines
3.5 KiB
Plaintext

//
.bond_container {
width: 850px;
margin: 20px auto;
.bond_value_p {
font-size: 28px;
text-indent: 10px;
color: #333333;
}
.bond_value_p .value {
color: #d84848;
}
.list_title2 {
height: 40px;
line-height: 40px;
font-size: 18px;
text-indent: 20px;
margin: 20px auto;
}
.list_title2 .now_bond {
height: 20px;
line-height: 20px;
border-left: 5px solid #d84848;
font-size: 18px;
margin: 20px auto;
border-left: 5px solid #d84848;
padding-left: 10px;
}
.list_title2 .jn_bond {
width: 120px;
height: 40px;
line-height: 40px;
text-align: center;
color: white;
background: #d84848;
display: inline-block;
margin-left: 300px;
text-indent: 0;
}
.give_bond_container {
padding: 20px;
background: #f4f4f4;
margin: 20px auto;
}
.give_bond_container .p1 {
font-size: 18px;
font-weight: bold;
color: #d84848;
}
.give_bond_container .p2 {
font-size: 16px;
color: #666666;
text-indent: 20px;
margin: 20px auto;
} .give_bond_container .msg {
font-size: 14px;
color: #d84848;
text-indent: 20px;
margin: 20px auto;
}
@bond_input_height:45px;
.give_bond_container .bond_input {
height: @bond_input_height;
line-height: @bond_input_height;
text-indent: 20px;
font-size: 16px;
color: #662020;
}
.give_bond_container .bond_input .input_div {
width: 350px;
height: @bond_input_height;
line-height: @bond_input_height;
text-indent: 20px;
font-size: 16px;
color: #666666;
display: inline-block;
background: white;
}
.give_bond_container .bond_input .input_div input {
width: 290px;
height: @bond_input_height;
line-height: @bond_input_height;
text-indent: 20px;
font-size: 16px;
color: #666666;
display: block;
float: left;
background: white;
}
.give_bond_container .pay_btn{
margin: 30px auto
}
.give_bond_container .bond_return_btn{
width: 120px;
height: 40px;
line-height: 40px;
text-align: center;
color: white;
background: #d84848;
display: inline-block;
margin-left: 50px;
text-indent: 0;
}
}
.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 .title{
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;
}
}