index.scss 1.36 KB
.realName-authentication{
	.tips{
		height: 60rpx;
		width: 100%;
		background: #FAF4DE;
		color: #EA8A57;
		font-size: 22rpx;
		display: flex;
		align-items: center;
	}
	.tips::before{
		content: '';
		display: block;
		width:10rpx ;
		height: 10rpx;
		border-radius: 50%;
		background: #E88649;
		margin: 0 20rpx;
	}
	.content{
		height: 136rpx;
		background: #FFFFFF;
		border-radius: 24rpx;
		border-radius: 20rpx;
		font-size: 24rpx;
		color: #919191;
		margin: 21rpx;
		padding: 40rpx 36rpx;
	}
	.form{
		background: #FFFFFF;
		border-radius: 24rpx;
		border-radius: 20rpx;
		padding: 0 24rpx;
		margin: 0 21rpx;
		.name-item,.identify-item{
			display: flex;
			align-items: center;
			justify-content: space-between;
			height: 104rpx;
			.label{
				font-size: 30rpx;
				font-weight: bold;
			}
			.input-box{
				display: flex;
				.uni-input{
					text-align: right;
				}
				.uni-icon{
					width: 48rpx;
					height: 48rpx;
				}
			}
			
		}
		.name-item{
			border-bottom: 2rpx solid #F4F4F4;
		}
	}
	.footer{
		position: fixed;
		width: 100%;
		height: 164rpx;
		background: #FFFFFF;
		bottom: 0;
		.btn{
			width: 400rpx;
			height:88rpx;
			background: #CCCCCC;
			border-radius: 44rpx;
			text-align: center;
			line-height: 88rpx;
			color: white;
			font-size: 30rpx;
			margin: 17rpx auto;
		}
		.btn.active{
			background-color:#E84134 ;
			color: white;
		}
	}
}