article.css
1.5 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
.article{
margin-top: 20px;
margin:50px auto;
width:660px;
border: 1px solid #ddd;
padding: 50px;
}
.article h5{
text-align:center;
font-size:26px;
line-height: 60px;
margin: 30px 0;
}
.article h5 span{
border-bottom: 2px solid #d1131d;
padding: 5px ;
font-weight: 600;
width: 450px;
height: 45px;
display: inline-block;
position: relative;
}
.article h5 i{
position: absolute;
top: 45px;
right: 0px;
font-size: 16px;
font-weight: 500;
}
.article .xiaotit{
font-size:16px;
line-height:2em;
/*text-align: center;*/
margin-bottom: -5em;
}
.article .xiaotit>.author{
white-space: nowrap;
overflow: hidden;
text-overflow: clip;
width: 128px;
display: inline-flex;
}
.article .xiaotit>.date{
color: #bfc0c0;
}
.article p,.article h2,.article ul>li{
font-size:16px;
line-height:2em;
/*text-indent: 2em;*/
}
.article a.font14{
font-size:16px;
line-height:2em;
text-indent: 2em;
}
.kaihuliucheng1{
background: url(../images/kaihuliucheng/1.jpg) no-repeat center center;
height: 400px;
}
.kaihuliucheng2{
background: url(../images/kaihuliucheng/2.jpg) no-repeat center center;
height: 540px;
}
.kaihuliucheng3{
background: url(../images/kaihuliucheng/3.jpg) no-repeat center center;
height: 560px;
}
.kaihuliucheng4{
background: url(../images/kaihuliucheng/4.jpg) no-repeat center center;
height: 560px;
}
.kaihuliucheng5{
background: url(../images/kaihuliucheng/5.jpg) no-repeat center center;
height: 430px;
}