index.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  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: 40%;
  62. }
  63. .getUserInfo .nameinput {
  64. background: #fff;
  65. margin-bottom: 20rpx;
  66. height: 70rpx;
  67. line-height: 70rpx;
  68. }
  69. .getUserInfo>view {
  70. background-image: url(https://app.4dage.com/metaverse/assets/btn.png);
  71. background-size: 100% 100%;
  72. background-color: none;
  73. padding: 0 40rpx;
  74. white-space: nowrap;
  75. height: 80rpx;
  76. width: 100%;
  77. text-align: center;
  78. color: rgb(27, 27, 27);
  79. display: flex;
  80. justify-content: center;
  81. align-items: center;
  82. font-size: 36rpx;
  83. box-sizing: border-box;
  84. }
  85. @media only screen and (min-width: 768px) and (max-width:1199px) {
  86. .uigather .index2 {
  87. margin-top: -8%;
  88. }
  89. .getUserInfo {
  90. position: absolute;
  91. bottom: 22%;
  92. left: 50%;
  93. pointer-events: auto !important;
  94. z-index: 999;
  95. transform: translateX(-50%);
  96. max-width: 60%;
  97. }
  98. .getUserInfo>view {
  99. background-image: url(https://culture.4dage.com/demo/meta_fdkk/button.png);
  100. background-size: 100% 100%;
  101. background-color: none;
  102. white-space: nowrap;
  103. height: 100rpx;
  104. text-align: center;
  105. color: #fff;
  106. display: flex;
  107. justify-content: center;
  108. align-items: center;
  109. font-size: 36rpx;
  110. font-weight: bold;
  111. width: 100%;
  112. }
  113. }