121 lines
2.0 KiB
Plaintext
121 lines
2.0 KiB
Plaintext
.personal_bac {
|
|
padding: 20px 0;
|
|
background: url("/static/images/personal/personal_center_16.jpg") no-repeat;
|
|
background-size: auto auto;
|
|
background-position: center center;
|
|
}
|
|
|
|
//
|
|
.user_ben_row {
|
|
width: 200px;
|
|
border: 14px solid #dedddd;
|
|
padding: 20px 0;
|
|
background: white;
|
|
float: left;
|
|
|
|
.head_img {
|
|
width: 130px;
|
|
height: 95px;
|
|
position: relative;
|
|
margin: auto;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.head_img .yzz {
|
|
background: #d84848;
|
|
color: white;
|
|
}
|
|
|
|
//
|
|
.nick_row {
|
|
height: 75px;
|
|
padding: 10px 20px;
|
|
line-height: 37px;
|
|
color: #333333;
|
|
font-size: 14px;
|
|
border-right: 1px solid #dedddd;
|
|
|
|
}
|
|
|
|
.nick_row .nick {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.nick_row .nick .label {
|
|
font-weight: bold;
|
|
}
|
|
|
|
//
|
|
.user_btn {
|
|
height: 70px;
|
|
line-height: 70px;
|
|
background: #f5f5f5;
|
|
text-align: center;
|
|
font-size: 18px;
|
|
color: #333333;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.user_btn:hover {
|
|
background: #d84848;
|
|
color: white;
|
|
}
|
|
|
|
.user_btn_on {
|
|
background: #d84848;
|
|
color: white;
|
|
}
|
|
|
|
}
|
|
|
|
//右侧栏目
|
|
.column_container {
|
|
width: 925px;
|
|
padding: 20px 0;
|
|
border: 14px solid #dedddd;
|
|
float: right;
|
|
background: white;
|
|
|
|
.border_div {
|
|
border-bottom: 14px solid #dedddd;
|
|
margin: 30px auto;
|
|
}
|
|
|
|
.list_title {
|
|
width: 900px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
border-left: 5px solid #d84848;
|
|
font-size: 18px;
|
|
text-indent: 20px;
|
|
margin: 20px auto;
|
|
}
|
|
|
|
.hr {
|
|
width: 900px;
|
|
margin: auto;
|
|
}
|
|
}
|