You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

32 lines
609 B

page{
background-color: #fff;
}
.platfrom{
width: 100vw;
height: 100vh;
background-image: url("https://zsy-m.mianyang.cn/upload/2022/06/13/bf5833c6-763b-493f-b97e-3793ee51bdc5.jpg");
background-repeat: no-repeat;
background-position-x: center;
background-position-y: center;
background-size:100% 100%;
position: relative;
.VR{
width: 320rpx;
height: 76rpx;
background: #1E88FE;
border-radius: 38px;
position: absolute;
bottom: 60rpx;
left: 220rpx;
display: flex;
justify-content: center;
align-items: center;
font-size: 30rpx;
font-weight: 500;
color: #FFFFFF;
}
}