profession.css
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
93
/* 职业查找条件 */
.profess_condition {
padding: 29px 22px 0;
background-color: #fff;
margin-top: 32px;
}
.code_title {
font-weight: bold;
font-size: 16px;
color: #34485e;
margin-right: 30px;
line-height: 36px;
}
/* 职业推荐查找 */
.condition_code {
margin-bottom: 39px;
}
.condition_recommend {
text-align: left;
}
.school_select {
margin-right: 64px;
line-height: 36px;
}
.search_title {
font-size: 16px;
color: #5b5e63;
margin-right: 8px;
}
/* 搜索 */
.code_btn {
width: 120px;
height: 36px;
text-align: center;
line-height: 36px;
border-radius: 3px;
color: #fff;
font-size: 14px;
background-color: #409eff;
}
/* 职业推荐 */
.code_title,
.profession_box {
float: left;
}
.profession_box {
width: 1000px;
}
.profession_det {
padding: 6px 12px;
border: 1px solid #409eff;
color: #409eff;
float: left;
border-radius: 3px;
margin-right: 24px;
margin-bottom: 14px;
}
h2 {
margin: 24px 0;
color: #34485e;
font-size: 20px;
text-align: left;
position: relative;
margin-left: 14px;
}
h2::after {
position: absolute;
top: 6px;
left: -14px;
content: "";
background-color: #409eff;
width: 4px;
height: 14px;
border-radius: 2px;
}