@charset "utf-8"; /* CSS Document */ *{ margin:0px; padding:0px; border:0px; } body { background-color: #ECE7E3; } #box { width: 100%; height: 200px; padding-top: 700px; background-image: url(../images/32201.gif?t=20180512); background-repeat: no-repeat; background-position: center top; } #text { width: 377px; height: 125px; background-image: url(../images/32102.png); margin: 0px auto; font-family: 微软雅黑; font-size: 24px; line-height: 75px; font-weight: bold; color: #FFF; text-align: center; letter-spacing: 10px; }
|