experience.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  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. width: 7.5rem;
  28. min-height: 100vh;
  29. margin: 0 auto;
  30. }
  31. .free-code-con .bottom-img {
  32. width: 100%;
  33. }
  34. button:focus, input:focus {
  35. outline: 0;
  36. }
  37. .top .center-pic {
  38. position: absolute;
  39. top: 5.97rem;
  40. left: 0;
  41. width: 7.5rem;
  42. height: 7.13rem;
  43. background: url(../img/register/yun_icon.png) no-repeat;
  44. background-size: 100% 100%;
  45. }
  46. .tip {
  47. font-size: 0.24rem;
  48. margin-top: 0.1rem;
  49. color: #9EA4DC;
  50. margin-left: 0.8rem;
  51. }
  52. .top .center-pic .recv-cont .recv-ipt {
  53. width: 6.7rem;
  54. height: 1rem;
  55. margin-top: 2.24rem;
  56. margin-left: 0.4rem;
  57. padding-left: 0.4rem;
  58. border-radius: 0.5rem;
  59. font-size: 0.3rem;
  60. letter-spacing: 0.04rem;
  61. color: #fff;
  62. border: 1px solid rgba(255, 255, 255, 0.38);
  63. background-color: #222FB2;
  64. border: none;
  65. }
  66. .top .center-pic .recv-cont .recv-btn {
  67. margin-left: 0.26rem;
  68. margin-top: 0.27rem;
  69. width: 6.98rem;
  70. height: 1.79rem;
  71. background: url(../img/register/anniu_icon.png) no-repeat;
  72. background-size: 100% 100%;
  73. font-weight: 500;
  74. font-size: 0.36rem;
  75. color: #fff;
  76. letter-spacing: 0.02rem;
  77. line-height: 1.17rem;
  78. text-align: center;
  79. }
  80. .user-info {
  81. width: 7.5rem;
  82. position: absolute;
  83. top: 3.45rem;
  84. left: 0;
  85. display: flex;
  86. flex-direction: column;
  87. align-items: center;
  88. }
  89. .head {
  90. width: 1.14rem;
  91. height: 1.14rem;
  92. border-radius: 50%;
  93. background-image: url(../img/register/touxiang_icon.png);
  94. background-color: #fff;
  95. background-size: 100% 100%;
  96. overflow: hidden;
  97. }
  98. .head img {
  99. width: 0.9rem;
  100. height: 0.9rem;
  101. border-radius: 50%;
  102. margin: 0.12rem;
  103. }
  104. .username {
  105. font-size: 0.28rem;
  106. color: #fff;
  107. margin-top: 0.05rem;
  108. line-height: 0.4rem;
  109. }
  110. .icon {
  111. width: 0.64rem;
  112. height: 0.64rem;
  113. }
  114. .txt {
  115. font-weight: 500;
  116. font-size: 0.26rem;
  117. line-height: 0.64rem;
  118. color: #37C7F6;
  119. margin-left: 0.71rem;
  120. margin-right: 0.74rem;
  121. display: flex;
  122. flex-wrap: wrap;
  123. }
  124. .bottom {
  125. width: 100%;
  126. position: absolute;
  127. text-align: center;
  128. bottom: 0.3rem;
  129. font-size: 0.26rem;
  130. color: rgba(255, 255, 255, 0.6);
  131. }
  132. .mb8 {
  133. margin-bottom: 0.08rem;
  134. }
  135. .wl {
  136. position: relative;
  137. }
  138. .wl::before, .wl::after {
  139. content: '';
  140. display: block;
  141. width: 0.56rem;
  142. height: 0.09rem;
  143. position: absolute;
  144. top: 0.12rem;
  145. }
  146. .wl::before {
  147. left: 2.2rem;
  148. background: url(../img/invite/zuo_icon.png) no-repeat;
  149. background-size: 100% 100%;
  150. }
  151. .wl::after {
  152. right: 2.2rem;
  153. background: url(../img/invite/you_icon.png) no-repeat;
  154. background-size: 100% 100%;
  155. }