p_base.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. @charset "UTF-8";
  2. /**
  3. *
  4. * p_base.css
  5. *
  6. * @authors leiTingGame-Tp
  7. * @date 2021-03-10
  8. * @version v2021
  9. *
  10. */
  11. body,
  12. h1,
  13. h2,
  14. h3,
  15. h4,
  16. h5,
  17. h6,
  18. hr,
  19. p,
  20. blockquote,
  21. dl,
  22. dt,
  23. dd,
  24. ul,
  25. ol,
  26. li,
  27. pre,
  28. fieldset,
  29. lengend,
  30. button,
  31. input,
  32. textarea,
  33. th,
  34. td {margin: 0; padding: 0;}
  35. body,
  36. button,
  37. input,
  38. select,
  39. textarea { font: 14px/1 'Microsoft YaHei';}
  40. address,
  41. cite,
  42. dfn,
  43. em,
  44. i,
  45. var { font-style: normal; }
  46. small { font-size: 12px;}
  47. ul,ol { list-style: none;}
  48. a { text-decoration: none; color: #000; outline: none;}
  49. a:hover { text-decoration: none;}
  50. abbr[title],
  51. acronym[title] { border-bottom: 1px dotted; cursor: help;}
  52. q:before,
  53. q:after { content: '';}
  54. legend { color: #000;}
  55. fieldset,
  56. img { border: none;}
  57. button,
  58. input,
  59. select,
  60. textarea { font-size: 100%;}
  61. input { outline: none; border: 0;}
  62. table { border-collapse: collapse; border-spacing: 0;}
  63. hr { border: none; height: 1px;}
  64. input,
  65. textarea {
  66. box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  67. -webkit-appearance: none;
  68. appearance: none;
  69. }
  70. video { outline: none }
  71. .clearfix:after{content:""; display:block; clear:both;}
  72. .clearfix{zoom:1;}
  73. .fl{ float:left;}
  74. .fr{ float:right;}
  75. .pr { position:relative;}
  76. .pa { position:absolute;}
  77. .hid{ display: none !important;}
  78. /*通栏初始化高度*/
  79. #LTTopBar {min-height: 43px}
  80. /*极验调整*/
  81. .LT_popup .geetest_holder.geetest_wind{ min-width: 246px ;}
  82. /*阿里验证调整*/
  83. .sm-pop{ left: 0 !important; top: 0 !important; height:100% !important; line-height:100% !important; box-sizing:border-box; width: 100% !important; overflow: hidden;}
  84. .sm-pop-inner{top: 4px !important;left: 50% !important;margin-left: -150px !important;}
  85. .sm-btn{ box-sizing:border-box; height: 100%;}
  86. #rectMask{ display: none !important;}