<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.detail{
    padding:0 20px;
    /*font-size:16px;*/
}
.detail h2{
    line-height:.6rem;
    font-size:.2rem;
    font-weight:lighter;
}
.detail p{
    line-height:20px;
}
.detail .user{
    margin-top: -10px;
}
.detail .user a{
    position:relative;
    display:block;
    float:left;
    padding-left: 30px;
}
.detail .head-img{
    position:absolute;
    top:0px;
    left:0;
    margin:0;
    width:20px;
    height:20px;
}
.detail .type{
    float:right;
}
.detail .type span{
    display: inline-block;
    margin-left: 12px;
    background: #2298EF;
    height: 15px;
    padding: 0px 5px;
    margin-top: 10px;
    vertical-align: baseline;
    line-height: 15px;
    font-size: 12px;
    border-radius: 3px;
    color: #fff;
}
.detail time{
    color:#858585;
}
.detail time span{
    padding:0 5px;
    border:1px solid #e8e8e8;
}
.detail img{
    max-width:100%;
    display:block;
}
.detail .bottom{
    border-top: 1px dashed #CCC;
}
.detail .user-list{
    float:left;
    padding:10px 0;
}
.detail .submit{
    float:right;
    padding:25px 0;
}
.submit button{
	border:1px solid #dadada;
	color:#6d6d6d;
	min-width:62px;
	float:right;
	line-height:25px;
	padding:0 10px;
	text-align:center;
	text-indent:0px;
	border-radius:2px;
	background-color:#fcfcfe;
}
.detail-div{
    padding:2px 0px;
    line-height:27px;
    /*border: 1px solid #d8d8d8;*/
    margin: 5px 0;
}
.gray-zi{
    color:#7e7e7e;
}
.sharename {
    background: #fcf8ef;
    border: 1px solid #dadada;
    padding: 0 5px;
}
.detail .user-list {
    padding-left: 30px;
    position: relative;
}
.detail .user-list:before {
    content: "分享";
    position: absolute;
    top: 18px;
    left: -7px;
    width: 32px;
}
.times{
    font-size:0.12rem;
}
.pingfen{
    position:absolute;
    top: 10px;
    right: 0;
}
img{
    max-width:100%;
}</pre></body></html>