2018-06-03 22:26:41 +08:00

32 lines
790 B
CSS

.main_top {
background: url(../../images/main/bg.png) repeat-x center;
}
.main_bottom .title {
background: url(../../images/main/title.png) repeat-x right bottom;
color: #efefef;
}
.main_bottom .title span {
color: #efefef;
}
.main_bottom .main_left .title {
background: url(../../images/main/title.png) repeat-x left bottom;
}
.main_sys a {
background: url(../../images/main/csys.png) repeat-x center;
}
.main_sys a.first {
background: url(../../images/main/lsys.png) repeat-x left center;
padding-left: 10px;
margin-left: 0;
}
.main_sys a.last {
background: url(../../images/main/rsys.png) repeat-x right center;
padding-right: 10px;
margin-right: 0;
}
.main_border {
background: url(../../images/main/border.png) repeat-y center;
}
.main_border .title {
background: none;
}