人生啊人生 1 týždeň pred
rodič
commit
5300c9da64

+ 31 - 1
src/components/WindowQingXiCheAndQv/WindowMenu.vue

@@ -11,8 +11,12 @@ import { ComVal } from "../ThreeWorldEventQingXiCheAndQv/common/ComVal.js";
     <div class="WindowMenu">
         
         <div class="main">
-        
+            <div class="title" >任务提示</div>
+            <div class="content commonsScrollbar" >
+
+                
 
+            </div>
         </div>
         
     </div>
@@ -58,6 +62,32 @@ import { ComVal } from "../ThreeWorldEventQingXiCheAndQv/common/ComVal.js";
         background-image: url("./img/menu/bg.webp");
         background-position: center;
         background-size: 100% 100%;
+
+        .title, .content {
+            position: absolute;
+        }
+
+        .title {
+            width: 100%;
+            top: 0px;
+            left: 0px;
+            height: 2.5rem;
+            line-height: 2.5rem;
+            font-weight: 500;
+            font-size: 14px;
+            color: #41FFE0;
+            text-align: center;
+        }
+
+        .content {
+
+            width: 100%;
+            left: 0px;
+            top: 5rem;
+            bottom: 1rem;
+
+
+        }
         
     }
 

BIN
src/components/WindowQingXiCheAndQv/img/menu/line.webp


BIN
src/components/WindowQingXiCheAndQv/img/menu/yes.webp