76 lines
1.2 KiB
Plaintext
76 lines
1.2 KiB
Plaintext
/* packageC/member/visit/Inviter/Inviter.wxss */
|
|
page {
|
|
background: #fff;
|
|
}
|
|
|
|
.inviter {
|
|
padding-top: 40px;
|
|
background: #fff;
|
|
text-align: center;
|
|
}
|
|
|
|
.inviter .hidden .mint-button-icon .mintui-back {
|
|
font-size: 0 !important;
|
|
}
|
|
|
|
.inviter .content .content_a {
|
|
font-size: 36rpx;
|
|
font-weight: bold;
|
|
margin: 80rpx auto;
|
|
}
|
|
|
|
.inviter .content .ueser .header {
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
border-radius: 60rpx;
|
|
overflow: hidden;
|
|
margin: 20rpx auto 0;
|
|
}
|
|
|
|
.inviter .content .ueser .header image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.inviter .content .ueser .ueser_a {
|
|
font-size: 32rpx;
|
|
color: #8c8c8c;
|
|
line-height: 60rpx;
|
|
}
|
|
|
|
.inviter .content .ueser .ueser_b {
|
|
font-size: 36rpx;
|
|
line-height: 60rpx;
|
|
}
|
|
|
|
.inviter .content .btn {
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.inviter .content .btn .button {
|
|
width: 540rpx;
|
|
height: 90rpx;
|
|
border-radius: 60rpx;
|
|
color: #fff;
|
|
margin: 20rpx auto;
|
|
border: none;
|
|
font-size: 36rpx;
|
|
line-height: 90rpx;
|
|
}
|
|
|
|
.inviter .content .btn .button.affirm {
|
|
background: #f15353;
|
|
}
|
|
|
|
.inviter .content .btn .button.error {
|
|
border: solid 2rpx #f15353;
|
|
color: #f15353;
|
|
}
|
|
|
|
.inviter .content .content_b {
|
|
margin: 20rpx auto;
|
|
width: 540rpx;
|
|
font-size: 28rpx;
|
|
color: #8c8c8c;
|
|
}
|