@@ -221,70 +221,68 @@ onMounted(async () => {})
z-index: 1111;
width: 100%;
height: 50px;
- -webkit-box-shadow: 2px 0 9px rgba(0, 21, 41, 0.35);
- box-shadow: 2px 0 9px rgba(0, 21, 41, 0.35);
- padding: 3px 20px;
+ padding: 0 20px;
background-color: #409EFF;
- // background-color: #434343;
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
+ transition: background 0.3s;
+
.nav-left {
display: flex;
align-items: center;
color: #fff;
- box-sizing: border-box;
- div {
- font-size: 19px;
+ font-size: 18px;
+ font-weight: 600;
+
+ img {
+ width: 28px;
+ height: 28px;
+ margin-right: 12px;
}
}
+
.nav-right {
display: flex;
- flex-wrap: nowrap;
align-items: center;
- height: 100%;
- .screenfull {
- font-size: 22px;
- cursor: pointer;
- color: #ffe565;
- }
+
.avatar-wrapper {
- position: relative;
display: flex;
- flex-wrap: nowrap;
- cursor: pointer;
align-items: center;
- margin-right: 30px;
- img{
- width: 35px;
- height: 35px;
- border-radius: 50%;
- }
- .user-avatar {
- cursor: pointer;
- width: 50px;
- height: 50px;
- border-radius: 10px;
+ cursor: pointer;
+ margin-left: 20px;
+ transition: all 0.3s;
+
+ img {
+ width: 36px;
+ height: 36px;
border-radius: 50%;
+ border: 2px solid rgba(255, 255, 255, 0.4);
+ transition: all 0.3s;
}
.username {
- padding: 0 13px;
- font-weight: 700;
- font-size: 18px;
- line-height: 1;
+ margin-left: 10px;
color: #fff;
+ font-weight: 600;
+ font-size: 16px;
}
- .nickName {
- font-weight: 700;
- font-size: 18px;
-
- color: #fff;
+ &:hover img {
+ transform: scale(1.05);
+ border-color: #fff;
}
+ }
- i {
- cursor: pointer;
- margin-left: 6px;
- font-size: 20px;
- color: #ffe565;
+ .el-dropdown-menu {
+ border-radius: 6px;
+ box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
+
+ .el-dropdown-item {
+ transition: background 0.3s, color 0.3s;
+
+ &:hover {
+ background-color: rgba(64, 158, 255, 0.1);
+ color: #409EFF;
+ }
}
}
}
diff --git a/src/views/login.vue b/src/views/login.vue
index 933c488..69ef7bd 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -1,47 +1,105 @@
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
XSynergy
+
+
+ 企业级 AR 远程协作管理平台
+
+
+
+ 通过实时音视频、增强现实标注与人工智能技术,
+ 实现现场人员与远程专家沉浸式协作,
+ 打破地理限制,提高企业协作效率。
+
+
+
+
+
AR远程协作
+
实时音视频
+
AI智能辅助
+
协作记录管理
+
+
+
+
+
+
+
+
系统登录
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 登 录
+ 登录中...
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file