123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147 |
- /**index.wxss**/
- .container {
- background-color: #ffffff;
- position: relative;
- height: 100%;
- width: 100%;
- /* background-image: url(https://culture.4dage.com/demo/meta_fdkk/bg.jpg); */
- background-position: center bottom;
- background-size: cover;
- }
- .container>video {
- height: 100%;
- width: 100%;
- position: absolute;
- z-index: 1;
- background: none;
- top: 0;
- left: 0;
- transition: all ease 0.5s;
- }
- .uigather {
- position: fixed;
- z-index: 99;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: flex-start;
- height: 100%;
- top: 10%;
- width: 100%;
- }
- .uigather image {
- width: 100%;
- pointer-events: none;
- }
- .uigather .index2 {
- margin-top: 10%;
- width: 80%;
- }
- .uigather .index3 {
- position: absolute;
- bottom: 0;
- left: 50%;
- transform: translateX(-50%);
- }
- .uigather .logo {
- position: absolute;
- bottom: 2%;
- width: 50%;
- left: 50%;
- transform: translateX(-50%);
- }
- .getUserInfo {
- position: absolute;
- bottom: 32%;
- left: 50%;
- pointer-events: auto !important;
- z-index: 999;
- transform: translateX(-50%);
- text-align: center;
- max-width: 56%;
- width: 100%;
- }
- .getUserInfo .nameinput {
- background-image: url(https://app.4dage.com/metaverse/assets/bg_tool.png);
- background-size: 100% 100%;
- margin: 0 auto 20rpx;
- height: 70rpx;
- line-height: 70rpx;
- color: antiquewhite;
- width: 80%;
- }
- .getUserInfo>.bangding {
- background-image: url(https://app.4dage.com/metaverse/assets/btn1.png);
- background-size: 100% 100%;
- background-color: none;
- padding: 0 40rpx;
- white-space: nowrap;
- height: 80rpx;
- width: 80%;
- margin: 0 auto;
- text-align: center;
- color: rgb(27, 27, 27);
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 36rpx;
- box-sizing: border-box;
- padding: 0;
- }
- .getUserInfo> text {
- font-size: 24rpx;
- display: inline-block;
- width: 100%;
- color: #fff;
- text-align: center;
- margin-top: 8px;
- line-height: 1.5;
- }
- .bangding::after{
- border: none;
- }
- @media only screen and (min-width: 768px) and (max-width:1199px) {
- .uigather .index2 {
- margin-top: -8%;
- }
- .getUserInfo {
- position: absolute;
- bottom: 22%;
- left: 50%;
- pointer-events: auto !important;
- z-index: 999;
- transform: translateX(-50%);
- max-width: 60%;
- }
- .getUserInfo>view {
- background-image: url(https://culture.4dage.com/demo/meta_fdkk/button.png);
- background-size: 100% 100%;
- background-color: none;
- white-space: nowrap;
- height: 100rpx;
- text-align: center;
- color: #fff;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 36rpx;
- font-weight: bold;
- width: 100%;
- }
- }
|