No Description

public_css.css 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. background: #FFFFFF;
  23. }
  24. img{
  25. display: block;
  26. }
  27. input::input-placeholder{color:rgba(153,153,153,0.4972)!important;}
  28. input::-webkit-input-placeholder{color:rgba(153,153,153,0.4972)!important;}
  29. input:-moz-placeholder{color:rgba(153,153,153,0.4972)!important;}
  30. input::-moz-placeholder{color:rgba(153,153,153,0.4972)!important;}
  31. input:-ms-input-placeholder{color:rgba(153,153,153,0.4972)!important;}
  32. .mask,.maskYzm{
  33. background: rgba(0,0,0,0.4013);
  34. position: fixed;
  35. top: 0;
  36. left: 0;
  37. width: 100%;
  38. height: 100%;
  39. display: flex;
  40. justify-content: center;
  41. align-items: center;
  42. visibility:hidden;
  43. }
  44. .mask .content,.maskYzm .yzmCon{
  45. width: 2.98rem;
  46. background: #f9f9f9;
  47. border-radius: 0.16rem;
  48. }
  49. .mask .content h3{
  50. color: #090909;
  51. font-size: 0.16rem;
  52. line-height: 0.22rem;
  53. padding-top:0.12rem;
  54. padding-bottom: 0.08rem;
  55. text-align: center;
  56. }
  57. .mask .content p{
  58. color: #090909;
  59. line-height: 0.23rem;
  60. font-size: 0.14rem;
  61. margin-bottom: 0.15rem;
  62. text-align: center;
  63. }
  64. .mask .content div{
  65. border-top: 0.01rem solid rgba(191,191,191,0.1998);
  66. color: #0F7FFF;
  67. text-align: center;
  68. font-size: 0.14rem;
  69. line-height: 0.2rem;
  70. padding: 0.09rem 0 0.12rem 0;
  71. }