css.less
2.12 KB
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
.industryWrap{
background: #fff;
overflow: auto; height: 100%;
-webkit-overflow-scrolling: touch;
dl{
display:flex; margin:.1rem; margin-bottom:0; padding-bottom:.1rem;
border-bottom: 1px solid #F8F8F8;
dt{
width:.8rem; height: .8rem; flex-shrink: 0;
img{ width: 100%; height: 100%;}
}
dd{
margin-left: .12rem; margin-bottom: 0; flex: 1;
.tit{
font-size: .17rem; color:#333; line-height: .24rem; height: .48rem; width: 100%; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp:2;
-webkit-box-orient: vertical;
}
.subinfo{
display:flex; justify-content: space-between;line-height: .24rem;font-size: .13rem; color:#B6B6B6; margin-top: .09rem;
}
.viewCount {
position: relative; padding-left: .24rem; display: block;
&:before{
position: absolute; left:0; top:.05rem; width:.18rem; height: .13rem; content:''; background: url(../../assets/image/icon_eye.png) no-repeat; background-size: 100%;
}
}
.time{
}
}
}
}
.noInfo{
background: url(../../assets/image/clientless.png) center center no-repeat; background-size: 40%;
position: relative;
&:after{
position: absolute; left: 0; top: 62%; content: '暂无数据'; color: rgb(102, 102, 102); width: 100%; text-align: center; font-size: .15rem;
}
}
.detailWrap{
padding: .15rem .1rem .5rem; overflow: auto; height: 100%;
background:#fff;
.detailTitle{
font-size: .19rem; color:#101010; line-height: .26rem;
}
.detailInfo{
display:flex; justify-content: space-between; color:#B6B6B6; font-size: .13rem; line-height: .24rem; margin-top: .07rem;
.viewCount {
position: relative; padding-left: .24rem; display: block;
&:before{
position: absolute; left:0; top:.05rem; width:.18rem; height: .13rem; content:''; background: url(../../assets/image/icon_eye.png) no-repeat; background-size: 100%;
}
}
}
:global(.ck-content){
overflow: hidden;
margin-top: .15rem;
img{ max-width: 100%;}
video{
max-width: 100%;
}
}
}