liuxiaolong
2019-05-09 0d1d88cdb668e75ea8609417ac18ae19947e9525
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
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;
}