123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251 |
- .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 {
- width: 44rpx;
- height: 44rpx;
- flex-shrink: 0;
- }
- .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(15, 179, 96, 0.5);
- padding: 2rpx 6rpx;
- font-weight: 400;
- font-size: 20rpx;
- color: #0FB360;
- 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;
- }
- }
- }
- }
- }
- }
|