From 0b9095227438cb35f5a8759aee8f3b32a732151c Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 21 Dec 2021 16:42:40 +0800
Subject: [PATCH] 校内机构等模块中弹框封装,及部分接口对接,及部分样式更改
---
src/styles/layout/pc.scss | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/styles/layout/pc.scss b/src/styles/layout/pc.scss
index c0bb64a..175db77 100644
--- a/src/styles/layout/pc.scss
+++ b/src/styles/layout/pc.scss
@@ -61,12 +61,12 @@
li.el-menu-item.is-active {
border: 0px !important;
- background: #3f51b5 !important;
+ background: rgba(1, 64, 112, 0.494) !important;
}
li:hover {
border: 0px !important;
- background: #3f51b5 !important;
+ background: #1A78C2 !important;
}
}
}
@@ -117,7 +117,7 @@
@keyframes dialog-fade-in {
0% {
- transform: scale(0.1) translate3d(0, -100%, 0);
+ transform: scale(0.1) translate3d(0, 0, 0);
opacity: 0;
}
@@ -134,14 +134,14 @@
}
100% {
- transform: scale(0.1) translate3d(0, -100%, 0);
+ transform: scale(0.1) translate3d(0, 0, 0);
opacity: 0;
}
}
@keyframes anim-open {
0% {
- transform: scale(0.1) translate3d(0, -100%, 0);
+ transform: scale(0.1) translate3d(0, 0%, 0);
opacity: 0;
}
@@ -158,7 +158,7 @@
}
100% {
- transform: scale(0.1) translate3d(0, -100%, 0);
+ transform: scale(0.1) translate3d(0, 0%, 0);
opacity: 0;
}
}
\ No newline at end of file
--
Gitblit v1.9.3