m_base.css 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. @charset "UTF-8";
  2. /**
  3. *
  4. * m_base.css
  5. *
  6. * @authors leiTingGame-Tp
  7. * @date 2021-03-10
  8. * @version v2021
  9. *
  10. */
  11. @charset "utf-8";
  12. * {margin: 0;padding: 0;outline: none;border: 0;}
  13. body {font-size: .24rem;font-family: "Microsoft YaHei";-webkit-text-size-adjust: none;-webkit-user-select: none;-webkit-tap-highlight-color: transparent;}
  14. ul,ol,li{ list-style:none;}
  15. i, em{ font-style:normal;}
  16. img{ border:none;vertical-align:top;}
  17. a {text-decoration: none;-webkit-tap-highlight-color: transparent;color:#000;}
  18. input {outline: none;-webkit-appearance: none;border-radius:0;}
  19. select:focus{ outline: none;}
  20. textarea{ outline:none; resize:none;}
  21. button,optgroup,select,textarea{-webkit-tap-highlight-color:rgba(0,0,0,0);}
  22. input,
  23. textarea {
  24. box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  25. -webkit-appearance: none;
  26. appearance: none;
  27. }
  28. video { outline: none }
  29. .fl{ float:left;}
  30. .fr{ float:right;}
  31. .pr { position:relative;}
  32. .pa { position:absolute;}
  33. .hid{ display: none !important;}
  34. .clearfix:after{content:""; display:block; clear:both;}
  35. .clearfix{zoom:1;}
  36. .bg_auto{ width: 100%;}
  37. .m_body{ max-width: 640px; margin: 0 auto; box-shadow: 0 0 5px #000;}
  38. /*footer*/
  39. .footer{ background-color: #000; color: #b1b1b1; line-height: .3rem; text-align: center; padding: .3rem; }
  40. .footer a{ color: #b1b1b1;}
  41. /*极验调整*/
  42. .LT_popup .geetest_holder.geetest_wind{ min-width: 246px;}
  43. /*阿里验证调整*/
  44. .sm-pop{ left: 0 !important; top: 0 !important; height:100% !important; line-height:100% !important; box-sizing:border-box; width: 100% !important; overflow: hidden;}
  45. .sm-pop-inner{top: 4px !important;left: 50% !important;margin-left: -150px !important;}
  46. .sm-btn{ box-sizing:border-box; height: 100%;}
  47. #rectMask{ display: none !important;}