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.

346 lines
2.0 KiB

3 years ago
3 years ago
3 years ago
3 years ago
/* pages/release/index.wxss */
3 years ago
.auth-btn-box{
width: 100%;
margin-top: 300rpx;
}
.auth-btn{
width: 310rpx;
height: 101rpx;
3 years ago
background: -webkit-linear-gradient(313deg, #FFCDB8 0%, #FF9060 100%);
3 years ago
background: linear-gradient(137deg, #FFCDB8 0%, #FF9060 100%);
border-radius: 12rpx;
3 years ago
display: -webkit-box;
display: -webkit-flex;
3 years ago
display: flex;
3 years ago
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
3 years ago
color: #fff;
margin-bottom: 50rpx;
}
.auth-btn image{
width: 32rpx;
height: 32rpx;
3 years ago
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
3 years ago
}
.bgG{
3 years ago
background: -webkit-linear-gradient(313deg, #BFD7F9 0%, #A8C8F6 100%);
3 years ago
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;
3 years ago
font-size: 26rpx;
3 years ago
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{
3 years ago
-webkit-filter: grayscale(1);
filter: grayscale(1);
3 years ago
}
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;
3 years ago
}