main.css
1.17 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
#container{
width: 100%;
height: 100%;
}
#prheader{
height: 60px;
border-bottom: 1px solid #C3C4CD;
line-height: 60px;
}
#lefttitle{
width: 25%;
height: 100%;
line-height: 60px;
float: left;
}
#leftimg{
margin-top: 14px;
margin-bottom: 14px;
margin-left: 20px;
float: left;
}
#titledesc{
float: left;
font-weight: bold;
font-size: 16px;
color: #333333;
margin-left: 20px;
}
#righttitle{
width: 25%;
height: 100%;
line-height: 60px;
float: right;
}
#rightimg{
margin-top: 15px;
margin-bottom: 15px;
margin-right: 42px;
float: right;
cursor: pointer;
}
#main_content{
height:150px;
}
#prcontent{
height:100px;
margin-top: 25px;
}
.prarea1{
width: 20%;
height:100%;
border-right: 1px solid #EAEAEA;
float: left;
text-align: center;
}
.prarea2{
width: 19%;
height:100%;
float: left;
text-align: center;
}
.prnum{
width: 100%;
height:60%;
overflow: hidden;
line-height: 60px;
font-size: 20px;
font-weight: bold;
color: #3D5D7D;
}
.prdesc{
width: 100%;
height:40%;
overflow: hidden;
line-height: 40px;
font-size: 14px;
font-weight: bold;
color: #333333;
font-family: 'Microsoft YaHei'
}
.imgdesc{
vertical-align: middle;
margin-right: 10px;
}