武田基因病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.

83 lines
1.1 KiB

1 year ago
.page {
width: 100vw;
}
.page-click1 {
1 year ago
position: absolute;
1 year ago
top: 500rpx;
left: 0;
z-index: 1;
width: 750rpx;
height: 200rpx;
background-color: transparent;
}
.page-click2 {
1 year ago
position: absolute;
1 year ago
top: 1080rpx;
left: 0;
z-index: 1;
width: 750rpx;
height: 500rpx;
background-color: transparent;
}
1 year ago
.page-click3 {
position: fixed;
top: 708rpx;
left: 0;
z-index: 1;
width: 750rpx;
height: 360rpx;
background-color: transparent;
}
1 year ago
.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;
}