.user-edit{
	background-color: #FFFFFF;
	&_ul{
		padding-top: 20rpx;
		position: fixed;
		left: 0;
		right: 0;
		background-color: #FFFFFF;
		z-index: 99;
		&-scroll{
			&-box{
				flex-direction: row;
			}
			&-li{
				flex: 1;
				flex-direction: column;
				align-items: center;
				padding: 0 12px;
				height: 60rpx;
				&_text{
					flex: 1;
					color: #797c81;
					font-size: 34rpx;
				}
				&_line{
					height: 8rpx;
					border-radius: 8rpx;
					background-color: #FFFFFF;
				}
				&_activtext{
					color: #000000;
				}
				&_activline{
					background-color: #3981f7;
				}
			}
		}
	}
}