set.scss 732 Bytes
.set-page {
	padding: 0rpx 30rpx;
	.submit {
		margin-top: 60rpx;
		color: #fff;
		width: 100%;
		border: none;
		border-radius: 40rpx;
	}
}
.set-main {
	border-radius: 20px;
	margin-top: 37rpx;
	padding-left: 15rpx;
	justify-content: space-between;
	width: 690rpx;
	height: 200rpx;
	background-color: #ffffff;
	.main-image {
		.image {
			border-radius: 50px;
			width: 130rpx;
			height: 130rpx;
		}
	}
	.main-right-image {
		margin-right: 40rpx;
		.image {
			width: 13rpx;
			height: 17rpx;
		}
	}
}
.basic-text {
	.text {
		color: #8f9ca2;
		font-size: 14px;
	}
}
.basic-main {
	background-color: #ffffff;
	border-radius: 20px;
	margin-top: 20rpx;
	padding-left: 15rpx;
}
.basic-bottom {
	width: 500rpx;
	margin-left: 86rpx;
}