318 lines
5.5 KiB
Plaintext
318 lines
5.5 KiB
Plaintext
.user_head {
|
|
width: 1102px;
|
|
padding: 30px 35px;
|
|
margin: 50px auto;
|
|
border: 14px solid #dedddd;
|
|
@head_height: 95px;
|
|
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
justify-content: space-between;
|
|
flex-direction: row;
|
|
|
|
.head_img {
|
|
width: 130px;
|
|
height: @head_height;
|
|
position: relative;
|
|
float: left
|
|
}
|
|
|
|
.head_img img {
|
|
display: block;
|
|
width: 80px;
|
|
height: 80px;
|
|
border-radius: 100%;
|
|
margin: auto;
|
|
}
|
|
|
|
.head_img .rz {
|
|
width: 80px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
color: white;
|
|
font-size: 18px;
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 25px;
|
|
background: #dedddd;
|
|
border-radius: 5px;
|
|
margin: auto;
|
|
}
|
|
|
|
.nick_row {
|
|
width: 260px;
|
|
height: @head_height - 20px;
|
|
padding: 10px 20px;
|
|
line-height: 37px;
|
|
|
|
color: #333333;
|
|
border-right: 1px solid #dedddd;
|
|
}
|
|
|
|
.nick_row .real_name {
|
|
padding: 5px 5px;
|
|
border-radius: 5px;
|
|
background: #d84848;
|
|
color: white;
|
|
}
|
|
|
|
.bond, .dtc, .edit {
|
|
width: 233px;
|
|
height: @head_height;
|
|
line-height: @head_height;
|
|
text-align: center;
|
|
border-right: 1px solid #dedddd;
|
|
|
|
}
|
|
|
|
.bond .bond_p {
|
|
height: 25px;
|
|
line-height: 25px;
|
|
font-size: 14px;
|
|
color: #333333;
|
|
}
|
|
|
|
.bond .bond_value {
|
|
height: 25px;
|
|
line-height: 25px;
|
|
font-size: 20px;
|
|
color: #d84848;
|
|
font-weight: bold;
|
|
margin: 5px auto;
|
|
}
|
|
|
|
.bond .give_bond {
|
|
width: 120px;
|
|
line-height: 20px;
|
|
display: block;
|
|
margin: auto;
|
|
padding: 5px 5px;
|
|
border-radius: 5px;
|
|
background: #d84848;
|
|
color: white;
|
|
}
|
|
|
|
.dtc .dtc_ico {
|
|
height: 60px;
|
|
line-height: 90px;
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
color: #d84848;
|
|
}
|
|
|
|
.dtc .pj {
|
|
height: 20px;
|
|
line-height: 20px;
|
|
font-size: 14px;
|
|
color: #333333;
|
|
}
|
|
|
|
.edit .edit_btn {
|
|
width: 90px;
|
|
height: 80px;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
line-height: 20px;
|
|
background: #d84848;
|
|
color: white;
|
|
}
|
|
|
|
.edit {
|
|
border: none;
|
|
}
|
|
|
|
.edit .edit_btn img {
|
|
display: block;
|
|
margin: 10px auto;
|
|
width: 28px;
|
|
height: 28px;
|
|
font-size: 18px;
|
|
}
|
|
|
|
}
|
|
|
|
.border_container {
|
|
width: 1172px;
|
|
margin: 50px auto;
|
|
padding: 20px 0;
|
|
border: 14px solid #dedddd;
|
|
|
|
.list_title {
|
|
width: 1100px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
border-left: 5px solid #d84848;
|
|
font-size: 18px;
|
|
text-indent: 20px;
|
|
margin: 20px auto;
|
|
}
|
|
.hr{
|
|
width: 1100px;
|
|
margin: auto;
|
|
}
|
|
|
|
.list_title .more {
|
|
height: 20px;
|
|
line-height: 20px;
|
|
float: right;
|
|
color: #999999;
|
|
}
|
|
.border_div{
|
|
border-bottom: 14px solid #dedddd;
|
|
}
|
|
|
|
|
|
}
|
|
|
|
.order {
|
|
|
|
margin: 20px auto;
|
|
line-height: 20px;
|
|
|
|
.order_row {
|
|
width: 50px;
|
|
margin: auto 30px;
|
|
float: left;
|
|
position: relative;
|
|
}
|
|
.order_row:hover >p{
|
|
color: #d84848;
|
|
}
|
|
.order_row p{
|
|
text-align: center;
|
|
font-size: 16px;
|
|
color: #666666;
|
|
margin: 10px auto;
|
|
}
|
|
.order_row .number{
|
|
display: inline;
|
|
min-width: 20px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
background: #d84848;
|
|
border-radius: 10px;
|
|
color: white;
|
|
position: absolute;
|
|
top: -5px;
|
|
right: -5px;
|
|
max-width: 100%;
|
|
}
|
|
}
|
|
|
|
//
|
|
.winning_the_bid{
|
|
width: 1100px;
|
|
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;
|
|
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 p{
|
|
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;
|
|
}
|
|
}
|
|
|
|
@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;
|
|
height: @number_height;
|
|
line-height: @number_height;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
margin: auto 10px;
|
|
padding: 0 10px;
|
|
border: 1px solid #333333;
|
|
}
|
|
|
|
}
|
|
|