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

31 lines
599 B

page {
height: 100vh;
overflow: hidden;
}
.page {
position: relative;
2 months ago
height: 1624rpx;
.poster {
width: 100%;
height: 100vh;
}
.btn {
position: absolute;
2 months ago
bottom: 220rpx;
left: 50%;
transform: translateX(-50%);
margin: 36rpx auto;
padding: 18rpx 44rpx;
font-size: 36rpx;
line-height: 48rpx;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
color: rgba(255, 255, 255, 1);
border-radius: 64rpx 64rpx 64rpx 64rpx;
border: 1px solid rgba(255, 255, 255, 1);
box-sizing: border-box;
}
}