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.
45 lines
578 B
45 lines
578 B
.page { |
|
width: 100vw; |
|
} |
|
.page-click1 { |
|
position: absolute; |
|
top: 163rpx; |
|
left: 0; |
|
z-index: 1; |
|
width: 750rpx; |
|
height: 430rpx; |
|
background-color: transparent; |
|
} |
|
.page-click2 { |
|
position: absolute; |
|
top: 600rpx; |
|
left: 0; |
|
z-index: 1; |
|
width: 750rpx; |
|
height: 430rpx; |
|
background-color: transparent; |
|
} |
|
|
|
.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; |
|
}
|
|
|