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.
64 lines
879 B
64 lines
879 B
.page { |
|
width: 100vw; |
|
padding-bottom: 100rpx; |
|
} |
|
.page-click1 { |
|
position: absolute; |
|
top: 212rpx; |
|
left: 0; |
|
z-index: 1; |
|
width: 750rpx; |
|
height: 124rpx; |
|
background-color: transparent; |
|
} |
|
|
|
.tabbar { |
|
position: fixed; |
|
bottom: 0; |
|
left: 0; |
|
z-index: 2; |
|
width: 100vw; |
|
padding-bottom: 20rpx; |
|
background-color: #fff; |
|
.tabbar-img { |
|
width: 100%; |
|
} |
|
.tabbar-wrap { |
|
position: absolute; |
|
top: 0; |
|
left: 0; |
|
width: 100%; |
|
height: 100%; |
|
display: flex; |
|
justify-content: space-between; |
|
align-items: center; |
|
.tabbar-click { |
|
flex: 1; |
|
height: 160rpx; |
|
} |
|
} |
|
} |
|
|
|
.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; |
|
}
|
|
|