Geen omschrijving

inviteWeixin.css 3.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. * {box-sizing: border-box;margin: 0;padding: 0;border: none;text-align: left;font-family: "PingFang SC,Microsoft YaHei,SourceHanSansCN-Normal,HiraginoSansGB,HiraginoSans-W3,Helvetica Neue,Helvetica,STHeiTi,sans-serif";}
  2. span,p,div {font-size: .13rem;}
  3. html,body {
  4. width: 100%;
  5. }
  6. .back {
  7. width: 100%;
  8. position: absolute;
  9. top: 0;
  10. left: 0;
  11. }
  12. .button {
  13. width: 3.04rem;
  14. /* height: .5rem; */
  15. position: absolute;
  16. top: 6.45rem;
  17. left: 50%;
  18. transform: translate(-50%,0);
  19. font-size: .12rem;
  20. }
  21. .form {
  22. width: 3.34rem;
  23. position: absolute;
  24. top: 4.62rem;
  25. left: 50%;
  26. transform: translate(-50%,0);
  27. }
  28. .input,.paw {
  29. width: 3.34rem;
  30. height: .56rem;
  31. padding: 0 .16rem;
  32. border-radius: .05rem;
  33. margin-bottom: .12rem;
  34. display: flex;
  35. justify-content: space-between;
  36. align-items: center;
  37. /* background: #fff; */
  38. }
  39. .input input, .paw input {
  40. height: .54rem;
  41. color: #21222B;
  42. font-size: .16rem;
  43. background: transparent;
  44. flex: 1;
  45. }
  46. .paw {
  47. padding-right: .16rem;
  48. }
  49. .check {
  50. background: transparent;
  51. color: #3364FF;
  52. font-size: .16rem;
  53. }
  54. p {
  55. padding-left: .01rem;
  56. color: #fff;
  57. }
  58. span {
  59. padding-left: .06rem;
  60. }
  61. input::-webkit-input-placeholder{
  62. color: #9B9EB7;
  63. font-size: .16rem;
  64. }
  65. input::-moz-placeholder{ /* Mozilla Firefox 19+ */
  66. color: #9B9EB7;
  67. font-size: .16rem;
  68. }
  69. input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
  70. color: #9B9EB7;
  71. font-size: .16rem;
  72. }
  73. input::-ms-input-placeholder{ /* Internet Explorer 10-11 */
  74. color: #9B9EB7;
  75. font-size: .16rem;
  76. }
  77. .alert-info {
  78. position: fixed;
  79. top: 1.74rem;
  80. right: 0;
  81. left: 0;
  82. bottom: 0;
  83. text-align: center;
  84. z-index: 2;
  85. display: none;
  86. }
  87. .alert-info p {
  88. display: inline-block;
  89. height: .38rem;
  90. color: #fff;
  91. font-size: .14rem;
  92. line-height: .38rem;
  93. padding: 0 .1rem;
  94. background: rgba(0, 0, 0,.9);
  95. border-radius: 5px;
  96. }
  97. .loading {
  98. position: fixed;
  99. top: 0;
  100. left: 0;
  101. display: none;
  102. width: 100%;
  103. height: 100vh;
  104. }
  105. .loading img {
  106. position: absolute;
  107. top: 0;
  108. bottom: 0;
  109. left: 0;
  110. right: 0;
  111. margin: auto;
  112. width: 0.3rem;
  113. height: 0.3rem;
  114. }
  115. .notice input{
  116. margin-right: 0.05rem;vertical-align: sub;
  117. }
  118. .notice input[type='checkbox']{
  119. width: 0.14rem;
  120. height: 0.14rem;
  121. -webkit-appearance:none;
  122. background: url("../img/radio.png") no-repeat center;
  123. background-size:100%;
  124. border-radius: 0;
  125. outline: none;
  126. }
  127. .notice input[type=checkbox]:checked{
  128. background: url("../img/radio_yes.png") no-repeat center;
  129. background-size:0.16rem;
  130. }
  131. .notice {
  132. color: rgba(255, 255, 255,.8);font-size: 0.13rem;line-height: 0.18rem;
  133. }
  134. .notice span{
  135. color: #fff;
  136. }