diff --git a/frontend/views/common/index.php b/frontend/views/common/index.php index 29df20f..bc64a76 100644 --- a/frontend/views/common/index.php +++ b/frontend/views/common/index.php @@ -62,7 +62,6 @@ -
模态弹窗
@@ -104,6 +103,9 @@
+ +
模态弹窗
+
diff --git a/frontend/web/assets/css/model.css b/frontend/web/assets/css/model.css index cb67ff7..9d75778 100644 --- a/frontend/web/assets/css/model.css +++ b/frontend/web/assets/css/model.css @@ -7,4 +7,13 @@ top: 0; display:none; z-index:999; +} +.model{ + width: 1200px; + height: 644px; + position: absolute; + top: calc(50% - 322px); + left: 50%; + margin-left: -600px; + background-color: #fff; } \ No newline at end of file