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.2 KiB

page {
background-color: #21be8d;
}
.main-layout {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
.userinfo {
width: 85%;
height: 900rpx;
display: flex;
background-color: #fff;
flex-direction: column;
align-items: center;
border-radius: 8px;
margin-top: 85rpx;
}
.pay-icon {
width: 160rpx;
height: 160rpx;
margin-top: 60rpx;
margin-bottom: 10rpx;
}
.pop-image {
width: 85vw;
height: 105vw;
}
.pay-text {
color: #21be8d;
font-size: 20px;
/* font-weight:bold; */
}
.tip-text {
color: #333;
font-size: 14px;
text-align: center;
margin: 60rpx;
}
.btn-invite {
color: #fff;
background: #1eba84;
border-radius: 40px;
text-align: center;
font-size: 18px;
height: 80rpx;
line-height: 80rpx;
width: 80%;
margin: 0 auto;
margin-top: 80rpx;
}
.btn-info {
color: #333;
background: #fff;
border-radius: 40px;
text-align: center;
font-size: 18px;
height: 80rpx;
line-height: 80rpx;
width: 80%;
margin: 0 auto;
margin-top: 50rpx;
border: 2rpx solid #1eba84;
}
.title_img {
width: 200rpx;
height: 36rpx;
margin-top: 80rpx;
}
.tiny {
background: rgba(30, 30, 40, 0.7) !important;
}