updatenotice.css
779 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
39
40
41
42
43
44
.update-content{
margin: 0 auto;
background: url("img/updatenoticeBg.png") no-repeat;
height: 546px;
width: 913px;
}
.update-tit{
height: 65px;
line-height: 65px;
width: 100%;
text-align: center;
color: #fff;
font-size: 24px;
}
.update-main{
width: 500px;
margin: 55px auto 0;
height: 360px;
line-height: 18px;
}
.update-main .notice-msg{
height: 145px;
width: 460px;
margin-left:30px;
}
.notice-nomargin{
margin: 0 !important;;
}
.notice-msgPer{
height: 60px;
width: 460px;
margin-left:30px;
}
.update-footer{
height: 20px;
line-height: 20px;
width: 100%;
font-size: 14px;
text-align:right;
color: #fff;
float: right;
padding-right: 45px;
margin-top: 20px;
}