164 lines
3.2 KiB
CSS
164 lines
3.2 KiB
CSS
.bond_container {
|
|
width: 850px;
|
|
margin: 20px auto;
|
|
}
|
|
.bond_container .bond_value_p {
|
|
font-size: 28px;
|
|
text-indent: 10px;
|
|
color: #333333;
|
|
}
|
|
.bond_container .bond_value_p .value {
|
|
color: #d84848;
|
|
}
|
|
.bond_container .list_title2 {
|
|
height: 40px;
|
|
line-height: 40px;
|
|
font-size: 18px;
|
|
text-indent: 20px;
|
|
margin: 20px auto;
|
|
}
|
|
.bond_container .list_title2 .now_bond {
|
|
height: 20px;
|
|
line-height: 20px;
|
|
font-size: 18px;
|
|
margin: 20px auto;
|
|
border-left: 5px solid #d84848;
|
|
padding-left: 10px;
|
|
}
|
|
.bond_container .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;
|
|
}
|
|
.bond_container .give_bond_container {
|
|
padding: 20px;
|
|
background: #f4f4f4;
|
|
margin: 20px auto;
|
|
}
|
|
.bond_container .give_bond_container .p1 {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
color: #d84848;
|
|
}
|
|
.bond_container .give_bond_container .p2 {
|
|
font-size: 16px;
|
|
color: #666666;
|
|
text-indent: 20px;
|
|
margin: 20px auto;
|
|
}
|
|
.bond_container .give_bond_container .msg {
|
|
font-size: 14px;
|
|
color: #d84848;
|
|
text-indent: 20px;
|
|
margin: 20px auto;
|
|
}
|
|
.bond_container .give_bond_container .bond_input {
|
|
height: 45px;
|
|
line-height: 45px;
|
|
text-indent: 20px;
|
|
font-size: 16px;
|
|
color: #662020;
|
|
}
|
|
.bond_container .give_bond_container .bond_input .input_div {
|
|
width: 350px;
|
|
height: 45px;
|
|
line-height: 45px;
|
|
text-indent: 20px;
|
|
font-size: 16px;
|
|
color: #666666;
|
|
display: inline-block;
|
|
background: white;
|
|
}
|
|
.bond_container .give_bond_container .bond_input .input_div input {
|
|
width: 290px;
|
|
height: 45px;
|
|
line-height: 45px;
|
|
text-indent: 20px;
|
|
font-size: 16px;
|
|
color: #666666;
|
|
display: block;
|
|
float: left;
|
|
background: white;
|
|
}
|
|
.bond_container .give_bond_container .pay_btn {
|
|
margin: 30px auto;
|
|
}
|
|
.bond_container .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;
|
|
}
|
|
.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 .title {
|
|
line-height: 2;
|
|
}
|
|
.winning_the_bid .state {
|
|
font-size: 14px;
|
|
}
|
|
.winning_the_bid .zzjj {
|
|
color: #d84848;
|
|
}
|
|
.winning_the_bid .offer_btn {
|
|
width: 90%;
|
|
height: auto;
|
|
margin: 5px 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;
|
|
}
|
|
/*# sourceMappingURL=bond.css.map */ |