人生啊人生 2 months ago
parent
commit
f9649311bd

+ 0 - 4
src/components/ThreeWorldEventQingXiCheAndQv/QingXiCheAndQvMain.vue

@@ -22,10 +22,6 @@ import { WindowVideoRemoveColorStore } from "@/components/WindowQingXiCheAndQv/s
 
 import { WindowEvent } from "../WindowQingXiCheAndQv/js/WindowEvent.js";
 
-
-
-
-
 // 接收参数
 const props = defineProps({
     // 发视变化,则初始化三维场景到第一个步骤

+ 3 - 1
src/components/ThreeWorldEventQingXiCheAndQv/event/QingXiCheAndQvProcessEvent.vue

@@ -104,7 +104,9 @@ const downEvent = () => {
         z-index: 30;
         width: 100%;
         height: 4.285rem;
-        background: linear-gradient(86deg, #3a649642, #3a6496 17%, #3a6496 59%, #3a649600 90%);
+        // background: linear-gradient(86deg, #3a649642, #3a6496 17%, #3a6496 59%, #3a649600 90%);
+        background: linear-gradient(90deg, rgba(58, 150, 136, 0.26) 0.01%, #3A9688 19.06%, #3A9688 65.77%, rgba(58, 150, 136, 0) 100%);
+
         padding: 0px 0px 0px 13rem;
         bottom: 5rem;
         left: 0px;