experience.css 2.8 KB

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