zaitu.css
1.4 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
.fa-texts{
font-size: 18px;
color: #303133;
margin-right: 64px;
position: relative;
cursor: pointer;
}
.fa-textsq{
font-size: 18px;
color: #2F54EB;
margin-right: 64px;
position: relative;
cursor: pointer;
}
.gexians{
width: 28px;
height: 4px;
background: #2F54EB;
border-radius: 2px;
position: absolute;
bottom: -16px;
left: 50%;
transform: translate(-50%,-50%);
}
.zhaopiang{
width: 284px;
height: 104px;
background: #ffffff;
border: 1px solid #e4e9ed;
border-radius: 4px;
margin-top: 12px;
padding: 12px 14px;
box-sizing: border-box;
}
.zhao-img{
width: 80px;
height: 80px;
}
.yichan{
display: flex;
align-items: center;
margin-top: 24px;
}
.wu{
font-size: 15px;
color: #606266;
margin-right: 35px;
display: flex;
align-items: center;
}
.xuankuan{
width: 16px;
height: 16px;
margin-right: 8px;
}
.zhaopiangs{
width: 284px;
height: 104px;
background: #ffffff;
border-radius: 4px;
margin-top: 12px;
padding: 12px 14px;
box-sizing: border-box;
}
.chuzhis{
font-size: 14px;
color: #606266;
}
.chuzhitext{
width: 100%;
height: 172px;
background: #ffffff;
border: 1px solid #e4e9ed;
padding: 9px 12px;
box-sizing: border-box;
border-radius: 4px;
font-size: 15px;
color: #C0C4CC;
margin-top: 12px;
}