diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 717cbd6..6f7023b 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -5,9 +5,6 @@ ZeroNode 零枢 -
登录 注册 @@ -18,15 +15,6 @@

科技赋能数字化管理

先进的陪玩管理系统,为您提供智能陪玩店体验

-
@@ -113,7 +101,7 @@ const handleLogout = () => { font-size: 1.5rem; &-text { - color: #3D8EFF; + color: $primaryColor; } &-beta { @@ -123,13 +111,6 @@ const handleLogout = () => { } } - &__nav { - display: flex; - color:$primaryColor; - font-weight: bold; - font-size: 18px; - } - &__actions { display: flex; gap: 1rem; @@ -158,53 +139,6 @@ const handleLogout = () => { margin-bottom: 2rem; } - &__search { - display: flex; - max-width: 600px; - margin: 0 auto; - border: 1px solid #ddd; - border-radius: 30px; - overflow: hidden; - box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); - transition: all 0.3s; - - &:focus-within { - border-color: #3D8EFF; - box-shadow: 0 2px 15px rgba(61, 142, 255, 0.2); - } - - &-input { - flex: 1; - padding: 1rem 1.5rem; - border: none; - outline: none; - font-size: 1rem; - - &::placeholder { - color: #999; - } - } - - &-button { - padding: 0 1.5rem; - background: #3D8EFF; - border: none; - color: white; - cursor: pointer; - transition: background 0.3s; - - &:hover { - background: darken(#3D8EFF, 10%); - } - } - - &-icon { - width: 20px; - height: 20px; - fill: currentColor; - } - } - &__features { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); @@ -233,7 +167,7 @@ const handleLogout = () => { display: flex; align-items: center; justify-content: center; - color: #3D8EFF; + color: $primaryColor; svg { width: 30px; @@ -282,7 +216,7 @@ const handleLogout = () => { transition: color 0.3s; &:hover { - color: #3D8EFF; + color: $primaryColor; } }