body{
|
}
|
.custom-title{
|
font-size: 23px;
|
line-height: 33px;
|
margin-top: 15px;
|
margin-bottom: 5px;
|
font-weight: 700;
|
word-wrap: break-word;
|
color: #1a1a1a;
|
-webkit-tap-highlight-color: transparent;
|
}
|
.mui-scroll{
|
position: relative;
|
}
|
.mui-content{
|
min-width: 280px !important;
|
/*padding-left: 16px !important;*/
|
padding-right: 16px !important;
|
}
|
.custom-src{
|
font-size: 14px;
|
position: relative;
|
color: #aaa;
|
height: 18px;
|
line-height: 18px;
|
font-family: Helvetica,"黑体";
|
}
|
.custom-src .article_src{
|
margin-right: 7px;
|
}
|
.custom-text-content{
|
font-size: 19px;
|
line-height: 29px;
|
margin: 17px auto;
|
word-wrap: break-word;
|
color: #1a1a1a;
|
text-align: justify;
|
font-family: Helvetica,"黑体";
|
}
|
.custom-text-content img{
|
display: block;
|
border: 0;
|
vertical-align: top;
|
width: 100%;
|
}
|
.custom-commentBox{
|
margin-left: 25px;
|
}
|
.custom-commentBox .custom-downloadBtn{
|
border: none;
|
color: #ff7404;
|
overflow: inherit;
|
background-color: #ededed;
|
display: block;
|
position: relative;
|
text-align: center;
|
height: 40px;
|
line-height: 40px;
|
text-overflow: ellipsis;
|
white-space: nowrap;
|
border-radius: 6px;
|
text-decoration: none;
|
width: 92%;
|
}
|
.custom-commentBox .custom-downloader_text{
|
position: absolute;
|
width: 100%;
|
color: #0062CC;
|
text-align: center;
|
}
|
.custom-mui-control-item{
|
line-height: 45px;
|
display: table-cell;
|
overflow: hidden;
|
width: 1%;
|
-webkit-transition: background-color .1s linear;
|
transition: background-color .1s linear;
|
text-align: center;
|
white-space: nowrap;
|
text-overflow: ellipsis;
|
color: #02B300;
|
border-color: #02B300;
|
border-left: 1px solid #02B300;
|
}
|
.custom-mui-control-item.mui-active {
|
color: #277DDB;
|
background-color: #fff;
|
}
|
.custom-mui-content{
|
background-color: #fff;
|
}
|