_link.css
1.44 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
.link-about-page {
.main-container {
width: 720px;
border: 1px solid #d7d7d7;
border-radius: 5px;
overflow: hidden;
.text-title {
border-bottom: #f00 4px solid;
font-family: 微软雅黑;
height: 100px;
line-height: 100px;
font-weight: bold;
font-size: 36px;
color: #333;
text-align: center;
}
.text-info {
min-height: 400px;
padding: 20px;
color: #333;
overflow: hidden;
font-size: 12px;
font-weight: normal;
line-height: 24px;
}
h2 {
font-size: 14px;
line-height: 30px;
border-bottom: 1px dashed #ccc;
font-weight: bold;
}
ul {
width: 710px;
padding: 20px 0;
list-style: none;
li {
width: 112px;
margin-right: 30px;
float: left;
display: block;
text-overflow: ellipsis;
white-space: nowrap;
}
img {
display: block;
width: 100%;
height: 40px;
margin-bottom: 14px;
}
}
strong {
font-weight: bold;
}
}
}