631
个编辑
欢迎来到MCServerWiki!如果您是第一次来到这里,请点击:创建账户
| 第29行: | 第29行: | ||
margin: 0 auto; | margin: 0 auto; | ||
padding: 0; | padding: 0; | ||
text-align: center; | |||
} | |||
/* 顶部轮播文字 */ | |||
.topsign{ | |||
position: relative; | |||
width: 100%; | |||
height: 65px; | |||
overflow: hidden; | |||
} | |||
.topsign .topsignitem{ | |||
position: absolute; | |||
left: 0; | |||
top: 0; | |||
width: 100%; | |||
height: auto; | |||
} | |||
.topsign .topsignitem p{ | |||
line-height: 50px; | |||
text-align: center; | text-align: center; | ||
} | } | ||