.memberList { position: relative; height: 100vh; background: #F5F6F7; display: flex; flex-direction: column; .weui-navigation-bar { position: relative; z-index: 2; } .appBg { position: absolute; left: 0; top: 0; width: 100%; height: 592rpx; background: url("https://oss.dayaedu.com/ktyq/1738997023805.png") no-repeat; background-size: 100% 100%; z-index: 1; } .memberListCon { position: relative; z-index: 2; flex-grow: 1; padding-bottom: 200rpx; padding-top: 36rpx; overflow: hidden; .memberInfo { margin: 0 26rpx; background: #FFFFFF; border-radius: 20rpx; padding: 24rpx 24rpx 32rpx; margin-bottom: 24rpx; border: 3rpx solid transparent; &.active { border-color: #0AAF20; } &:last-child { margin-bottom: 0; } .infoCon { display: flex; align-items: center; font-weight: 600; font-size: 28rpx; color: #131415; line-height: 40rpx; .tip { flex-shrink: 0; width: 44rpx; height: 44rpx; } .name{ margin-left: 16rpx; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .phone { flex-shrink: 0; margin-left: 16rpx; } } .schoolInfoCon { margin-top: 20rpx; .schoolInfo { margin-right: 8rpx; border-radius: 4rpx; border: 1.6rpx solid rgba(243, 131, 9, 0.5); padding: 2rpx 6rpx; font-weight: 400; font-size: 20rpx; color: #F38309; line-height: 32rpx; } .schoolInfoDes { font-weight: 400; font-size: 24rpx; color: #777777; line-height: 32rpx; word-break: break-all; } } .operateCon { margin-top: 32rpx; display: flex; justify-content: space-between; align-items: center; .radio { display: flex; align-items: center; image { width: 32rpx; height: 32rpx; } text { margin-left: 12rpx; font-weight: 400; font-size: 24rpx; color: #777777; line-height: 32rpx; } } .operate { display: flex; align-items: center; view { background: #F2F2F2; border-radius: 24rpx; padding: 6rpx 24rpx; font-weight: 400; font-size: 24rpx; color: #333333; line-height: 34rpx; &:first-child { margin-right: 24rpx; } } } } } .empty-box { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -70%); image { width: 375rpx; height: 250rpx; } .empty-text { font-weight: 400; font-size: 28rpx; color: #AAAAAA; line-height: 40rpx; text-align: center; padding-top: -24rpx; } } } .submitCon { z-index: 10; position: fixed; left: 0; bottom: 0; padding: 32rpx 40rpx 56rpx; width: 100%; box-sizing: border-box; background: #FFFFFF; box-shadow: 0rpx -2rpx 24rpx 0rpx rgba(0, 0, 0, 0.1); border-radius: 32rpx 32rpx 0rpx 0rpx; .subBtn { width: 100%; height: 88rpx; font-weight: 600; font-size: 32rpx; color: #FFFFFF; line-height: 88rpx; background: url("https://oss.dayaedu.com/ktyq/1738898417485.png") no-repeat; background-size: 100% 100%; display: flex; align-items: center; justify-content: center; image { width: 40rpx; height: 40rpx; margin-right: 12rpx; } } } .popup-section { .popup-mask { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.6); z-index: 99999; } .popup-container { position: fixed; left: 0; right: 0; top: 50%; transform: translateY(-50%); z-index: 999999; margin: 0 100rpx; padding: 50rpx 0 40rpx 0; background: #FFFFFF; border-radius: 32rpx; .tit { font-weight: 600; font-size: 32rpx; color: #000000; line-height: 44rpx; text-align: center; } .btnCon { display: flex; justify-content: center; margin-top: 50rpx; view { font-weight: 400; font-size: 28rpx; color: #000000; line-height: 36rpx; padding: 16rpx 72rpx; border-radius: 36rpx; border: 2rpx solid #DCDCDC; &:last-child { margin-left: 32rpx; background: #000000; color: #fff; border-color: transparent; } } } } } }