acount.scss 479 Bytes
.acount_main {
	background: #f7f7f7;
	height: 100vh;
	width: 100%;
	.top_info {
		height: 80%;
	}
	.acount_logout {
		height: 20%;
		display: flex;
		width: 100%;
		align-items: center;
		.logout_btn {
			margin: 20rpx 40rpx;
			height: 80rpx;
			width: calc(100% - 80rpx);
			background: #fff;
			border-radius: 1.06667vw;
			line-height: 10.66667vw;
			text-align: center;
			font-family: PingFangSC-Regular;
			font-size:36rpx;
			color: #fc6b6c;
			font-weight: 400;
		}
	}
}