transport.css
1.1 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
.transport-box{
width: 100%;
height: 100%;
background: #fafafa;
position: fixed;
top: 0;
left: 0;
padding-top: 89px;
box-sizing: border-box;
}
.fahuo{
width: 189px;
height: 100%;
position: absolute;
top: 0;
left: 0;
padding-top: 89px;
box-sizing: border-box;
}
.ul-list{
width: 100%;
height: 100%;
margin-top: 23px;
}
.lik{
width: 100%;
height: 56px;
display: flex;
align-items: center;
cursor: pointer;
font-size: 15px;
color: #303133;
padding-left: 15px;
box-sizing: border-box;
}
.lik:hover{
color: #2f54eb;
cursor: pointer;
}
.liks{
width: 100%;
height: 56px;
display: flex;
font-size: 15px;
padding-left: 15px;
padding-right: 5px;
box-sizing: border-box;
color: #FFFFFF;
align-items: center;
cursor: pointer;
background: #2f54eb;
border-radius: 0px 24px 24px 0px;
box-shadow: 0px 4px 12px 0px rgba(47,84,235,0.30000001192092896);
}
.fa-img{
width: 18px;
height: 18px;
margin-right: 16px;
}