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