style.css 1.2 KB

1234567891011121314151617181920
  1. input,button,select,textarea{outline:none}
  2. textarea{resize:none}
  3. .tips{height:67px;line-height:67px;font-weight:700;background:url(image/tipsbg.jpg) no-repeat 0 0;text-indent:86px;font-size:14px;}
  4. .tips .close{background:url(image/close.jpg) no-repeat 0 0;width:30px;height:30px;display:block;overflow:hidden;text-indent:-9999px;margin-top:20px;margin-right:20px;}
  5. .content{position:relative;background:url(image/wrapbg.jpg) no-repeat 0 0;padding-top:389px;}
  6. .platform{position:absolute;top:145px;left:557px;}
  7. .platform li{padding-bottom:18px;}
  8. .inner{padding-left:70px;padding-right:11px;}
  9. .intro{margin-top:60px;width:420px;}
  10. .intro h2{margin-bottom:16px;}
  11. .intro dl{}
  12. .intro dt{font-size:14px;padding-bottom:9px;font-weight:700;}
  13. .intro dd{padding-bottom:12px;}
  14. .code{width:387px;height:297px;background:url(image/codebg.jpg) no-repeat 0 0;font-size:14px;}
  15. .code dl{}
  16. .code dt{font-weight:700;color:#000;text-indent:23px;}
  17. .code dt.shoot{height:40px;line-height:40px;text-indent:65px;margin-top:16px;margin-bottom:8px;}
  18. .code_img{height:160px;}
  19. .code_img img{margin-left:132px;margin-top:4px;}
  20. .code dd.url{text-indent:23px;padding-top:10px;}