1234567891011121314151617181920212223242526272829303132333435363738 |
- #sitebody{
- width:1200px;
- margin:0 auto;
- font-size:13px;
- }
- #top-side-bar{
- /* background-color; */
- width:600px;
- height:120px;
- text-align:center;
- line-height:100px;
- float:center;
- }
- #logo{
- float:left;
- }
- #member{
- float:right
- }
- #nav-side-bar{
- /* background-color; */
- /* width:120px; */
- /* height:120px; */
- /* text-align:center; */
- line-height:60px;
- float:left;
- }
- #content{
- float:center;
- }
|