Эх сурвалжийг харах

荣誉列表图片大小调整 深色模式样式删除

linwei 1 жил өмнө
parent
commit
ee18d834d5

+ 0 - 22
src/assets/base.css

@@ -10,15 +10,6 @@
 
   --vt-c-indigo: #2c3e50;
 
-  --vt-c-divider-light-1: rgba(60, 60, 60, 0.29);
-  --vt-c-divider-light-2: rgba(60, 60, 60, 0.12);
-  --vt-c-divider-dark-1: rgba(84, 84, 84, 0.65);
-  --vt-c-divider-dark-2: rgba(84, 84, 84, 0.48);
-
-  --vt-c-text-light-1: var(--vt-c-indigo);
-  --vt-c-text-light-2: rgba(60, 60, 60, 0.66);
-  --vt-c-text-dark-1: var(--vt-c-white);
-  --vt-c-text-dark-2: rgba(235, 235, 235, 0.64);
 }
 
 /* semantic color variables for this project */
@@ -36,19 +27,6 @@
   --section-gap: 160px;
 }
 
-@media (prefers-color-scheme: dark) {
-  :root {
-    --color-background: var(--vt-c-black);
-    --color-background-soft: var(--vt-c-black-soft);
-    --color-background-mute: var(--vt-c-black-mute);
-
-    --color-border: var(--vt-c-divider-dark-2);
-    --color-border-hover: var(--vt-c-divider-dark-1);
-
-    --color-heading: var(--vt-c-text-dark-1);
-    --color-text: var(--vt-c-text-dark-2);
-  }
-}
 
 *,
 *::before,

+ 3 - 3
src/components/AboutUs/base/HonoraryQualifications.vue

@@ -124,7 +124,7 @@ const goto = async (item) =>{
 }
 .ProductServicesbox{
     width: 1160px;
-    height: 500px;
+    height: 420px;
     display: flex;
     flex-direction: row;
     justify-content: center;
@@ -135,7 +135,7 @@ const goto = async (item) =>{
 }
 .boximg{
     width: 265px;
-    height: 220px;
+    height: 176px;
     display: flex;
     flex-direction: column;
     align-items: flex-start;
@@ -143,7 +143,7 @@ const goto = async (item) =>{
 }
 .boximg_img{
     width: 265px;
-    height: 220px;
+    height: 176px;
     border-radius: 10px;
 }
 </style>