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.

92 lines
1.4 KiB

3 years ago
/* pages/release/index.wxss */
.auth-btn-box{
width: 100%;
margin-top: 300rpx;
}
.auth-btn{
width: 310rpx;
height: 101rpx;
background: linear-gradient(137deg, #FFCDB8 0%, #FF9060 100%);
border-radius: 12rpx;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
margin-bottom: 50rpx;
}
.auth-btn image{
width: 32rpx;
height: 32rpx;
transform: rotate(180deg);
}
.bgG{
background: linear-gradient(137deg, #BFD7F9 0%, #A8C8F6 100%);
}
.posi{
position: absolute;
width: 100%;
bottom: 100rpx;
}
3 years ago
.top30{
bottom: 30%;
}
3 years ago
.tips-box{
/* margin-top: 15%; */
}
.tips{
color: #FF0000;
font-size: 20rpx;
padding-left: 54rpx;
3 years ago
margin-bottom: 10rpx;
3 years ago
}
.icon{
width: 26rpx;
height: 26rpx;
border: 1rpx solid #FF0000;
text-align: center;
line-height: 22rpx;
border-radius: 50%;
font-size: 20rpx;
margin-right: 10rpx;
}
.btn-box{
width: 100%;
padding: 0 36rpx;
margin-top: 28rpx;
}
3 years ago
.btn{
width: 320rpx;
height: 378rpx;
position: relative;
}
3 years ago
.btn-box image{
width: 320rpx;
height: 378rpx;
3 years ago
position: absolute;
left: 0;
top: 0;
3 years ago
}
.btn-box .default{
filter: grayscale(1);
}
3 years ago
.btn .tip{
color: #9C9C9C;
font-weight: 500;
font-size: 32rpx;
position: relative;
left: 0;
top: 70rpx;
text-align: center;
z-index: 3;
}
.btn .auth{
color: #1D1D1D;
}
3 years ago
.close {
text-align: center;
}
.close image{
width: 88rpx;
height: 88rpx;
}