/* pages/addclass/addclass.wxss */ .course-icon{ margin-left: 2px; margin-right: 12px; } .course-list{ display: flex; flex-direction: column; margin: 0 -12px } .course-item{ align-items: center; background: white; padding: 30rpx 12px; border-bottom: 1rpx solid #EEE; position: relative; } .course-item:after { content: '加入>'; display: block; position: absolute; right: 2rpx; top: 50%; height: 40rpx; line-height: 40rpx; margin-top: -20rpx; margin-right: 20rpx; color: #999; } .course-name{ vertical-align: middle; margin-right: 80rpx; } .none-content{ align-self: center; } view.none-content{ direction: flex; flex-direction: column; } text.none-content{ font-size: 16px; margin-top: 32rpx; } image.none-content{ margin-top: 120rpx; height: 160rpx; width: 180rpx; } .code-input{ border-radius: 10rpx; border: 1rpx solid; height: 36px; margin-bottom: 24rpx; padding-left: 16rpx; } lable.identity{ margin-right: 16rpx; } .loading{ padding-top: 16rpx; text-align: center; }