From c4beaaabb7848d033a5bc7367df8047c9e4704e2 Mon Sep 17 00:00:00 2001
From: zhengpz <11@qq.com>
Date: Fri, 23 Jul 2021 00:41:27 +0800
Subject: [PATCH] 首页接口对接
---
src/views/home/index.scss | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/home/index.scss b/src/views/home/index.scss
index adf9d0c..a55c140 100644
--- a/src/views/home/index.scss
+++ b/src/views/home/index.scss
@@ -371,7 +371,7 @@
position: absolute;
z-index: 99;
color: #fff;
- background: #4162a2;
+ background: #014e84;
margin-top: 38px;
margin-left: calc(100% - 140px);
border-radius: 11px;
@@ -402,7 +402,7 @@
}
}
&:hover {
- box-shadow: 0px 0px 10px #568df3;
+ box-shadow: 0px 0px 10px #7ff3f4;
}
}
.mapBtn:nth-child(2) {
--
Gitblit v1.9.3