<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: #fff;
}
.foot {
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin-bottom: 0px;
}
.post-excerpt p {
    line-height: 28px;
}
.form {
    width: 600px;
    margin: 0px auto;
}
.form .form-group {
    margin-bottom: 15px;
    height: 42px;
    width: 635px;
    clear: both;
}
.control-label {
    text-align: right;
    margin-bottom: 0;
}
.setting-col-lg {
    width: 120px;
    height: 42px;
    display: block;
    float: left;
    line-height: 42px;
}
label {
    font-weight: 400;
    font-size: 14px;
}
input.form-control {
    padding-left: 10px;
    border-radius: 3px;
    background-clip: padding-box;
    border-color: #eee;
    box-shadow: none;
    font-size: 13px;
    width: 300px;
    height: 40px;
    *height: 36px;
    border: 1px solid #eee;
}
.form textarea {
    border: 1px solid #eee;
    width: 300px;
    height: 100px;
    *height: 90px;
    padding-left: 10px;
    padding-top: 10px;
}
.col-lg-2 {
    padding-left: 8px;
    padding-right: 8px;
    float: left;
}
#code {
    width: 140px;
}
.form .remark {
    height: 102px;
}
.form .col-lg-2 span {
    line-height: 42px;
}
.form .col {
    width: 170px;
    float: left;
}
.form .group {
    width: 390px;
    margin: 0;
}
.form .button .btn {
    height: 40px;
    padding: 0 20px;
    border: 0px;
    background-color: #145fb2;
    color: #fff;
}
.form .button .btn:hover {
    cursor: pointer;
    background-color: #145baf;
}
.form h3 {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
}
.form select {
    line-height: 38px;
    width: 100px;
    height: 40px;
    font-size: 14px;
    color: #333;
    border: 1px solid #eee;
}
.report .setting-col-lg {
    width: 163px;
}
.report .group {
    margin-left: 210px;
}
.col img {
    *position: relative;
    *top: 1px;
}
#content {
    clear: both;
    width: 100%;
    overflow: hidden;
    min-height: 495px;
}
.group {
    overflow: hidden;
}</pre></body></html>