updatenotice.css 779 Bytes
.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;
}