experience.css 2.8 KB

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