|
@@ -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;
|
|
|
+
|
|
|
+
|
|
|
+ }
|
|
|
|
|
|
}
|
|
|
|