Browse Source

菜单阴影

zhouna 5 years ago
parent
commit
3ade74b263
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/css/index.less
  2. 1 1
      src/css/qcScore.less

+ 1 - 1
src/css/index.less

@@ -293,7 +293,7 @@
         width: 186px;
         background: @themeColor;
         border-radius:4px;
-        box-shadow:0px 2px 16px -4px rgba(15,28,59,1);
+        box-shadow:1px 2px 20px -3px #000512;
         margin-left: 3px;
         &:before{
           content: "";

+ 1 - 1
src/css/qcScore.less

@@ -208,7 +208,7 @@
       width: 186px;
       background: @themeColor;
       border-radius:4px;
-      box-shadow:0px 2px 16px -4px rgba(15,28,59,1);
+      box-shadow:1px 2px 20px -3px #000512;
       margin-left: 3px;
       z-index: 9;
       &:before{