武田基因病B开发环境
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.

46 lines
578 B

1 year ago
.page {
width: 100vw;
}
.page-click1 {
1 year ago
position: absolute;
3 weeks ago
top: 163rpx;
1 year ago
left: 0;
z-index: 1;
width: 750rpx;
3 weeks ago
height: 430rpx;
1 year ago
background-color: transparent;
}
.page-click2 {
1 year ago
position: absolute;
3 weeks ago
top: 600rpx;
1 year ago
left: 0;
z-index: 1;
width: 750rpx;
3 weeks ago
height: 430rpx;
1 year ago
background-color: transparent;
}
1 year ago
.float1 {
position: fixed;
bottom: 0;
left: 0;
z-index: 3;
width: 100vw;
}
.float2 {
position: fixed;
bottom: 0;
left: 0;
z-index: 3;
width: 100vw;
}
.float3 {
position: fixed;
bottom: 0;
left: 0;
z-index: 3;
width: 100vw;
}