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.
72 lines
1017 B
72 lines
1017 B
.page { |
|
width: 100vw; |
|
} |
|
.page-click0 { |
|
position: absolute; |
|
top: 223rpx; |
|
left: 0; |
|
z-index: 1; |
|
width: 750rpx; |
|
height: 260rpx; |
|
background-color: transparent; |
|
} |
|
.page-click1 { |
|
position: absolute; |
|
top: 523rpx; |
|
left: 0; |
|
z-index: 1; |
|
width: 750rpx; |
|
height: 230rpx; |
|
background-color: transparent; |
|
} |
|
.page-click2 { |
|
position: absolute; |
|
top: 768rpx; |
|
left: 0; |
|
z-index: 1; |
|
width: 33vw; |
|
height: 240rpx; |
|
background-color: transparent; |
|
} |
|
.page-click3 { |
|
position: absolute; |
|
top: 768rpx; |
|
left: 33vw; |
|
z-index: 1; |
|
width: 34vw; |
|
height: 240rpx; |
|
background-color: transparent; |
|
} |
|
.page-click4 { |
|
position: absolute; |
|
top: 768rpx; |
|
right: 0; |
|
z-index: 1; |
|
width: 33vw; |
|
height: 240rpx; |
|
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; |
|
}
|
|
|