ZhiYeJianKang_PeiXun/Song.Site/Templates/Web/Neimeng/Styles/TestScene.css
2025-02-20 15:41:53 +08:00

23 lines
318 B
CSS

@charset "utf-8";
body
{
margin:0px;
padding:0px;
text-align: center;
font-size: 14px;
}
#bodyTop {
background-image: url(../Images/test-banner.jpg);
background-repeat: no-repeat;
background-position: center 0px;
height: 200px;
width: 100%;
}
.right {
text-align: right;
}
body td{
text-align: left;
}