From f26f29d84e0a68831a6af14dab3eec5500496d2e Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期三, 28 五月 2025 16:48:52 +0800
Subject: [PATCH] 初始化项目

---
 pages/sys/user/index-old.scss |   94 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 94 insertions(+), 0 deletions(-)

diff --git a/pages/sys/user/index-old.scss b/pages/sys/user/index-old.scss
new file mode 100644
index 0000000..cf62f53
--- /dev/null
+++ b/pages/sys/user/index-old.scss
@@ -0,0 +1,94 @@
+.header {
+	background: url(../../../static/custom/banner/4.png) no-repeat left top;
+	background-size: 100% auto;
+	
+	.userinfo {
+		display: flex;
+		padding: 60rpx;
+
+		.image {
+			flex-shrink: 0;
+			width: 120rpx;
+			height: 120rpx;
+			image {
+				border-radius: 100%;
+				width: 100%;
+				height: 100%;
+			}
+		}
+
+		.info {
+			display: flex;
+			flex-flow: wrap;
+			padding-left: 30rpx;
+			color: #fff;
+
+			.username {
+				width: 100%;
+				font-size: 40rpx;
+				padding-top: 8rpx;
+			}
+
+			.usercode {
+				height: 48rpx;
+				padding: 0 20rpx;
+				margin-top: 10rpx;
+				background-color: rgba(0, 0, 0, 0.1);
+				border-radius: 20rpx;
+				font-size: 30rpx;
+			}
+		}
+	}
+
+	.logout {
+		flex-shrink: 0;
+		position: absolute;
+		right: 70rpx;
+		top: 65rpx;
+		.u-btn {
+			font-size: 30rpx;
+		}
+	}
+}
+
+.toolbar {
+	padding: 0 4%;
+	margin-bottom: 5rpx;
+	border-radius: 0 0 100% 100%;
+	background-color: #4094ff;
+
+	.box {
+		display: flex;
+		flex-direction: row;
+		justify-content: space-around;
+		padding: 10rpx;
+		border-radius: 15rpx;
+		box-shadow: 0 0 20rpx rgba(0, 0, 0, 0.15);
+		background-color: #fefefe;
+
+		.item {
+			display: flex;
+			flex-direction: column;
+			align-items: center;
+			justify-content: center;
+			// flex-flow: wrap;
+			height: 120rpx;
+			color: #666666;
+			font-size: 30rpx;
+			padding: 10rpx 10rpx;
+
+			.icon {
+				font-size: 50rpx;
+			}
+
+			.label {
+				padding: 10rpx;
+			}
+		}
+
+		.hover {
+			background-color: #f6f6f6;
+			border-radius: 15rpx;
+		}
+	}
+}

--
Gitblit v1.9.3