|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  | body { | 
|---|
|  |  |  | height: 100%; | 
|---|
|  |  |  | background-color: #fff; | 
|---|
|  |  |  | border-radius: 5px; | 
|---|
|  |  |  | box-shadow: 0 0 3px rgba(0,0,0,.3); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | /* 头部 */ | 
|---|
|  |  |  | header { | 
|---|
|  |  |  | 
|---|
|  |  |  | background-color: #a62d2d; | 
|---|
|  |  |  | color: #fff; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /*底部*/ | 
|---|
|  |  |  | footer { | 
|---|
|  |  |  | position: fixed; | 
|---|
|  |  |  | bottom: 0; | 
|---|
|  |  |  | right: 0; | 
|---|
|  |  |  | left: 0; | 
|---|
|  |  |  | text-align: center; | 
|---|
|  |  |  | font: 14px Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif; | 
|---|
|  |  |  | box-shadow: 0 -1px 2px 0 rgba(0,0,0,.0); | 
|---|
|  |  |  | box-sizing: border-box; | 
|---|
|  |  |  | background-color: #f1f1f1; | 
|---|
|  |  |  | z-index: 999; | 
|---|
|  |  |  | height: 30px; | 
|---|
|  |  |  | font-size: 13px; | 
|---|
|  |  |  | line-height: 30px; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | footer a { | 
|---|
|  |  |  | color: #3573ab; | 
|---|
|  |  |  | font-weight: bold; | 
|---|
|  |  |  | text-decoration: none; | 
|---|
|  |  |  | cursor: pointer; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | 
|---|
|  |  |  | <!-- 主体内容 --> | 
|---|
|  |  |  | <iframe id="content" src="console.html"></iframe> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <footer class="footer"> | 
|---|
|  |  |  | Copyright © 2015 All Rights Reserved. <a href="http://www.zoneyung.com" target="_blank">浙江中扬物流装备有限公司</a>  保留所有权利 | 
|---|
|  |  |  | </footer> | 
|---|
|  |  |  | </body> | 
|---|
|  |  |  | <script> | 
|---|
|  |  |  | function nav(id) { | 
|---|