yunActivity.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  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. html, body, div, ul, li, p {
  12. padding: 0;
  13. margin: 0;
  14. }
  15. body {
  16. background-color: #fdf2ed;
  17. }
  18. ul, li {
  19. list-style: none;
  20. }
  21. .containers{
  22. width: 7.5rem;
  23. margin: auto;
  24. background-image: url('../img/yunActivity/background.png');
  25. background-size: 100% 100%;
  26. }
  27. .banner-wrap{
  28. width: 7.5rem;
  29. height: 8.33rem;
  30. position: relative;
  31. }
  32. .img-title {
  33. padding: 0.67rem 0.72rem 0;
  34. }
  35. .banner-img{
  36. width: 100%;
  37. /* height: 100%; */
  38. }
  39. img {
  40. border: 0;
  41. }
  42. .img-middle {
  43. margin: 0.27rem 0.25rem 0.43rem;
  44. }
  45. .time-img{
  46. width: 100%;
  47. /* height: 100%; */
  48. }
  49. .img-bottom {
  50. margin: 0.5rem 0.97rem 0 0.61rem;
  51. }
  52. .game-img {
  53. width: 100%;
  54. }
  55. .receive-code {
  56. position: relative;
  57. width: 6.9rem;
  58. height: 4.36rem;
  59. border: 1px solid #FFFFFF;
  60. opacity: 0.8;
  61. border-radius: 0.2rem;
  62. margin: 0 0.3rem;
  63. background: #FFFFFF;
  64. }
  65. .take-phone {
  66. color: #333333;
  67. text-align: center;
  68. margin-top: 0.39rem;
  69. font-size: 0.32rem;
  70. font-weight: bold;
  71. font-family: SourceHanSansCN-Bold;
  72. }
  73. .send-phone {
  74. width: 6.2rem;
  75. height: 0.68rem;
  76. display: flex;
  77. align-items: center;
  78. border: 0.02rem solid #E6E6E6;
  79. border-radius: 0.1rem;
  80. margin: 0.2rem 0.35rem 0;
  81. }
  82. .ipt-row{
  83. width: 6.2rem;
  84. height: 0.68rem;
  85. border: 0.02rem solid #E6E6E6;
  86. border-radius: 0.1rem;
  87. display: flex;
  88. align-items: center;
  89. margin: 0.3rem 0.35rem 0;
  90. }
  91. .img-code {
  92. width: 0.3rem;
  93. height: 0.36rem;
  94. margin: 0 0.22rem 0 0.3rem;
  95. }
  96. .ipt {
  97. border: none;
  98. outline: none;
  99. border-left: 0.01rem solid rgba(238,238,238,1);
  100. }
  101. .phone-tip{
  102. position: absolute;
  103. top: 1.72rem;
  104. left: 1.25rem;
  105. font-size: 0.24rem;
  106. color: #FB5030;
  107. display: none;
  108. }
  109. .code-tip{
  110. position: absolute;
  111. top: 2.72rem;
  112. left: 1.25rem;
  113. font-size: 0.24rem;
  114. color: #FB5030;
  115. text-align: center;
  116. display: none;
  117. }
  118. .donwlond-receive {
  119. display: flex;
  120. justify-content: center;
  121. align-items: center;
  122. margin-top: 0.6rem;
  123. }
  124. .btn-receive {
  125. width: 4rem;
  126. height: 0.8rem;
  127. background: linear-gradient(0deg, #E85A4B 1%, #EF9878 99%);
  128. border-radius: 0.4rem;
  129. text-align: center;
  130. border: none;
  131. line-height: 0.8rem;
  132. font-size: 0.3rem;
  133. color: #FFFFFF;
  134. font-family: Source Han Sans CN;
  135. }
  136. .get-code{
  137. font-size: 0.3rem;
  138. color: #333333;
  139. }
  140. .get-code-active{
  141. width: 1.4rem;
  142. height: 0.6rem;
  143. line-height: 0.6rem;
  144. text-align: center;
  145. color: #333333;
  146. border-radius: 0.1rem;
  147. background-color: rgba(238,238,238,1);
  148. }
  149. .direction {
  150. padding: 0.54rem 0 0.67rem;
  151. text-align: center;
  152. font-size: 0.24rem;
  153. font-family: SourceHanSansCN-Regular;
  154. }
  155. .copy-mask {
  156. width: 100%;
  157. height: 100vh;
  158. position: fixed;
  159. top: 0;
  160. left: 0;
  161. background: rgba(0, 0, 0, 0.6);
  162. display: none;
  163. }
  164. .copy-dialog {
  165. width: 6.8rem;
  166. height: 5rem;
  167. background: #FFFFFF;
  168. border-radius: 0.2rem;
  169. position: absolute;
  170. background: linear-gradient(0deg, #FFFFFF 1%, #FCF2EF 99%);
  171. margin: 0 0.35rem;
  172. top: 3.39rem;
  173. display: none;
  174. }
  175. .dialog-title {
  176. text-align: center;
  177. font-size: 0.4rem;
  178. font-family: Source Han Sans CN;
  179. font-weight: bold;
  180. color: #333333;
  181. padding-top: 0.6rem;
  182. }
  183. .free-try {
  184. font-size: 0.3rem;
  185. font-family: Source Han Sans CN;
  186. font-weight: 400;
  187. text-align: center;
  188. color: #333333;
  189. padding-top: 0.19rem;
  190. }
  191. .activation-code {
  192. width: 5.8rem;
  193. height: 0.8rem;
  194. background: pink;
  195. margin: 0.5rem 0.5rem 0;
  196. border: 1px solid #E6E6E6;
  197. border-radius: 0.2rem;
  198. }
  199. .donwlond-code {
  200. width: 4rem;
  201. height: 0.8rem;
  202. /* margin-left: 1.4rem; */
  203. margin: 0.39rem 1.4rem 0;
  204. }
  205. .take-code {
  206. font-size: 0.24rem;
  207. color: #333333;
  208. text-align: center;
  209. margin-top: 0.2rem;
  210. }
  211. .close {
  212. position: absolute;
  213. width: 0.7rem;
  214. height: 0.7rem;
  215. bottom: 3.65rem;
  216. left: 3.4rem;
  217. display: none;
  218. }