diff --git a/.eslintrc-auto-import.json b/.eslintrc-auto-import.json index 024c96a..44c87ad 100644 --- a/.eslintrc-auto-import.json +++ b/.eslintrc-auto-import.json @@ -135,7 +135,7 @@ "useDevicePixelRatio": true, "useDevicesList": true, "useDisplayMedia": true, - "useDocumentVisibility": true, + "useDocumentVisibility": false, "useDraggable": true, "useDropZone": true, "useElementBounding": true, diff --git a/index.html b/index.html index 1445385..e8d1042 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,8 @@ justify-content: center; align-items: center; flex-direction: column; - background: #17C653; + background: url(/logingbk.png) no-repeat; + } .app-loading .app-loading-wrap { @@ -57,7 +58,7 @@ position: absolute; width: 100%; height: 100%; - border: 4px solid #ffffff; + border: 4px solid #17c653; border-bottom: 0; border-left-color: transparent; border-radius: 50%; @@ -70,7 +71,7 @@ left: calc(50% - 20px); width: 40px; height: 40px; - border: 4px solid #ffffff; + border: 4px solid #89E1A8; border-right: 0; border-top-color: transparent; border-radius: 50%; @@ -140,7 +141,7 @@ - + diff --git a/public/loading_logo.png b/public/loading_logo.png index d687852..ba3cb7e 100644 Binary files a/public/loading_logo.png and b/public/loading_logo.png differ diff --git a/public/logingbk.png b/public/logingbk.png new file mode 100644 index 0000000..421f852 Binary files /dev/null and b/public/logingbk.png differ diff --git a/src/assets/imgs/screen/login-bottom.png b/src/assets/imgs/screen/login-bottom.png new file mode 100644 index 0000000..4860759 Binary files /dev/null and b/src/assets/imgs/screen/login-bottom.png differ diff --git a/src/assets/imgs/screen/login-left.jpg b/src/assets/imgs/screen/login-left.jpg new file mode 100644 index 0000000..37f8531 Binary files /dev/null and b/src/assets/imgs/screen/login-left.jpg differ diff --git a/src/assets/imgs/screen/login-left.png b/src/assets/imgs/screen/login-left.png new file mode 100644 index 0000000..eda8ec5 Binary files /dev/null and b/src/assets/imgs/screen/login-left.png differ diff --git a/src/assets/imgs/screen/login-top.png b/src/assets/imgs/screen/login-top.png new file mode 100644 index 0000000..776ebdc Binary files /dev/null and b/src/assets/imgs/screen/login-top.png differ diff --git a/src/views/Home/Index.vue b/src/views/Home/Index.vue index f6bdf4f..e50de75 100644 --- a/src/views/Home/Index.vue +++ b/src/views/Home/Index.vue @@ -27,7 +27,7 @@ 月任务概况 - + @@ -101,7 +101,7 @@