mrr.sj.front/unpackage/dist/dev/mp-weixin/pages/share/syrandsjshare.wxss

94 lines
1.4 KiB
Plaintext

.share-page {
padding-bottom: 30rpx;
}
.invite {
margin: 24rpx;
padding: 48rpx;
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: center;
background-color: #fff;
border-radius: 12rpx;
}
.invite-num {
font-size: 32rpx;
color: #333333;
font-weight: 500;
margin-bottom: 16rpx;
}
.invite-tit {
font-size: 24rpx;
color: #858585;
}
.qrcode-box {
width: 360rpx;
height: 360rpx;
border-radius: 16rpx;
border: 6rpx solid #E8101E;
margin-top: 34rpx;
}
.invite-lists {
margin: 24rpx;
background-color: #fff;
border-radius: 12rpx;
}
.invite-lists-tit {
display: block;
font-size: 32rpx;
font-weight: 500;
color: #333333;
padding: 32rpx 0;
text-align: center;
border-bottom: 1rpx solid rgba(0, 0, 0, 0.05);
}
.invite-lists-cont {
padding: 24rpx;
}
.invite-list-tit,.invite-list-item {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
margin-bottom: 32rpx;
}
.invite-list-item:last-child {
margin-bottom: 0;
}
.title {
font-size: 28rpx;
color: #333333;
text-align: center;
}
.item-title {
font-size: 24rpx;
color: #333333;
text-align: center;
}
.tit1 {
min-width: 140rpx;
}
.tit2 {
min-width: 150rpx;
}
.tit3 {
min-width: 114rpx;
}
.tit4 {
min-width: 226rpx;
}
.nothing-box {
padding: 150rpx 0;
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
}
.nothing-text {
font-size: 24rpx;
font-weight: 400;
color: #9E9E9E;
}