experience.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. @media screen and (max-width: 750px) {
  2. html {
  3. font-size: calc(100vw / 7.5);
  4. }
  5. }
  6. @media screen and (min-width: 750px) {
  7. html {
  8. font-size: calc(450px / 7.5);
  9. }
  10. }
  11. ::selection {
  12. background-color: #b3d4fc;
  13. text-shadow: none;
  14. }
  15. .clearfix:before, .clearfix:after {
  16. content: "";
  17. display: table;
  18. }
  19. .clearfix:after {
  20. clear: both;
  21. }
  22. body {
  23. background-color: #ffffff;
  24. }
  25. .free-code-con {
  26. background-color: #333DAF;
  27. min-height: 100vh;
  28. margin: 0 auto;
  29. }
  30. .free-code-con .bottom-img {
  31. width: 100%;
  32. }
  33. button:focus, input:focus {
  34. outline: 0;
  35. }
  36. .top .center-pic {
  37. position: absolute;
  38. top: 5.97rem;
  39. left: 0;
  40. width: 7.5rem;
  41. height: 7.13rem;
  42. background: url(../img/register/yun_icon.png) no-repeat;
  43. background-size: 100% 100%;
  44. }
  45. .tip {
  46. font-size: 0.24rem;
  47. margin-top: 0.1rem;
  48. color: #9EA4DC;
  49. margin-left: 0.8rem;
  50. }
  51. .top .center-pic .recv-cont .recv-ipt {
  52. width: 6.7rem;
  53. height: 1rem;
  54. margin-top: 2.24rem;
  55. margin-left: 0.4rem;
  56. padding-left: 0.4rem;
  57. border-radius: 0.5rem;
  58. font-size: 0.3rem;
  59. letter-spacing: 0.04rem;
  60. color: #fff;
  61. border: 1px solid rgba(255, 255, 255, 0.38);
  62. background-color: #222FB2;
  63. border: none;
  64. }
  65. .top .center-pic .recv-cont .recv-btn {
  66. margin-left: 0.26rem;
  67. margin-top: 0.27rem;
  68. width: 6.98rem;
  69. height: 1.79rem;
  70. background: url(../img/register/anniu_icon.png) no-repeat;
  71. background-size: 100% 100%;
  72. font-weight: 500;
  73. font-size: 0.36rem;
  74. color: #fff;
  75. letter-spacing: 0.02rem;
  76. line-height: 1.17rem;
  77. text-align: center;
  78. }
  79. @media only screen and (min-width: 749px) and (max-width: 2500px) {
  80. .free-code-con {
  81. width: 100%;
  82. }
  83. .top .center-pic {
  84. width: 100%;
  85. }
  86. .top .center-pic .recv-cont .recv-ipt {
  87. margin-left: 0.8rem;
  88. }
  89. .top .center-pic .recv-cont .recv-btn {
  90. margin-left: 0.5rem;
  91. }
  92. }
  93. .user-info {
  94. width: 7.5rem;
  95. position: absolute;
  96. top: 3.45rem;
  97. left: 0;
  98. display: flex;
  99. flex-direction: column;
  100. align-items: center;
  101. }
  102. .head {
  103. width: 1.14rem;
  104. height: 1.14rem;
  105. border-radius: 50%;
  106. background-image: url(../img/register/touxiang_icon.png);
  107. background-color: #fff;
  108. background-size: 100% 100%;
  109. overflow: hidden;
  110. }
  111. .head img {
  112. width: 0.9rem;
  113. height: 0.9rem;
  114. border-radius: 50%;
  115. margin: 0.12rem;
  116. }
  117. .username {
  118. font-size: 0.28rem;
  119. color: #fff;
  120. margin-top: 0.05rem;
  121. line-height: 0.4rem;
  122. }
  123. .icon {
  124. width: 0.64rem;
  125. height: 0.64rem;
  126. }
  127. .txt {
  128. font-weight: 500;
  129. font-size: 0.26rem;
  130. line-height: 0.64rem;
  131. color: #37C7F6;
  132. margin-left: 0.71rem;
  133. /* margin-right: 0.74rem; */
  134. display: flex;
  135. flex-wrap: wrap;
  136. }
  137. .bottom {
  138. width: 100%;
  139. position: absolute;
  140. text-align: center;
  141. bottom: 0.3rem;
  142. font-size: 0.26rem;
  143. color: rgba(255, 255, 255, 0.6);
  144. }
  145. .mb8 {
  146. margin-bottom: 0.08rem;
  147. }
  148. .wl {
  149. position: relative;
  150. }
  151. .wl::before, .wl::after {
  152. content: '';
  153. display: block;
  154. width: 0.56rem;
  155. height: 0.09rem;
  156. position: absolute;
  157. top: 0.12rem;
  158. }
  159. .wl::before {
  160. left: 2.2rem;
  161. background: url(../img/invite/zuo_icon.png) no-repeat;
  162. background-size: 100% 100%;
  163. }
  164. .wl::after {
  165. right: 2.2rem;
  166. background: url(../img/invite/you_icon.png) no-repeat;
  167. background-size: 100% 100%;
  168. }