global.css 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. html{overflow-y: scroll; overflow-x:hidden; _background-image:url(about:blank); _background-attachment:fixed;}
  2. body {font-family:"Microsoft Yahei",'mossbaoo',Arial,'Hiragino Sans GB',sans-serif; font-size:12px; color:#333;}
  3. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,sup,sub{margin:0;padding:0}
  4. fieldset,img{border:0}
  5. ul,ol,li {list-style:none;}
  6. img{-ms-interpolation-mode: bicubic; vertical-align:top;}
  7. input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;outline:none; font-family:"Microsoft Yahei"; }
  8. .imgmiddle,input,select{vertical-align:middle;}
  9. .table{border-collapse:collapse;border-spacing:0;}
  10. .clear{clear:both; height:0; overflow:hidden;}
  11. .clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden;}
  12. .clearfix{zoom:1;}
  13. .fl{float:left; display:inline;}
  14. .fr{float:right; display:inline;}
  15. a {text-decoration:none; color:#333;}
  16. a:hover{ text-decoration:none; color: #141414;}
  17. a:active{blr:expression(this.onFocus=this.blur());}
  18. body {background: #fff;}
  19. .w100 {width: 100%;}
  20. .w1200 {width: 1200px; margin: 0 auto;}
  21. .width {width: 72%; margin: 0 auto; min-width: 1200px;}
  22. .bgGray {background: #eaeaea;}
  23. .bgfff {background: #fff;}
  24. ::-webkit-scrollbar{width: 8px;}
  25. ::-webkit-scrollbar-track{background: #fff;}
  26. ::-webkit-scrollbar-thumb{background: #1b1b1b;}
  27. ::-webkit-scrollbar-thumb:window-inactive{background: #1b1b1b;}
  28. ::-webkit-scrollbar-thumb:vertical:hover{background: #1b1b1b;}
  29. .animateTop {position: relative; top: 100px; opacity: 0; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);}
  30. .isAnimation {opacity: 0; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);}
  31. @font-face {
  32. font-family: 'BOLDCOND';
  33. src: url('../fonts/AKZIDENZGROTESK-BOLDCOND.OTF');
  34. }
  35. @font-face {
  36. font-family: 'COND';
  37. src: url('../fonts/AKZIDENZGROTESK-COND.OTF');
  38. }
  39. .ellipsis{overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
  40. .ellipsis-2{display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
  41. .ellipsis-3{display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
  42. .ellipsis-4{display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
  43. #side{position:fixed;width:54px;height:220px;right:0;top:50%;z-index:100;}
  44. #side ul li {width:54px;height:54px;float:left;position:relative;border-bottom:1px solid #444;}
  45. #side ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "寰蒋闆呴粦";overflow:hidden;}
  46. #side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#000;opacity:0.8;filter:Alpha(opacity=80);}
  47. #side ul li .sidetop:hover{opacity:1;filter:Alpha(opacity=100);}
  48. #side ul li i {float:left; display: inline-block; width: 54px; height: 54px; text-align: center; line-height: 54px; color: #fff; font-size: 24px;}
  49. #side ul li span {float:left; display: inline-block; width: 106px; height: 54px; text-align: center; line-height: 54px; color: #fff; font-size: 14px;}
  50. #side .code_img {display: none; position: absolute; top: 54px; right: 54px; padding: 10px; background: #fff; border-left: 2px solid #000; border-bottom: 2px solid #000;}
  51. #side .code_img img {width: 104px; height: 104px;}