coupon-admin/public/static/css/personal/personal_public.css

100 lines
1.9 KiB
CSS

.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;
}
.user_ben_row .head_img {
width: 130px;
height: 95px;
position: relative;
margin: auto;
}
.user_ben_row .head_img img {
display: block;
width: 80px;
height: 80px;
border-radius: 100%;
margin: auto;
}
.user_ben_row .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;
}
.user_ben_row .head_img .yzz {
background: #d84848;
color: white;
}
.user_ben_row .nick_row {
height: 75px;
padding: 10px 20px;
line-height: 37px;
color: #333333;
font-size: 14px;
border-right: 1px solid #dedddd;
}
.user_ben_row .nick_row .nick {
overflow: hidden;
}
.user_ben_row .nick_row .nick .label {
font-weight: bold;
}
.user_ben_row .user_btn {
height: 70px;
line-height: 70px;
background: #f5f5f5;
text-align: center;
font-size: 18px;
color: #333333;
margin-bottom: 5px;
}
.user_ben_row .user_btn:hover {
background: #d84848;
color: white;
}
.user_ben_row .user_btn_on {
background: #d84848;
color: white;
}
.column_container {
width: 925px;
padding: 20px 0;
border: 14px solid #dedddd;
float: right;
background: white;
}
.column_container .border_div {
border-bottom: 14px solid #dedddd;
margin: 30px auto;
}
.column_container .list_title {
width: 900px;
height: 20px;
line-height: 20px;
border-left: 5px solid #d84848;
font-size: 18px;
text-indent: 20px;
margin: 20px auto;
}
.column_container .hr {
width: 900px;
margin: auto;
}
/*# sourceMappingURL=personal_public.css.map */