david-PC\david
2018-06-12 cc7f57619fd09f68582b748a3580402717b84c50
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
@CHARSET "UTF-8";
 
body {
    margin: 0px;
}
 
.header {
    height: 220px;
    background-image: url("../image/bg.jpg");
    color: white;
}
 
.header-title {
    padding-top: 30px;
    text-align: center;
    font: 28px 微软雅黑;
}
 
.header-subtitle {
    padding-top: 30px;
    text-align: center;
    font: 20px 微软雅黑;
}
 
.header-button {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    width: 160px;
    color: #fff;
    background-color: #429842;
    border-color: #429842;
    border-radius: 6px;
}
    
.article {
    margin: 20px 80px;
    font: 15px 微软雅黑;
}
 
.article-title {
    font-weight: bold;
    height: 28px;
    line-height: 28px;
}
 
.article-line {
    height: 28px;
    line-height: 28px;
}