소스 검색

再次改颜色

任一存 1 년 전
부모
커밋
db6846a9d8
3개의 변경된 파일5개의 추가작업 그리고 6개의 파일을 삭제
  1. 2 2
      src/views/HomeView.vue
  2. 1 2
      src/views/PaintingList.vue
  3. 2 2
      src/views/PoemList.vue

+ 2 - 2
src/views/HomeView.vue

@@ -449,8 +449,8 @@ const isShowHotspotDetail3 = ref(false)
     top: 0;
     width: 100%;
     height: 100%;
-    background: rgba(70, 82, 73, 0.67);
-    backdrop-filter: blur(calc(5 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef')));
+    background: rgba(60, 89, 71, 0.65);
+    backdrop-filter: blur(calc(22 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef')));
   }
   >.startup{
     z-index: 10;

+ 1 - 2
src/views/PaintingList.vue

@@ -210,7 +210,6 @@ function getPaintingSizeStringForShow({ width, height }) {
   return `${width}\u00D7${height} 厘米`
 }
 
-
 const paintingWidthWhenDesign = 240
 const paintingMarginWhenDesin = 75
 const specialDescWidthWhenDesin = 444
@@ -255,7 +254,7 @@ watch(menuElScrollLeft, (v) => {
   top: 0;
   width: 100%;
   height: 100%;
-  background-color: #798F69;
+  background-color: rgba(121, 143, 108, 1);
   >ul{
     position: absolute;
     left: 0;

+ 2 - 2
src/views/PoemList.vue

@@ -372,9 +372,9 @@ function onClickMenuItem(menuItemName) {
     top: 0;
     width: 100%;
     height: 100%;
-    background: rgba(102,123,82,0.6);
+    background: hsl(96deg 22% 38% / 52%);
     border-radius: 0px 0px 0px 0px;
-    backdrop-filter: blur(calc(20 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef')));
+    backdrop-filter: blur(calc(12 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef')));
     z-index: 15;
     >ul{
       position: absolute;