set.scss 1.2 KB
.set-page {
	padding: 0rpx 30rpx;
	height: 100vh;
	background-color: #f8f9fa;
	.submit {
		margin-top: 60rpx;
		color: #fff;
		width: 100%;
		border: none;
		border-radius: 40rpx;
	}
}
.set-main {
	border-radius: 10px;
	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 {
		font-size: 14px;
		font-family: PingFangSC-Regular, PingFang SC;
		font-weight: 400;
		color: #666666;
	}
}
.basic-main {
	background-color: #ffffff;
	border-radius: 10px;
	margin-top: 20rpx;
	padding-left: 15rpx;
}
.basic-bottom {
	width: 750rpx;
	justify-content: space-between;
	.item {
		width: 318rpx;
	}
}

.logout-main {
	flex-direction: column;
	height: 300rpx;
	margin: 30rpx 40rpx;
	background: #f5f5f5;
	border-radius: 20rpx;
	.main {
		width: 669rpx;
		height: 100rpx;
		border-bottom: 1rpx solid #d6d6d6;
		text-align: center;
		line-height: 86rpx;
	}
	.main1 {
		width: 669rpx;
		height: 100rpx;
		text-align: center;
		line-height: 86rpx;
	}
}