12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- .navgation
- {
- width:100%;
- }
- .navgation_head
- {
- background-color: #008ED8;
- margin: auto;
- height: 60px;
- }
- .menu
- {
- width:40px;
- height:40px;
- float:left;
- margin-left:8px;
- margin-top:10px;
- background-image:URL(list.png);
- background-color:#008ED8;
- }
- .navgation_head_logo
- {
- width: 120px;
- background-color: #0C68AF;
- height: 40px;
- color: #FFF;
- font-size: 24px;
- text-align: center;
- line-height: 40px;
- font-weight: bolder;
- margin-top:10px;
- margin-left:55px;
- float:left;
- }
- #navgation_head_left
- {
- width: 100px;
- float: left;
- background-color: #008ED8;
- margin-top:-1px;
- display:none;
- z-index:99;
- position:fixed;
- }
- .navgation_head_left > li
- {
- list-style-type: none;
- font-size: 16px;
- color: #FFF;
- padding: 8px;
- font-family: 微软雅黑;
- cursor: pointer;
- }
- .navgation_head_search
- {
- width: 40px;
- float: left;
- height:40px;
- margin-top: 10px;
- margin-left:50px;
- }
- .navgation_head_search > img
- {
- width: 40px;
- height: 40px;
- float: left;
- }
- .navgation_content
- {
- font-size: 36px;
- padding-top: 100px;
- padding-bottom: 100;
- background-color: #FFF;
- text-align: center;
- }
- body
- {
- margin:0px;
- }
|