main.css
579 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
#container{
width: 100%;
height: 100%;
}
#prheader{
height: 60px;
border-bottom: 1px solid #C3C4CD;
line-height: 60px;
margin-bottom: 14px;
}
#leftimg{
margin-top: 14px;
margin-bottom: 14px;
margin-left: 20px;
float: left;
}
#titledesc{
float: left;
width:60%;
font-weight: bold;
font-size: 16px;
margin-left: 20px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
#initcontent{
width: 100%;
height: 50px;
line-height: 50px;
cursor: pointer;
float: left;
color: #333333;
}
#initcontent:HOVER{
background-color: #F3F6FB;
color: #358FFC;
}