yunActivity.css 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354
  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. }
  38. img {
  39. border: 0;
  40. }
  41. .img-middle {
  42. margin: 0.27rem 0.25rem 0.43rem;
  43. }
  44. .time-img{
  45. width: 100%;
  46. }
  47. .img-bottom {
  48. margin: 0.5rem 0.97rem 0.53rem 0.61rem;
  49. }
  50. .game-img {
  51. width: 100%;
  52. }
  53. .receive-code {
  54. position: relative;
  55. width: 6.9rem;
  56. height: 4.36rem;
  57. border: 1px solid #FFFFFF;
  58. opacity: 0.8;
  59. border-radius: 0.2rem;
  60. margin: 0 0.3rem;
  61. background: #FFFFFF;
  62. }
  63. .take-phone {
  64. color: #333333;
  65. text-align: center;
  66. margin-top: 0.39rem;
  67. font-size: 0.32rem;
  68. font-weight: bold;
  69. font-family: SourceHanSansCN-Bold;
  70. }
  71. .send-phone {
  72. width: 6.2rem;
  73. height: 0.68rem;
  74. display: flex;
  75. align-items: center;
  76. border: 0.02rem solid #E6E6E6;
  77. border-radius: 0.1rem;
  78. margin: 0.2rem 0.35rem 0;
  79. }
  80. .ipt-row{
  81. position: relative;
  82. width: 6.2rem;
  83. height: 0.68rem;
  84. border: 0.02rem solid #E6E6E6;
  85. border-radius: 0.1rem;
  86. display: flex;
  87. align-items: center;
  88. margin: 0.3rem 0.35rem 0;
  89. }
  90. .img-code {
  91. width: 0.3rem;
  92. height: 0.36rem;
  93. margin: 0 0.22rem 0 0.3rem;
  94. }
  95. .ipt {
  96. border: none;
  97. outline: none;
  98. border-left: 0.01rem solid rgba(238,238,238,1);
  99. }
  100. .phone-tip{
  101. position: absolute;
  102. top: 1.72rem;
  103. left: 1.25rem;
  104. font-size: 0.24rem;
  105. color: #FB5030;
  106. display: none;
  107. }
  108. .code-tip{
  109. position: absolute;
  110. top: 2.72rem;
  111. left: 1.25rem;
  112. font-size: 0.24rem;
  113. color: #FB5030;
  114. text-align: center;
  115. display: none;
  116. }
  117. .donwlond-receive {
  118. display: flex;
  119. justify-content: center;
  120. align-items: center;
  121. margin-top: 0.6rem;
  122. }
  123. .btn-img {
  124. width: 4rem;
  125. height: 0.8rem;
  126. /* background: linear-gradient(0deg, #E85A4B 1%, #EF9878 99%); */
  127. border-radius: 0.4rem;
  128. text-align: center;
  129. /* border: none; */
  130. /* line-height: 0.8rem;
  131. font-size: 0.3rem;
  132. color: #FFFFFF; */
  133. font-family: Source Han Sans CN;
  134. }
  135. .get-code{
  136. position: absolute;
  137. right: 0.2rem;
  138. height: 0.28rem;
  139. line-height: 0.28rem;
  140. font-size: 0.3rem;
  141. color: #333333;
  142. }
  143. .get-code-active{
  144. width: 1.4rem;
  145. height: 0.6rem;
  146. line-height: 0.6rem;
  147. text-align: center;
  148. color: #333333;
  149. border-radius: 0.1rem;
  150. background-color: rgba(238,238,238,1);
  151. }
  152. .host-dirction {
  153. display: flex;
  154. align-items: center;
  155. justify-content: center;
  156. margin-top: 0.56rem;
  157. }
  158. .game-host {
  159. font-size: 0.32rem;
  160. font-family: Source Han Sans CN;
  161. font-weight: bold;
  162. color: #333333;
  163. padding: 0 0.2rem ;
  164. }
  165. .video {
  166. /* display: flex;
  167. justify-content: center; */
  168. position: relative;
  169. width: 100%;
  170. height: 4.06rem;
  171. margin-top: 0.3rem;
  172. background-size: 100% 100%;
  173. background: url('../img/yunActivity/bgc.png');
  174. }
  175. .host-left {
  176. width: 0.85rem;
  177. height: 0.06rem;
  178. }
  179. .host-right {
  180. width: 0.85rem;
  181. height: 0.06rem;
  182. }
  183. .btn-video {
  184. position: absolute;
  185. top: 42%;
  186. left: 45%;
  187. width: 0.88rem;
  188. height: 0.87rem;
  189. }
  190. .direction {
  191. padding: 0.54rem 0 0.67rem;
  192. text-align: center;
  193. font-size: 0.24rem;
  194. font-family: SourceHanSansCN-Regular;
  195. }
  196. .copy-mask {
  197. width: 100%;
  198. height: 100vh;
  199. position: fixed;
  200. top: 0;
  201. left: 0;
  202. background: rgba(0, 0, 0, 0.6);
  203. display: none;
  204. }
  205. .copy-dialog {
  206. width: 6.8rem;
  207. height: 5rem;
  208. background: #FFFFFF;
  209. border-radius: 0.2rem;
  210. position: absolute;
  211. background: linear-gradient(0deg, #FFFFFF 1%, #FCF2EF 99%);
  212. margin: 0 0.35rem;
  213. top: 3.39rem;
  214. display: none;
  215. }
  216. .dialog-title {
  217. text-align: center;
  218. font-size: 0.4rem;
  219. font-family: Source Han Sans CN;
  220. font-weight: bold;
  221. color: #333333;
  222. padding-top: 0.6rem;
  223. }
  224. .free-try {
  225. font-size: 0.3rem;
  226. font-family: Source Han Sans CN;
  227. font-weight: 400;
  228. text-align: center;
  229. color: #333333;
  230. padding-top: 0.19rem;
  231. }
  232. .activation-code {
  233. width: 5.8rem;
  234. height: 0.8rem;
  235. background: pink;
  236. margin: 0.5rem 0.5rem 0;
  237. border: 1px solid #E6E6E6;
  238. border-radius: 0.2rem;
  239. }
  240. .donwlond-code {
  241. width: 4rem;
  242. height: 0.8rem;
  243. /* margin-left: 1.4rem; */
  244. margin: 0.39rem 1.4rem 0;
  245. }
  246. .take-code {
  247. font-size: 0.24rem;
  248. color: #333333;
  249. text-align: center;
  250. margin-top: 0.2rem;
  251. }
  252. .close {
  253. position: absolute;
  254. width: 0.7rem;
  255. height: 0.7rem;
  256. bottom: 3.65rem;
  257. left: 3.4rem;
  258. display: none;
  259. }
  260. .viedo-game {
  261. position: absolute;
  262. /* top: 50%; */
  263. display: none;
  264. z-index: 999;
  265. }
  266. .pop_video_bg {
  267. position: fixed;
  268. width: 100%;
  269. z-index: 2;
  270. left: 0;
  271. top: 0;
  272. height: 100%;
  273. display: none;
  274. background-color: rgba(0,0,0,.7);
  275. }
  276. #toast-container>.toast-error {
  277. background-image: none !important;
  278. border-radius: 0.2rem;
  279. }
  280. .toast-error {
  281. background-color: rgba(0, 0, 0, 0.8);
  282. border-radius: 0.2rem;
  283. }
  284. #toast-container>div {
  285. font-size: 14px;
  286. min-width: 80px !important;
  287. padding: 12px !important;
  288. box-shadow: none;
  289. border-radius: 0.2rem;
  290. }
  291. .toast-center-center {
  292. position: fixed;
  293. min-width: 220px;
  294. top: 50%;
  295. left: 50%;
  296. text-align: center;
  297. transform: translateX(-50%);
  298. color: #FFFFFF;
  299. border-radius: 0.2rem;
  300. }
  301. @media (max-width: 480px) and (min-width: 241px) {
  302. #toast-container>div {
  303. min-width: 80px !important;
  304. width: auto;
  305. }
  306. }