fake.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. body,h1,h2,h3,h4,h5,h6,ul,ol,li,p,form,dt,dd,input,textarea,th,td,fieldset,legend,dl,dt,dd,figure{margin:0;padding:0;}
  2. fieldset,img{border:0 none}
  3. ul,ol,li{list-style:none}
  4. table{border-spacing:0}
  5. input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
  6. *:focus{outline:none}
  7. q:before,q:after{content:""}
  8. h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
  9. body,input,select,button,textarea{font:16px/1.5 Arial,Helvetica,sans-serif;}
  10. *,*:after,*:before{-webkit-user-select:none;-webkit-touch-callout:none;-ms-user-select: none;-webkit-tap-highlight-color:rgba(255,255,255,0);}
  11. html,body{background-color:#fff;color:#000;-webkit-user-select: none;}
  12. table{border-collapse:collapse;border-spacing:0;}
  13. input,textarea{ border:1px solid #b8b7b3;-webkit-user-select:auto;}
  14. em{font-style:normal;font-weight:normal}
  15. sub, sup {font-size:75%;line-height:0;position:relative;vertical-align: baseline}
  16. sup {top: -0.5em}
  17. sub {bottom: -0.25em}
  18. img{vertical-align:top;max-width:100%;}
  19. a{text-decoration:none;color:#000;}
  20. html,body{width:100%;height:100%;}
  21. body{background:transparent;}
  22. .body::after{position:relative;content:'';position:fixed;z-index:-1;left:0;top:0;width:100%;height:100%;}
  23. .fl{float:left;display:inline;}
  24. .fr{float:right;display:inline;}
  25. .clear:after,.tab-title:after{content:"";display:block;clear:both;height:0;line-height:0;overflow:hidden;font-size:0;}
  26. .clear.tab-title{zoom:1;}
  27. .fixbottom,.fixtop{position:fixed;left:0;bottom:0;width:100%;height:82px;background:rgba(0,0,0,.6);z-index:2}
  28. .fixbottom .containWrap,.fixtop .containWrap{position:absolute;left:0;top:0;width:100%;height:100%;bottom:0;}
  29. .fixtop{top:0;bottom:auto;}
  30. .m15{margin-top:15px;}
  31. .m25{margin-top:25px;}
  32. .space_5{padding:5px 0 0 0;}
  33. .space_10{padding:10px 0 0 0;}
  34. .space_15{padding:15px 0 0 0;}
  35. .space_20{padding:20px 0 0 0;}
  36. .space_30{padding:30px 0 0 0;}
  37. .tc{text-align:center;}
  38. .tr{text-align:right;}
  39. .prompt .cont{
  40. position:fixed;top:50%;left:0;z-index:15;
  41. width:90%;height:150px;color:#666;
  42. margin:-75px 5% 0;
  43. border-radius:3px;
  44. font:16px/30px "黑体";text-align:center;
  45. background:#fff;
  46. }
  47. .prompt .bg{
  48. position:fixed;left:0;top:0;z-index:14;
  49. width:100%;height:100%;
  50. background:rgba(0,0,0,.5)
  51. }
  52. .prompt .btn{
  53. display:block;
  54. width:90px;height:30px;color:#fff;
  55. margin:0 auto;
  56. border-radius:3px;
  57. font:14px/30px "黑体";
  58. background:#f80;
  59. }
  60. .crush{
  61. position:fixed;left:0;top:0;z-index:10;
  62. width:100%;height:100%;
  63. }
  64. .crush img{
  65. position:fixed;left:0;top:0;z-index:11;
  66. width:200px;
  67. margin:-100px 0 0 -100px;
  68. }
  69. .main{
  70. position:absolute;left:50%;top:50%;z-index:1;
  71. width:300px;height:312px;text-align:center;
  72. margin:-156px 0 0 -150px;
  73. }
  74. .main dt{
  75. position:absolute;left:0;top:-40px;z-index:2;
  76. width:100%;height:480px;color:#f9df2a;
  77. font:18px/30px Arial,"黑体";
  78. }
  79. .main dt em{
  80. font-weight:bold;
  81. }
  82. .main dd img{
  83. width:300px;height:312px;
  84. }
  85. .share{
  86. position:fixed;top:0;left:0;z-index:1000;
  87. width:100%;height:100%;color:#fff;
  88. font:14px/30px "黑体";
  89. background:rgba(0,0,0,.75);
  90. }
  91. .share img{
  92. float:right;
  93. width:30px;
  94. margin:10px;
  95. }
  96. .share p{
  97. padding:0 10px;
  98. }
  99. .copyright{
  100. position:fixed;bottom:0;left:0;z-index:1111;
  101. width:100%;height:46px;color:rgba(255,255,255,.5);
  102. font:16px/46px "黑体";text-align:center;
  103. }
  104. .copyright a{
  105. color:rgba(255,255,255,.75);
  106. margin:0 5px;
  107. }