common.css 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. body {min-widht:1024px;overflow-x:hidden;}
  2. /*======头部======*/
  3. .head {width:100%;min-width:1024px;height:87px;background:#ddd; position:relative}
  4. .head_left {width:329px;height:76px;background:url(../images/head_left_bg.png);float:left;position:absolute;z-index:2;}
  5. .head_right {float:left;width:100%;height:40px;background:url(../images/head_right_bg.png) repeat-x;position:absolute;z-index:1;}
  6. .head_left img {margin:10px 0 0 15px;}
  7. .function_box li{ float:left;width:45px;height:40px;background:url(../images/icon_bg.png);}
  8. .function_box {float:right;margin-right:10px;}
  9. .function_box li a {display:block;width:45px;height:40px;position:absolute;}
  10. .function_box li:hover {background:#5bbbfe;}
  11. .function_box li a.icon_info {background:url(../images/icon_info.png) no-repeat center;}
  12. .function_box li a.icon_mail {background:url(../images/icon_mail.png) no-repeat center;}
  13. .function_box li a.icon_lock {background:url(../images/icon_lock.png) no-repeat center;}
  14. .function_box li a.icon_power {background:url(../images/icon_power.png) no-repeat center;}
  15. /*.icon_mail {margin:14px 0 0 13px;}
  16. .icon_lock {margin:12px 0 0 16px;}
  17. .icon_power {margin:10px 0 0 13px;}
  18. .icon_info {margin:10px 0 0 13px;}
  19. */.notice {display:block;width:12px;height:12px;background:#f34529;position:absolute;left:26px;top:6px;font-size:7px;color:#fff;text-align:center;line-height:12px;}
  20. /*======底部======*/
  21. .index_foot {width:100%;height:32px;background:#333;clear:both;}
  22. .index_foot p {font-size:14px;text-align:center;color:#fff;line-height:32px;}