/* 报班通知 */ page { height: 100%; background-color: #f2f2f2; font-family: 'PingFangSC-Regular, PingFang SC'; } .registration { &-list { padding: 26rpx 30rpx; margin-top: 88rpx; &-item { background-color: #fff; padding: 36rpx 32rpx; margin-bottom: 20rpx; border-radius: 10rpx; display: flex; .left { height: 224rpx; margin-right: 22rpx; border: solid 1px #E0E0E0; border-radius: 10rpx; padding: 2rpx; } .right { width: calc(100% - 204rpx); line-height: 50rpx; .name { font-size: 34rpx; color: #373737; font-weight: 500; } .school { font-size: 24rpx; color: #525252; } .content { overflow: hidden; text-overflow:ellipsis; white-space: nowrap; width: 100%; } .button { background-color: #709078; width: 120rpx; height: 50rpx; line-height: 50rpx; text-align: center; border-radius: 40rpx; font-size: 24rpx; color: #fff; margin-top: 20rpx; } .end { background-color: #CECECE; } } } } }