base.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
  2. header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
  3. table{border-collapse:collapse;border-spacing:0;}
  4. caption,th{text-align:left;font-weight:normal;}
  5. html,body,fieldset,img,iframe,abbr{border:0;}
  6. i,cite,em,var,address,dfn{font-style:normal;}
  7. [hidefocus],summary{outline:0;}
  8. li{list-style:none;}
  9. h1,h2,h3,h4,h5,h6,small{font-size:100%;}
  10. sup,sub{font-size:83%;}
  11. pre,code,kbd,samp{font-family:inherit;}
  12. q:before,q:after{content:none;}
  13. textarea{overflow:auto;resize:none;}
  14. label,summary{cursor:default;}
  15. a,button{cursor:pointer;}
  16. h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
  17. del,ins,u,s,a,a:hover{text-decoration:none;}
  18. body,textarea,input,button,select,keygen,legend{font:12px/1.14 "microsoft yahei", "Arial";color:#333;outline:0;}
  19. body{
  20. /* margin-bottom: 60px !important; */
  21. /* overflow: hidden !important; */
  22. }
  23. .width_94{
  24. width: 94%;
  25. margin-left: 3%;
  26. }
  27. .blur{
  28. color: #2b85e4;
  29. }
  30. .huise{
  31. background-color: rgba(0, 0, 0, 0.5) !important
  32. }
  33. .top{
  34. position: fixed;
  35. top: 0;
  36. z-index: 1;
  37. background-color: #fff;
  38. width: 100vw;
  39. line-height: 11vw;
  40. text-align: center;
  41. font-size: 2.2vh;
  42. border-bottom: 1px solid rgb(221, 219, 219);
  43. }
  44. .top-return{
  45. position: fixed;
  46. top: 0;
  47. z-index: 1000;
  48. background-color: #fff;
  49. width: 100vw;
  50. line-height: 11vw;
  51. text-align: center;
  52. font-size: 2.2vh;
  53. border-bottom: 1px solid rgb(221, 219, 219);
  54. }
  55. .top-return span:nth-child(2){
  56. margin-left: -4vw;
  57. }
  58. .top-return img{
  59. float: left;
  60. margin-top: 3vw;
  61. margin-left: 1vw;
  62. }
  63. .footer_icon{
  64. color: #808695;
  65. font-weight: bold;
  66. }
  67. i{
  68. display: block;
  69. }
  70. .footer_ge{
  71. width: 25%;
  72. text-align: center;
  73. float: left;
  74. /* color: #808695; */
  75. font-size: 3.5vw;
  76. }
  77. /* .footer_ge a{
  78. color: #808695;
  79. } */
  80. .footer{
  81. border-top: 1px #e8eaec solid;
  82. position: fixed;
  83. bottom: 0;
  84. z-index: 999;
  85. height:15vw;
  86. width: 100%;
  87. background: #fff;
  88. padding-top: 1vh !important;
  89. }
  90. .footer_icon{
  91. width: 7vw;
  92. height: 7vw;
  93. margin: 0 auto;
  94. background-size: 100% 100%;
  95. }
  96. .footer_icon1{
  97. background-image:url('../img/footer_sy1.png');
  98. }
  99. .footer_icon2{
  100. background-image:url('../img/footer_gwc1.png');
  101. }
  102. .footer_icon3{
  103. background-image:url('../img/footer_grzx1.png');
  104. }