Sin descripción

public_css.css 1.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. body{
  2. font-size: 0.16rem;
  3. }
  4. body, div, button, h3, h6, span, ul, li, p, a,input{
  5. font-family: -apple-system,SF UI Text,Helvetica Neue,Helvetica,Arial,sans-serif;
  6. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  7. padding: 0;
  8. margin: 0;
  9. box-sizing: inherit;
  10. font-weight: normal;
  11. }
  12. button{
  13. outline: none;
  14. border:0px;
  15. background-color:transparent;
  16. }
  17. a, a:visited{
  18. text-decoration: none;
  19. }
  20. body{
  21. width: 100%;
  22. }
  23. img{
  24. display: block;
  25. }
  26. input::input-placeholder{color:rgba(153,153,153,0.4972)!important;}
  27. input::-webkit-input-placeholder{color:rgba(153,153,153,0.4972)!important;}
  28. input:-moz-placeholder{color:rgba(153,153,153,0.4972)!important;}
  29. input::-moz-placeholder{color:rgba(153,153,153,0.4972)!important;}
  30. input:-ms-input-placeholder{color:rgba(153,153,153,0.4972)!important;}
  31. .mask,.maskYzm{
  32. background: rgba(0,0,0,0.4013);
  33. position: fixed;
  34. top: 0;
  35. left: 0;
  36. width: 100%;
  37. height: 100%;
  38. display: flex;
  39. justify-content: center;
  40. align-items: center;
  41. visibility:hidden;
  42. }
  43. .mask .content,.maskYzm .yzmCon{
  44. width: 2.98rem;
  45. background: #f9f9f9;
  46. border-radius: 0.16rem;
  47. }
  48. .mask .content h3{
  49. color: #090909;
  50. font-size: 0.16rem;
  51. line-height: 0.22rem;
  52. padding-top:0.12rem;
  53. padding-bottom: 0.08rem;
  54. text-align: center;
  55. }
  56. .mask .content p{
  57. color: #090909;
  58. line-height: 0.23rem;
  59. font-size: 0.14rem;
  60. margin-bottom: 0.15rem;
  61. text-align: center;
  62. }
  63. .mask .content div{
  64. border-top: 0.01rem solid rgba(191,191,191,0.1998);
  65. color: #0F7FFF;
  66. text-align: center;
  67. font-size: 0.14rem;
  68. line-height: 0.2rem;
  69. padding: 0.09rem 0 0.12rem 0;
  70. }