csDownload.css
1.98 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
/* 居中 */
.flexCenter {
display: flex;
display: -moz-box; /*firefox*/
display: -ms-flexbox; /*IE10*/
display: -webkit-box; /*Safari*/
display: -webkit-flex; /*Chrome*/
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
/* 定位下载图标 */
.fixed-icon {
width: 60px;
height: 89px;
position: fixed;
right: 3%;
bottom: 5%;
}
.fixed-icon img{
width: 100%;
}
.fixed-icon:hover{
cursor: pointer;
}
/* 文字盒子 */
.position .expeBtn {
margin-top: 80px;
}
/* col 文字 */
.title {
font-size: 28px;
font-weight: 600;
color: #333333;
}
.title-facts {
font-size: 22px;
font-family: Lantinghei SC;
font-weight: 600;
color: #333333;
margin: 5px 0;
}
.text {
display: inline-block;
margin-top: 30px;
font-size: 18px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333333;
}
.text1 {
display: inline-block;
font-size: 18px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333333;
}
/* 下载按钮 */
.expeBtn {
font-size: 14px;
width: 130px;
height: 40px;
line-height: 40px;
background: #153578;
border-radius: 3px;
text-align: center;
font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #ffffff;
margin-top: 50px;
margin-bottom: 20px;
}
.expeBtn:hover {
cursor: pointer;
}
/* 底部3张图 */
.three-title {
margin: 20px 0 20px;
font-size: 28px;
font-weight: 600;
color: #333333;
}
.three-text {
display: inline-block;
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #666;
}
.threeBtn:hover {
cursor: pointer;
}
.threeBtn {
font-size: 14px;
width: 130px;
height: 40px;
line-height: 40px;
background: #153578;
border-radius: 3px;
text-align: center;
font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #ffffff;
margin: 50px auto 20px;
}