homepage.wxss
1.3 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
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
page {
height: 100%;
background: #fff;
}
.servicebox {
height: 100%;
}
.serviceboxleft {
width: 176rpx;
background: #fbf8fb;
height: 100%;
position: fixed;
top:0;
left:0;
overflow-y: scroll;
}
.servicelitem {
color: #666;
font-size: 24rpx;
padding: 40rpx 38rpx;
box-sizing: border-box;
}
.serviceboxright {
width: 574rpx;
margin-left:176rpx;
}
.serviceboxrightitem {
padding: 30rpx 26rpx;
box-sizing: border-box;
border-bottom: 1rpx solid #f5f5f5;
}
.newstop {
color: #06121e;
font-size: 28rpx;
font-weight: bold;
width: 518rpx;
height: 78rpx;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.newsbotleft {
width:360rpx;
color: #1c8fff;
font-size: 24rpx;
}
.newsbotright {
color: #8c9198;
font-size: 24rpx;
}
.serviceactive {
background: #fff;
color: #1c8fff;
position: relative;
}
.serviceactive::after {
display: block;
content: '';
width: 8rpx;
height: 26rpx;
background: #1c8fff;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
}
.nodatak {
width: 574rpx;
text-align: center;
color: #8c9198;
font-size: 32rpx;
margin-top:300rpx;
}
.newsbot {
display:flex;
justify-content: space-between;
margin-top:10rpx;
}