<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.share-body {
    display: block;
}
.share-body .share-item {
    display: block;
    padding: 20px 0 20px 0;
}
.share-body .share-item:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.share-body .share-item .si-avatar {
    float: left;
    width: 120px;
}
.share-body .share-item .si-content {
    float: left;
    width: 800px;

}
.share-body .share-item .si-content .si-time {
    display: block;
    height: 33px;
    line-height: 33px;
    color: #999999;
}
.share-body .share-item .si-content .si-text-content {
    background: #efefef;
    border-radius: 5px;
    padding: 10px;
}
.share-body .share-item .si-content .si-text-content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.share-body .share-item .si-content .si-text-content .si-text-files {
    display: block;
    padding-top: 10px;
}
.share-body .share-item .si-content .si-text-content .si-text-files li {
    display: inline-block;
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-right: 10px;
}
.share-body .share-item .si-content .si-text-content .si-text-files li img {
    width: 100%;
}
.share-body .share-item .si-ctrl {
    float: right;
    width: 100px;
    padding-top: 50px;
}
.share-body .share-item .si-avatar .avatar-box {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    overflow: hidden;
    margin-left: 30px;
}
.share-body .share-item .si-avatar .avatar-box img {
    width: 100%;
}
.share-body .share-item .si-avatar .si-username {
    padding: 3px;
    text-align: center;
}
.share-body .no-share {
    display: block;
    padding-top: 30px;
    text-align: center;
    font-size: 14px;
    color: #999999;
}

.file-loading {
    display: block;
    padding-top: 5px;
    padding-bottom: 10px;
}
.file-loading ul {
    margin: 0;
    padding: 0;
    -webkit-padding-start: 0;
}
.file-loading li {
    display: inline-block;
    float: left;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin-right: 10px;
    color: #999999;
    position: relative;
}
.file-loading li img {
    width: 100%;
    height: 100%;
}
.file-loading li a {
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 9999;
    width: 20px;
    height: 20px;
    display: block;
    color: red;
    font-size: 14px;
}
.file-loading li a:hover {
    text-decoration: none;
}
.file-loading li a i {
    font-size: 14px;
    color: red;
}</pre></body></html>