.select { background-color: #f4f4f4; min-height: 100vh; } .select .addQrcode-list { height: 120rpx; display: flex; justify-content: space-between; padding: 15rpx; border-bottom: 1rpx solid #dcdcdc; font-size: 24rpx; } .select .addQrcode-list .fr { line-height: 120rpx; color: #0066CC; } .select .select-title { height: 60rpx; line-height: 100rpx; display: flex; justify-content: space-between; padding: 0 30rpx; font-size: 28rpx; } .select .menu { background-color: #fff; display: flex; } .select .menu view { width: 50%; text-align: center; height: 100rpx; line-height: 100rpx; } .select .menu view.active { color: #fff; } .select .menu view.active ._span { color: #333333; border-bottom: 2px solid #487CFF; padding: 16rpx; height: 100rpx; line-height: 100rpx; }