yunActivity.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  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-img {
  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. .host-dirction {
  150. display: flex;
  151. align-items: center;
  152. justify-content: center;
  153. margin-top: 0.56rem;
  154. }
  155. .game-host {
  156. font-size: 0.32rem;
  157. font-family: Source Han Sans CN;
  158. font-weight: bold;
  159. color: #333333;
  160. padding: 0 0.2rem ;
  161. }
  162. .video {
  163. display: flex;
  164. justify-content: center;
  165. }
  166. .host-left {
  167. width: 0.85rem;
  168. height: 0.06rem;
  169. }
  170. .host-right {
  171. width: 0.85rem;
  172. height: 0.06rem;
  173. }
  174. .btn-video {
  175. width: 0.88rem;
  176. height: 0.87rem;
  177. }
  178. .direction {
  179. padding: 0.54rem 0 0.67rem;
  180. text-align: center;
  181. font-size: 0.24rem;
  182. font-family: SourceHanSansCN-Regular;
  183. }
  184. .copy-mask {
  185. width: 100%;
  186. height: 100vh;
  187. position: fixed;
  188. top: 0;
  189. left: 0;
  190. background: rgba(0, 0, 0, 0.6);
  191. display: none;
  192. }
  193. .copy-dialog {
  194. width: 6.8rem;
  195. height: 5rem;
  196. background: #FFFFFF;
  197. border-radius: 0.2rem;
  198. position: absolute;
  199. background: linear-gradient(0deg, #FFFFFF 1%, #FCF2EF 99%);
  200. margin: 0 0.35rem;
  201. top: 3.39rem;
  202. display: none;
  203. }
  204. .dialog-title {
  205. text-align: center;
  206. font-size: 0.4rem;
  207. font-family: Source Han Sans CN;
  208. font-weight: bold;
  209. color: #333333;
  210. padding-top: 0.6rem;
  211. }
  212. .free-try {
  213. font-size: 0.3rem;
  214. font-family: Source Han Sans CN;
  215. font-weight: 400;
  216. text-align: center;
  217. color: #333333;
  218. padding-top: 0.19rem;
  219. }
  220. .activation-code {
  221. width: 5.8rem;
  222. height: 0.8rem;
  223. background: pink;
  224. margin: 0.5rem 0.5rem 0;
  225. border: 1px solid #E6E6E6;
  226. border-radius: 0.2rem;
  227. }
  228. .donwlond-code {
  229. width: 4rem;
  230. height: 0.8rem;
  231. /* margin-left: 1.4rem; */
  232. margin: 0.39rem 1.4rem 0;
  233. }
  234. .take-code {
  235. font-size: 0.24rem;
  236. color: #333333;
  237. text-align: center;
  238. margin-top: 0.2rem;
  239. }
  240. .close {
  241. position: absolute;
  242. width: 0.7rem;
  243. height: 0.7rem;
  244. bottom: 3.65rem;
  245. left: 3.4rem;
  246. display: none;
  247. }
  248. .viedo-game {
  249. position: absolute;
  250. bottom: -30%;
  251. display: none;
  252. z-index: 999;
  253. }
  254. .pop_video_bg {
  255. position: fixed;
  256. width: 100%;
  257. z-index: 2;
  258. left: 0;
  259. top: 0;
  260. height: 100%;
  261. display: none;
  262. background-color: rgba(0,0,0,.7);
  263. }