csDownload.css
603 Bytes
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
/* 文字盒子 */
.position .expeBtn{
margin-top: 50px;
}
/* col 文字 */
.title{
font-size: 20px;
font-weight: 700;
padding: 10px 0;
color: #000;
display: inline-block;
}
.text{
color: #000;
}
/* 下载按钮 */
.expeBtn{
display: inline-block;
font-size: 14px;
width: 100px;
height: 30px;
line-height: 30px;
text-align: center;
color: #fff;
background: #006fa5;
border-radius: 2px;
}
.expeBtn:hover{
cursor: pointer;
}
/* 底部3张图 */
/* .picture .featured-box {
width: 200px;
height: 150px;
}
.picture .featured-box img{
width: 100%;
height: auto;
} */