<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.optBtnList {
    padding: 10px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.optBtnList a {
    margin-right: 10px;
    padding: 0 15px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    border: 1px solid #fff;
    line-height: 28px;
    border-radius: 14px;
}
.window_wrap {
    height: 485px;
}
.window_head {
    padding: 30px 0;
    text-align: center;
    background: #FCFCFC;
}
.window_head div {
    font-size: 22px;
    color: #51C332;
    line-height: 30px;
    height: 30px;
}
.window_head p {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
}
.window_content {
    display: flex;
    padding: 40px 20px;
}
.window_content_left {
    width: 40%;
    overflow: hidden;
    border-right: 1px solid #b1a9a9;
}
.window_content_left .layui-icon {
    margin-left: 15px;
    color: #51C332;
    font-size: 25px;
}
.window_content_memberInfo {
    padding: 50px 0;
    text-align: center;
    overflow: hidden;
}
.window_content_memberInfo_img {
    margin: 0 auto;
    padding: 7px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #b1a9a9;
}
.window_content_memberInfo img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.window_content_memberInfo p {
    line-height: 55px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.window_content_right {
    padding: 0 30px;
    flex: 1;
}
.window_content_title {
    display: flex;
    height: 60px;
}
.window_content_title img {
    margin: 10px 0;
    width: 30px;
    height: 30px;
}
.window_content_title p {
    padding-left: 20px;
    flex: 1;
    line-height: 55px;
    font-size: 20px;
}
.window_content_item {
    display: flex;
    height: 40px;
    line-height: 40px;
}
.window_content_item p {
    flex: 1;
}
.window_content_item button {
    margin-left: 5px;
    background: #f5711d;
}
.window_content_item h6 {
    margin-left: 5px;
    padding: 0 15px;
    background: #b9b9b9;
    color: #fff;
    height: 38px;
    line-height: 38px;
}
.window_content_item h5 {
    margin-left: 5px;
    padding: 0 15px;
    background: #F5711d;
    color: #fff;
    height: 38px;
    line-height: 38px;
}
.window_content_btn {
    width: 100%;
    background: #f5711d;

}
.tel input {
    padding-left: 40px;
    background: url(backend/images/login/admin.png) no-repeat 10px;
}
.code input {
    padding-left: 40px;
    background: url(backend/images/login/code.png) no-repeat 10px;
}
.password input {
    padding-left: 40px;
    background: url(backend/images/login/pwd.png) no-repeat 10px;
}
.window_content_note {
    padding-bottom: 20px;
    font-size: 12px;
    color: #ff0000;
    line-height: 20px;
}</pre></body></html>