index.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. /**index.wxss**/
  2. .container {
  3. background-color: #ffffff;
  4. position: relative;
  5. height: 100%;
  6. width: 100%;
  7. /* background-image: url(https://culture.4dage.com/demo/meta_fdkk/bg.jpg); */
  8. background-position: center bottom;
  9. background-size: cover;
  10. }
  11. .container>video {
  12. height: 100%;
  13. width: 100%;
  14. position: absolute;
  15. z-index: 1;
  16. background: none;
  17. top: 0;
  18. left: 0;
  19. transition: all ease 0.5s;
  20. }
  21. .uigather {
  22. position: fixed;
  23. z-index: 99;
  24. display: flex;
  25. flex-direction: column;
  26. align-items: center;
  27. justify-content: flex-start;
  28. height: 100%;
  29. top: 10%;
  30. width: 100%;
  31. }
  32. .uigather image {
  33. width: 100%;
  34. pointer-events: none;
  35. }
  36. .uigather .index2 {
  37. margin-top: 10%;
  38. width: 80%;
  39. }
  40. .uigather .index3 {
  41. position: absolute;
  42. bottom: 0;
  43. left: 50%;
  44. transform: translateX(-50%);
  45. }
  46. .uigather .logo {
  47. position: absolute;
  48. bottom: 2%;
  49. width: 50%;
  50. left: 50%;
  51. transform: translateX(-50%);
  52. }
  53. .getUserInfo {
  54. position: absolute;
  55. bottom: 32%;
  56. left: 50%;
  57. pointer-events: auto !important;
  58. z-index: 999;
  59. transform: translateX(-50%);
  60. text-align: center;
  61. max-width: 56%;
  62. width: 100%;
  63. }
  64. .getUserInfo .nameinput {
  65. background-image: url(https://app.4dage.com/metaverse/assets/bg_tool.png);
  66. background-size: 100% 100%;
  67. margin: 0 auto 20rpx;
  68. height: 70rpx;
  69. line-height: 70rpx;
  70. color: antiquewhite;
  71. width: 80%;
  72. }
  73. .getUserInfo>.bangding {
  74. background-image: url(https://app.4dage.com/metaverse/assets/btn1.png);
  75. background-size: 100% 100%;
  76. background-color: none;
  77. padding: 0 40rpx;
  78. white-space: nowrap;
  79. height: 80rpx;
  80. width: 80%;
  81. margin: 0 auto;
  82. text-align: center;
  83. color: rgb(27, 27, 27);
  84. display: flex;
  85. justify-content: center;
  86. align-items: center;
  87. font-size: 36rpx;
  88. box-sizing: border-box;
  89. padding: 0;
  90. }
  91. .getUserInfo> text {
  92. font-size: 24rpx;
  93. display: inline-block;
  94. width: 100%;
  95. color: #fff;
  96. text-align: center;
  97. margin-top: 8px;
  98. line-height: 1.5;
  99. }
  100. .bangding::after{
  101. border: none;
  102. }
  103. @media only screen and (min-width: 768px) and (max-width:1199px) {
  104. .uigather .index2 {
  105. margin-top: -8%;
  106. }
  107. .getUserInfo {
  108. position: absolute;
  109. bottom: 22%;
  110. left: 50%;
  111. pointer-events: auto !important;
  112. z-index: 999;
  113. transform: translateX(-50%);
  114. max-width: 60%;
  115. }
  116. .getUserInfo>view {
  117. background-image: url(https://culture.4dage.com/demo/meta_fdkk/button.png);
  118. background-size: 100% 100%;
  119. background-color: none;
  120. white-space: nowrap;
  121. height: 100rpx;
  122. text-align: center;
  123. color: #fff;
  124. display: flex;
  125. justify-content: center;
  126. align-items: center;
  127. font-size: 36rpx;
  128. font-weight: bold;
  129. width: 100%;
  130. }
  131. }