You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

168 lines
3.1 KiB
Plaintext

page {
background: #f8f8f8;
}
.main {
position: relative;
width: 100%;
height: 1451rpx;
background: #f8f8f8;
.btn-box {
position: absolute;
top: 1236rpx;
width: 100vw;
display: flex;
flex-direction: column;
align-items: center;
.btn {
width: 270rpx;
height: 90rpx;
background: #000000;
border-radius: 45rpx;
color: #fff;
line-height: 90rpx;
text-align: center;
font-size: 32rpx;
font-family: PingFang SC;
font-weight: bold;
color: #ffffff;
// left: calc(50% - 135rpx);
// margin-bottom: 40rpx;
}
}
}
// /* 当设备屏幕宽度小于等于750px时应用该样式 */
// @media screen and (max-height: 736rpx) {
// .absolutely {
// height: 120vh !important;
// }
// }
.absolutely {
width: 100%;
height: 100%;
// height: 726px;
}
.main .logo {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
background: #fff;
}
.main .logo image {
width: 218rpx;
border-radius: 0;
}
.main .middle {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.main .logo_middle {
width: 453rpx;
height: 182rpx;
/*box-shadow: 6rpx 8rpx 40rpx 6rpx rgba(0, 0, 0, 0.41);*/
margin-bottom: 76rpx;
}
.main .middle .title {
width: 100%;
height: 38rpx;
font-size: 40rpx;
font-weight: 400;
color: #ffffff;
line-height: 60rpx;
text-align: center;
}
.main .bg {
position: absolute;
top: 0;
z-index: -1;
width: 100%;
height: 100%;
}
.main .bg .bg_item {
display: block;
width: 100%;
height: 100%;
}
.body {
position: relative;
background: #f8f8f8;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
.cover {
display: inline-block;
width: 660rpx;
height: 920rpx;
// height: 820rpx;
border-radius: 50rpx;
margin-top: 48rpx;
// margin-bottom: 9rpx;
}
.bottom-card {
position: relative;
display: inline-table;
width: 660rpx;
height: 474rpx;
background: linear-gradient(0deg, #f8f8f8 0%, #efefef 100%);
border-radius: 50rpx;
padding-bottom: env(safe-area-inset-bottom);
box-sizing: border-box;
.text {
font-size: 48rpx;
font-family: PingFang SC;
font-weight: 400;
color: #000000;
line-height: 60rpx;
margin-top: 80rpx;
}
.txt {
font-size: 26rpx;
font-weight: 400;
color: #666;
margin-top: 40rpx;
}
.indicator {
display: inline-flex;
width: 360rpx;
height: 2rpx;
background: transparent;
margin-top: 200rpx;
.dot {
display: inline-flex;
flex: 1;
height: 100%;
background: #fff;
transition-duration: 0.5s;
margin-right: 4rpx;
}
.bg-show {
background: #666;
}
}
}
// .footer {
// margin-top: 59rpx;
// flex-direction: column;
// padding-bottom: calc(44rpx + env(safe-area-inset-bottom));
// // box-sizing: border-box;
// // padding-bottom: env(safe-area-inset-bottom);
// }
}