personal.scss 4.43 KB
.personal-page {
	background-color: #ffffff;
	height: 100vh;
}
.header-box {
	background: linear-gradient(90deg, #8c9ef2 0%, #5f6ee6 100%);
	border-top: 0.01px solid #f5f5f5;
	height: 250rpx;

	.avatar {
		width: 50px;
		height: 50px;
		border-radius: 25px;
		background: #d8d8d8;
		justify-content: center;
		border: 2px solid #ffffff;
		box-shadow: 0px 14px 26px 0px rgba(4, 7, 26, 0.2);
	}
	.click-login {
		font-size: 18px;
		font-family: PingFangSC-Regular, PingFang SC;
		font-weight: 500;
		color: #ffffff;
	}

	.nickName {
		.btn {
			font-size: 22rpx;
			font-weight: normal;
			color: #666;
			background: #fff;
			border-radius: 5rpx;
			height: 45rpx;
			line-height: 45rpx;
			padding: 0 10rpx;
			position: relative;

			.itemButton {
				border-radius: 0;
				text-align: left;
				opacity: 0;
				width: 100%;
				height: 100%;
				position: absolute;
				left: 0;
				top: 0;
			}
		}

		.name {
			color: #fff;
			font-weight: bold;
			font-size: 32rpx;
			.nick-name{
				color:#FFFFFF;
				font-size: 18px;
			}
		}

		.placardVip {
			background: #2a2e44;
			color: #f4d6a1;
			font-size: 22rpx;
			padding: 4rpx 10rpx;
			text-align: center;
			border-radius: 4rpx;
		}
	}
	.phone-number{
		color: #ffffff;
		 font-size: 14px;
	}
	.detail {
		color: #fff;
		font-size: 24rpx;
		padding-top: 6rpx;
		margin-top: 15rpx;
		text-align: center;
		border-radius: 22px;
		background-color: #ffffff;
		width: 150rpx;
		height: 50rpx;
		.text {
			color: #3388ff;
			font-size: 12px;
		}
	}
}
.my-nav {
	overflow-x: hidden;
	position: relative;
	top: -25rpx;
	z-index: 54;
	background: #ffffff;
	border-radius: 17px 17px 0px 0px;
	height: 835rpx;
	width: 750rpx;
	flex-direction: column;
	justify-content: space-between;
	.nav-main {
		margin-top: 100rpx;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 220rpx;
	}
	.logout-text{
		justify-content: center; 
		width: 600rpx
	}
	.submit {
		margin-top: 60rpx;
		background: linear-gradient(90deg, #5dc2fc 0%, #377dff 100%);
		width: 100%;
		border-radius: 46px;
		.text {
			color: #ffffff;
		}
	}
	.nav-link {
		flex-direction: row;
		justify-content: space-between;
		align-content: space-between;
		.nav-image {
			width: 125rpx;
			.image {
				width: 35rpx;
				height: 35rpx;
			}
		}
		.nav-center {
			position: relative;
			left: -58rpx;
			width: 420rpx;
			.text {
				font-size: 15px;
				font-family: PingFangSC-Medium, PingFang SC;
				font-weight: 500;
				color: #333333;
			}
		}
		.nav-right {
			position: relative;
			right: -112rpx;
			width: 100rpx;
			.image {
				width: 12rpx;
				height: 20rpx;
			}
		}
	}
}

.cell-group {
	.cell-item {
		border-bottom: 2rpx solid #eee;
		background-color: #fff;
		border-radius: 30rpx;
		padding: 20rpx 24rpx;

		.title {
			color: #333;
			font-size: 28rpx;
			padding: 0 10rpx;
			font-weight: bold;
			margin: 0;
		}

		.more {
			font-size: 24rpx;
			color: #999;
		}
	}
}

.submit {
	margin-top: 160rpx;
	color: #fff;
	width: 650rpx;
	border: none;
}

.login-phone {
	.form-row {
		position: relative;
		// background: #f7f9ff;
		border-radius: 48px;
		width: 532rpx;
		height: 80rpx;
		.input {
			font-size: 34rpx;
			line-height: 102rpx;
			height: 94rpx;
			box-sizing: border-box;
			font-size: 30rpx;
			padding: 0;
			font-weight: bold;
		}

		.verify-code {
			font-size: 26rpx;
			height: 50rpx;
			color: #333;
			line-height: 52rpx;
			// background: #eee;
			min-width: 188rpx;
			text-align: center;
			border-radius: 8rpx;
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			right: 17rpx;
			z-index: 11;

			&.forhidden {
				// background: #eee;
				// color: #cccccc;
			}
		}
	}
	.row-top {
		margin-top: 20rpx;
	}
	.item-bind {
		margin-top: 20rpx;
		// background: #f7f9ff;
		border-radius: 48px;
		width: 532rpx;
		height: 80rpx;
	}
	.item-phone {
		display: flex;
		justify-content: center;
		margin-top: 20rpx;
		.bind-phone-text {
			color: #0079fe;
			font-size: 14px;
		}
	}
}
.bottom-content {
	.content {
		flex-direction: row;
		margin-top: 288rpx;
		margin-left: -538rpx;
		.cancel {
			width: 230rpx;
		}
		.confrim {
			width: 230rpx;
			margin-left: 65rpx;
		}
	}
}
.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;
	}
	.cancel-text {
		width: 669rpx;
		height: 100rpx;
		text-align: center;
		line-height: 86rpx;
	}
}