From 26cc46aac74ed99f46753a60c5e5dea379d86497 Mon Sep 17 00:00:00 2001
From: Mr.Zhang <710666463@qq.com>
Date: 星期一, 21 八月 2023 09:16:57 +0800
Subject: [PATCH] 大屏

---
 screen_standard/src/App.vue                             |   13 -
 screen_standard/src/assets/img/bg_jinribuliang@2x.png   |    0 
 screen_standard/src/assets/img/ic_zhixingzhong@2x.png   |    0 
 screen_standard/src/assets/img/bg_maintitle@2x.png      |    0 
 screen_standard/src/assets/img/bg_yanqijihua@2x.png     |    0 
 screen_standard/src/assets/img/tab_select_grey@2x.png   |    0 
 screen_standard/src/assets/img/ic_jinrirenshu@2x.png    |    0 
 screen_standard/src/assets/img/rank_yellow@2x.png       |    0 
 screen_standard/src/assets/img/bg@2x.png                |    0 
 screen_standard/src/assets/img/ic_jinrishebei@2x.png    |    0 
 screen_standard/src/components/AppLayout.vue            |   16 ++
 screen_standard/src/assets/img/bg_zhixingzhong@2x.png   |    0 
 screen_standard/package.json                            |    1 
 screen_standard/src/assets/img/btn_back@2x.png          |    0 
 screen_standard/src/assets/img/ic_exitfullscreen@2x.png |    0 
 screen_standard/src/assets/img/rank_blue@2x.png         |    0 
 screen_standard/src/assets/img/bg_jinrirenshu@2x.png    |    0 
 screen_standard/src/assets/img/ar_drop@2x.png           |    0 
 screen_standard/src/assets/img/title_line@2x.png        |    0 
 screen_standard/src/assets/img/ic_rain@2x.png           |    0 
 screen_standard/src/assets/img/tab_select@2x.png        |    0 
 screen_standard/src/assets/img/ic_yanqijihua@2x.png     |    0 
 screen_standard/package-lock.json                       |  323 ++++++++++++++++++++++++++++++++++++++++
 screen_standard/src/assets/img/ic_jinribuliang@2x.png   |    0 
 screen_standard/src/assets/img/home_title_long@2x.png   |    0 
 /dev/null                                               |   86 ----------
 screen_standard/src/assets/img/gongxu_title@2x.png      |    0 
 screen_standard/src/assets/img/ic_complete@2x.png       |    0 
 screen_standard/src/assets/img/ic_fullscreen@2x.png     |    0 
 screen_standard/src/assets/img/bg_jinrishebei@2x.png    |    0 
 screen_standard/src/assets/img/home_title_short@2x.png  |    0 
 31 files changed, 342 insertions(+), 97 deletions(-)

diff --git a/screen_standard/package-lock.json b/screen_standard/package-lock.json
index 0179502..1d797e2 100644
--- a/screen_standard/package-lock.json
+++ b/screen_standard/package-lock.json
@@ -15,6 +15,7 @@
       "devDependencies": {
         "@vitejs/plugin-vue": "^4.2.3",
         "@vitejs/plugin-vue-jsx": "^3.0.1",
+        "sass": "^1.66.1",
         "vite": "^4.4.6"
       }
     },
@@ -1034,6 +1035,40 @@
         "node": ">=4"
       }
     },
+    "node_modules/anymatch": {
+      "version": "3.1.3",
+      "resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz",
+      "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
+      "dev": true,
+      "dependencies": {
+        "normalize-path": "^3.0.0",
+        "picomatch": "^2.0.4"
+      },
+      "engines": {
+        "node": ">= 8"
+      }
+    },
+    "node_modules/binary-extensions": {
+      "version": "2.2.0",
+      "resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.2.0.tgz",
+      "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
+      "dev": true,
+      "engines": {
+        "node": ">=8"
+      }
+    },
+    "node_modules/braces": {
+      "version": "3.0.2",
+      "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.2.tgz",
+      "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
+      "dev": true,
+      "dependencies": {
+        "fill-range": "^7.0.1"
+      },
+      "engines": {
+        "node": ">=8"
+      }
+    },
     "node_modules/browserslist": {
       "version": "4.21.10",
       "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.21.10.tgz",
@@ -1079,6 +1114,27 @@
       },
       "engines": {
         "node": ">=4"
+      }
+    },
+    "node_modules/chokidar": {
+      "version": "3.5.3",
+      "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.5.3.tgz",
+      "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==",
+      "dev": true,
+      "dependencies": {
+        "anymatch": "~3.1.2",
+        "braces": "~3.0.2",
+        "glob-parent": "~5.1.2",
+        "is-binary-path": "~2.1.0",
+        "is-glob": "~4.0.1",
+        "normalize-path": "~3.0.0",
+        "readdirp": "~3.6.0"
+      },
+      "engines": {
+        "node": ">= 8.10.0"
+      },
+      "optionalDependencies": {
+        "fsevents": "~2.3.2"
       }
     },
     "node_modules/color-convert": {
@@ -1190,6 +1246,18 @@
       "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
       "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
     },
+    "node_modules/fill-range": {
+      "version": "7.0.1",
+      "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.0.1.tgz",
+      "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
+      "dev": true,
+      "dependencies": {
+        "to-regex-range": "^5.0.1"
+      },
+      "engines": {
+        "node": ">=8"
+      }
+    },
     "node_modules/fsevents": {
       "version": "2.3.2",
       "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.2.tgz",
@@ -1211,6 +1279,18 @@
       "dev": true,
       "engines": {
         "node": ">=6.9.0"
+      }
+    },
+    "node_modules/glob-parent": {
+      "version": "5.1.2",
+      "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
+      "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
+      "dev": true,
+      "dependencies": {
+        "is-glob": "^4.0.1"
+      },
+      "engines": {
+        "node": ">= 6"
       }
     },
     "node_modules/globals": {
@@ -1238,6 +1318,54 @@
       "dev": true,
       "engines": {
         "node": ">=8"
+      }
+    },
+    "node_modules/immutable": {
+      "version": "4.3.2",
+      "resolved": "https://registry.npmmirror.com/immutable/-/immutable-4.3.2.tgz",
+      "integrity": "sha512-oGXzbEDem9OOpDWZu88jGiYCvIsLHMvGw+8OXlpsvTFvIQplQbjg1B1cvKg8f7Hoch6+NGjpPsH1Fr+Mc2D1aA==",
+      "dev": true
+    },
+    "node_modules/is-binary-path": {
+      "version": "2.1.0",
+      "resolved": "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz",
+      "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
+      "dev": true,
+      "dependencies": {
+        "binary-extensions": "^2.0.0"
+      },
+      "engines": {
+        "node": ">=8"
+      }
+    },
+    "node_modules/is-extglob": {
+      "version": "2.1.1",
+      "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
+      "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
+      "dev": true,
+      "engines": {
+        "node": ">=0.10.0"
+      }
+    },
+    "node_modules/is-glob": {
+      "version": "4.0.3",
+      "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
+      "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
+      "dev": true,
+      "dependencies": {
+        "is-extglob": "^2.1.1"
+      },
+      "engines": {
+        "node": ">=0.10.0"
+      }
+    },
+    "node_modules/is-number": {
+      "version": "7.0.0",
+      "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
+      "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
+      "dev": true,
+      "engines": {
+        "node": ">=0.12.0"
       }
     },
     "node_modules/js-tokens": {
@@ -1313,10 +1441,28 @@
       "integrity": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==",
       "dev": true
     },
+    "node_modules/normalize-path": {
+      "version": "3.0.0",
+      "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz",
+      "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
+      "dev": true,
+      "engines": {
+        "node": ">=0.10.0"
+      }
+    },
     "node_modules/picocolors": {
       "version": "1.0.0",
       "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.0.0.tgz",
       "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
+    },
+    "node_modules/picomatch": {
+      "version": "2.3.1",
+      "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
+      "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
+      "dev": true,
+      "engines": {
+        "node": ">=8.6"
+      }
     },
     "node_modules/pinia": {
       "version": "2.1.6",
@@ -1375,6 +1521,18 @@
         "node": "^10 || ^12 || >=14"
       }
     },
+    "node_modules/readdirp": {
+      "version": "3.6.0",
+      "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz",
+      "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
+      "dev": true,
+      "dependencies": {
+        "picomatch": "^2.2.1"
+      },
+      "engines": {
+        "node": ">=8.10.0"
+      }
+    },
     "node_modules/rollup": {
       "version": "3.28.0",
       "resolved": "https://registry.npmmirror.com/rollup/-/rollup-3.28.0.tgz",
@@ -1389,6 +1547,23 @@
       },
       "optionalDependencies": {
         "fsevents": "~2.3.2"
+      }
+    },
+    "node_modules/sass": {
+      "version": "1.66.1",
+      "resolved": "https://registry.npmmirror.com/sass/-/sass-1.66.1.tgz",
+      "integrity": "sha512-50c+zTsZOJVgFfTgwwEzkjA3/QACgdNsKueWPyAR0mRINIvLAStVQBbPg14iuqEQ74NPDbXzJARJ/O4SI1zftA==",
+      "dev": true,
+      "dependencies": {
+        "chokidar": ">=3.0.0 <4.0.0",
+        "immutable": "^4.0.0",
+        "source-map-js": ">=0.6.2 <2.0.0"
+      },
+      "bin": {
+        "sass": "sass.js"
+      },
+      "engines": {
+        "node": ">=14.0.0"
       }
     },
     "node_modules/semver": {
@@ -1433,6 +1608,18 @@
       "dev": true,
       "engines": {
         "node": ">=4"
+      }
+    },
+    "node_modules/to-regex-range": {
+      "version": "5.0.1",
+      "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
+      "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
+      "dev": true,
+      "dependencies": {
+        "is-number": "^7.0.0"
+      },
+      "engines": {
+        "node": ">=8.0"
       }
     },
     "node_modules/update-browserslist-db": {
@@ -2204,6 +2391,31 @@
         "color-convert": "^1.9.0"
       }
     },
+    "anymatch": {
+      "version": "3.1.3",
+      "resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz",
+      "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
+      "dev": true,
+      "requires": {
+        "normalize-path": "^3.0.0",
+        "picomatch": "^2.0.4"
+      }
+    },
+    "binary-extensions": {
+      "version": "2.2.0",
+      "resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.2.0.tgz",
+      "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
+      "dev": true
+    },
+    "braces": {
+      "version": "3.0.2",
+      "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.2.tgz",
+      "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
+      "dev": true,
+      "requires": {
+        "fill-range": "^7.0.1"
+      }
+    },
     "browserslist": {
       "version": "4.21.10",
       "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.21.10.tgz",
@@ -2237,6 +2449,22 @@
         "ansi-styles": "^3.2.1",
         "escape-string-regexp": "^1.0.5",
         "supports-color": "^5.3.0"
+      }
+    },
+    "chokidar": {
+      "version": "3.5.3",
+      "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.5.3.tgz",
+      "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==",
+      "dev": true,
+      "requires": {
+        "anymatch": "~3.1.2",
+        "braces": "~3.0.2",
+        "fsevents": "~2.3.2",
+        "glob-parent": "~5.1.2",
+        "is-binary-path": "~2.1.0",
+        "is-glob": "~4.0.1",
+        "normalize-path": "~3.0.0",
+        "readdirp": "~3.6.0"
       }
     },
     "color-convert": {
@@ -2327,6 +2555,15 @@
       "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
       "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
     },
+    "fill-range": {
+      "version": "7.0.1",
+      "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.0.1.tgz",
+      "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
+      "dev": true,
+      "requires": {
+        "to-regex-range": "^5.0.1"
+      }
+    },
     "fsevents": {
       "version": "2.3.2",
       "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.2.tgz",
@@ -2339,6 +2576,15 @@
       "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz",
       "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
       "dev": true
+    },
+    "glob-parent": {
+      "version": "5.1.2",
+      "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
+      "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
+      "dev": true,
+      "requires": {
+        "is-glob": "^4.0.1"
+      }
     },
     "globals": {
       "version": "11.12.0",
@@ -2356,6 +2602,42 @@
       "version": "3.3.1",
       "resolved": "https://registry.npmmirror.com/html-tags/-/html-tags-3.3.1.tgz",
       "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==",
+      "dev": true
+    },
+    "immutable": {
+      "version": "4.3.2",
+      "resolved": "https://registry.npmmirror.com/immutable/-/immutable-4.3.2.tgz",
+      "integrity": "sha512-oGXzbEDem9OOpDWZu88jGiYCvIsLHMvGw+8OXlpsvTFvIQplQbjg1B1cvKg8f7Hoch6+NGjpPsH1Fr+Mc2D1aA==",
+      "dev": true
+    },
+    "is-binary-path": {
+      "version": "2.1.0",
+      "resolved": "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz",
+      "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
+      "dev": true,
+      "requires": {
+        "binary-extensions": "^2.0.0"
+      }
+    },
+    "is-extglob": {
+      "version": "2.1.1",
+      "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
+      "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
+      "dev": true
+    },
+    "is-glob": {
+      "version": "4.0.3",
+      "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
+      "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
+      "dev": true,
+      "requires": {
+        "is-extglob": "^2.1.1"
+      }
+    },
+    "is-number": {
+      "version": "7.0.0",
+      "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
+      "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
       "dev": true
     },
     "js-tokens": {
@@ -2410,10 +2692,22 @@
       "integrity": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==",
       "dev": true
     },
+    "normalize-path": {
+      "version": "3.0.0",
+      "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz",
+      "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
+      "dev": true
+    },
     "picocolors": {
       "version": "1.0.0",
       "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.0.0.tgz",
       "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
+    },
+    "picomatch": {
+      "version": "2.3.1",
+      "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
+      "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
+      "dev": true
     },
     "pinia": {
       "version": "2.1.6",
@@ -2442,6 +2736,15 @@
         "source-map-js": "^1.0.2"
       }
     },
+    "readdirp": {
+      "version": "3.6.0",
+      "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz",
+      "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
+      "dev": true,
+      "requires": {
+        "picomatch": "^2.2.1"
+      }
+    },
     "rollup": {
       "version": "3.28.0",
       "resolved": "https://registry.npmmirror.com/rollup/-/rollup-3.28.0.tgz",
@@ -2449,6 +2752,17 @@
       "dev": true,
       "requires": {
         "fsevents": "~2.3.2"
+      }
+    },
+    "sass": {
+      "version": "1.66.1",
+      "resolved": "https://registry.npmmirror.com/sass/-/sass-1.66.1.tgz",
+      "integrity": "sha512-50c+zTsZOJVgFfTgwwEzkjA3/QACgdNsKueWPyAR0mRINIvLAStVQBbPg14iuqEQ74NPDbXzJARJ/O4SI1zftA==",
+      "dev": true,
+      "requires": {
+        "chokidar": ">=3.0.0 <4.0.0",
+        "immutable": "^4.0.0",
+        "source-map-js": ">=0.6.2 <2.0.0"
       }
     },
     "semver": {
@@ -2483,6 +2797,15 @@
       "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
       "dev": true
     },
+    "to-regex-range": {
+      "version": "5.0.1",
+      "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
+      "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
+      "dev": true,
+      "requires": {
+        "is-number": "^7.0.0"
+      }
+    },
     "update-browserslist-db": {
       "version": "1.0.11",
       "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz",
diff --git a/screen_standard/package.json b/screen_standard/package.json
index 47a971b..1a34602 100644
--- a/screen_standard/package.json
+++ b/screen_standard/package.json
@@ -16,6 +16,7 @@
   "devDependencies": {
     "@vitejs/plugin-vue": "^4.2.3",
     "@vitejs/plugin-vue-jsx": "^3.0.1",
+    "sass": "^1.66.1",
     "vite": "^4.4.6"
   }
 }
diff --git a/screen_standard/src/App.vue b/screen_standard/src/App.vue
index 2a1935c..2f80735 100644
--- a/screen_standard/src/App.vue
+++ b/screen_standard/src/App.vue
@@ -1,20 +1,11 @@
 <script setup>
 import { RouterLink, RouterView } from 'vue-router'
-import HelloWorld from './components/HelloWorld.vue'
+import AppLayout from './components/AppLayout.vue'
 </script>
 
 <template>
-  <header>
+  <AppLayout />
 
-    <div class="wrapper">
-
-      <!-- <nav>
-        <RouterLink to="/">Home</RouterLink>
-      </nav> -->
-    </div>
-  </header>
-
-  <RouterView />
 </template>
 
 <style scoped>
diff --git a/screen_standard/src/assets/img/ar_drop@2x.png b/screen_standard/src/assets/img/ar_drop@2x.png
new file mode 100644
index 0000000..a8bdeda
--- /dev/null
+++ b/screen_standard/src/assets/img/ar_drop@2x.png
Binary files differ
diff --git a/screen_standard/src/assets/img/bg@2x.png b/screen_standard/src/assets/img/bg@2x.png
new file mode 100644
index 0000000..443080d
--- /dev/null
+++ b/screen_standard/src/assets/img/bg@2x.png
Binary files differ
diff --git a/screen_standard/src/assets/img/bg_jinribuliang@2x.png b/screen_standard/src/assets/img/bg_jinribuliang@2x.png
new file mode 100644
index 0000000..f72c243
--- /dev/null
+++ b/screen_standard/src/assets/img/bg_jinribuliang@2x.png
Binary files differ
diff --git a/screen_standard/src/assets/img/bg_jinrirenshu@2x.png b/screen_standard/src/assets/img/bg_jinrirenshu@2x.png
new file mode 100644
index 0000000..f902eb8
--- /dev/null
+++ b/screen_standard/src/assets/img/bg_jinrirenshu@2x.png
Binary files differ
diff --git a/screen_standard/src/assets/img/bg_jinrishebei@2x.png b/screen_standard/src/assets/img/bg_jinrishebei@2x.png
new file mode 100644
index 0000000..4ca9db6
--- /dev/null
+++ b/screen_standard/src/assets/img/bg_jinrishebei@2x.png
Binary files differ
diff --git a/screen_standard/src/assets/img/bg_maintitle@2x.png b/screen_standard/src/assets/img/bg_maintitle@2x.png
new file mode 100644
index 0000000..9592d24
--- /dev/null
+++ b/screen_standard/src/assets/img/bg_maintitle@2x.png
Binary files differ
diff --git a/screen_standard/src/assets/img/bg_yanqijihua@2x.png b/screen_standard/src/assets/img/bg_yanqijihua@2x.png
new file mode 100644
index 0000000..73f6d96
--- /dev/null
+++ b/screen_standard/src/assets/img/bg_yanqijihua@2x.png
Binary files differ
diff --git a/screen_standard/src/assets/img/bg_zhixingzhong@2x.png b/screen_standard/src/assets/img/bg_zhixingzhong@2x.png
new file mode 100644
index 0000000..8580158
--- /dev/null
+++ b/screen_standard/src/assets/img/bg_zhixingzhong@2x.png
Binary files differ
diff --git a/screen_standard/src/assets/img/btn_back@2x.png b/screen_standard/src/assets/img/btn_back@2x.png
new file mode 100644
index 0000000..6a677a3
--- /dev/null
+++ b/screen_standard/src/assets/img/btn_back@2x.png
Binary files differ
diff --git a/screen_standard/src/assets/img/gongxu_title@2x.png b/screen_standard/src/assets/img/gongxu_title@2x.png
new file mode 100644
index 0000000..fd27314
--- /dev/null
+++ b/screen_standard/src/assets/img/gongxu_title@2x.png
Binary files differ
diff --git a/screen_standard/src/assets/img/home_title_long@2x.png b/screen_standard/src/assets/img/home_title_long@2x.png
new file mode 100644
index 0000000..dab2325
--- /dev/null
+++ b/screen_standard/src/assets/img/home_title_long@2x.png
Binary files differ
diff --git a/screen_standard/src/assets/img/home_title_short@2x.png b/screen_standard/src/assets/img/home_title_short@2x.png
new file mode 100644
index 0000000..cec0cc0
--- /dev/null
+++ b/screen_standard/src/assets/img/home_title_short@2x.png
Binary files differ
diff --git a/screen_standard/src/assets/img/ic_complete@2x.png b/screen_standard/src/assets/img/ic_complete@2x.png
new file mode 100644
index 0000000..b0eab6e
--- /dev/null
+++ b/screen_standard/src/assets/img/ic_complete@2x.png
Binary files differ
diff --git a/screen_standard/src/assets/img/ic_exitfullscreen@2x.png b/screen_standard/src/assets/img/ic_exitfullscreen@2x.png
new file mode 100644
index 0000000..683c814
--- /dev/null
+++ b/screen_standard/src/assets/img/ic_exitfullscreen@2x.png
Binary files differ
diff --git a/screen_standard/src/assets/img/ic_fullscreen@2x.png b/screen_standard/src/assets/img/ic_fullscreen@2x.png
new file mode 100644
index 0000000..06d8c49
--- /dev/null
+++ b/screen_standard/src/assets/img/ic_fullscreen@2x.png
Binary files differ
diff --git a/screen_standard/src/assets/img/ic_jinribuliang@2x.png b/screen_standard/src/assets/img/ic_jinribuliang@2x.png
new file mode 100644
index 0000000..109d952
--- /dev/null
+++ b/screen_standard/src/assets/img/ic_jinribuliang@2x.png
Binary files differ
diff --git a/screen_standard/src/assets/img/ic_jinrirenshu@2x.png b/screen_standard/src/assets/img/ic_jinrirenshu@2x.png
new file mode 100644
index 0000000..175d2a8
--- /dev/null
+++ b/screen_standard/src/assets/img/ic_jinrirenshu@2x.png
Binary files differ
diff --git a/screen_standard/src/assets/img/ic_jinrishebei@2x.png b/screen_standard/src/assets/img/ic_jinrishebei@2x.png
new file mode 100644
index 0000000..12cc71a
--- /dev/null
+++ b/screen_standard/src/assets/img/ic_jinrishebei@2x.png
Binary files differ
diff --git a/screen_standard/src/assets/img/ic_rain@2x.png b/screen_standard/src/assets/img/ic_rain@2x.png
new file mode 100644
index 0000000..477c3e7
--- /dev/null
+++ b/screen_standard/src/assets/img/ic_rain@2x.png
Binary files differ
diff --git a/screen_standard/src/assets/img/ic_yanqijihua@2x.png b/screen_standard/src/assets/img/ic_yanqijihua@2x.png
new file mode 100644
index 0000000..c7e07f7
--- /dev/null
+++ b/screen_standard/src/assets/img/ic_yanqijihua@2x.png
Binary files differ
diff --git a/screen_standard/src/assets/img/ic_zhixingzhong@2x.png b/screen_standard/src/assets/img/ic_zhixingzhong@2x.png
new file mode 100644
index 0000000..2f14b9c
--- /dev/null
+++ b/screen_standard/src/assets/img/ic_zhixingzhong@2x.png
Binary files differ
diff --git a/screen_standard/src/assets/img/rank_blue@2x.png b/screen_standard/src/assets/img/rank_blue@2x.png
new file mode 100644
index 0000000..1c2f592
--- /dev/null
+++ b/screen_standard/src/assets/img/rank_blue@2x.png
Binary files differ
diff --git a/screen_standard/src/assets/img/rank_yellow@2x.png b/screen_standard/src/assets/img/rank_yellow@2x.png
new file mode 100644
index 0000000..4ff3d1e
--- /dev/null
+++ b/screen_standard/src/assets/img/rank_yellow@2x.png
Binary files differ
diff --git a/screen_standard/src/assets/img/tab_select@2x.png b/screen_standard/src/assets/img/tab_select@2x.png
new file mode 100644
index 0000000..2e045c4
--- /dev/null
+++ b/screen_standard/src/assets/img/tab_select@2x.png
Binary files differ
diff --git a/screen_standard/src/assets/img/tab_select_grey@2x.png b/screen_standard/src/assets/img/tab_select_grey@2x.png
new file mode 100644
index 0000000..98648de
--- /dev/null
+++ b/screen_standard/src/assets/img/tab_select_grey@2x.png
Binary files differ
diff --git a/screen_standard/src/assets/img/title_line@2x.png b/screen_standard/src/assets/img/title_line@2x.png
new file mode 100644
index 0000000..3195b16
--- /dev/null
+++ b/screen_standard/src/assets/img/title_line@2x.png
Binary files differ
diff --git a/screen_standard/src/components/AppLayout.vue b/screen_standard/src/components/AppLayout.vue
new file mode 100644
index 0000000..0197674
--- /dev/null
+++ b/screen_standard/src/components/AppLayout.vue
@@ -0,0 +1,16 @@
+<template>
+  <div class="content">
+    
+  </div>
+</template>
+
+
+<script setup>
+
+</script>
+
+<style lang="scss" scoped>
+.content {
+  background-image: url('@/assets/img/bg@2x.png');
+}
+</style>
diff --git a/screen_standard/src/components/HelloWorld.vue b/screen_standard/src/components/HelloWorld.vue
deleted file mode 100644
index 6b9fc46..0000000
--- a/screen_standard/src/components/HelloWorld.vue
+++ /dev/null
@@ -1,236 +0,0 @@
-<template>
-  <div class="productProcess">
-    
-    <!-- 濡傛灉椤甸潰鍒锋柊鏁版嵁姣旇緝棰戠箒锛屽彲浠ュ皢loading銆乻howFlag鐨勭浉鍏充唬鐮佸垹闄わ紝闃叉杩囦簬棰戠箒鐨勫嚭鐜板姞杞藉姩鐢� -->
-    <div class="loading_div" v-show="!showFlag">
-      <div>Loading...</div>  <!-- 杩欎釜loading鑷繁鍐欙紝浠g爜娌¤创鍑烘潵 -->
-    </div>
- 
-    <div class="success_info_body" v-show="showFlag">
-      
-      <!-- 鏍囧噯title鍙互璋冪敤缁勪欢 -->
-      <div class="title_div">
-        1213
-      </div>
- 
-      <!-- 鍙傛暟鍚嶇О銆佸垪鏁版牴鎹疄闄呮儏鍐佃皟鏁� -->
-      <div class="table_body">
-        <div class="table_th">
-          <div class="tr1 th_style">鎺掍骇缂栧彿</div>
-          <div class="tr2 th_style">绫诲瀷</div>
-          <div class="tr3 th_style">鏃ユ湡</div>
-          <div class="tr4 th_style">杩涘害</div>
-        </div>
-        <div class="table_main_body">
-          <div class="table_inner_body" :style="{top: tableTop + 'px'}">
-            <div class="table_tr" v-for="(item,index) in tableList" :key="index">
-              <div class="tr1 tr">{{item.planNo}}</div>
-              <div class="tr2 tr">{{item.type}}</div>
-              <div class="tr3 tr" v-if="item.startDate!='-'">{{item.startDate}} ~ {{item.endDate}}</div>
-              <div class="tr3 tr" v-else>-</div>
-              <div class="tr4 tr" v-if="item.process!='-'">{{Number(item.process).toFixed(2)}} %</div>
-              <div class="tr4 tr" v-else>-</div>
-            </div>
-          </div>
-        </div>
-      </div>
-    </div>
-  </div>
-</template>
- 
-<script>
-export default {
-  
-  data() {
-    return {
-      showFlag: true,
-      tableTimer: null,
-      tableTop: 0,
-      tableList: [],
-      /* tableList 鍙傝�冩牸寮�
-        [{
-          "process":0.0000,
-          "planNo":"BP2022060701",
-          "endDate":"2022-06-07",
-          "type":"鐮屽潡",
-          "startDate":"2022-06-07"
-        },
-        {
-          "process":0.0000,
-          "planNo":"WP2022061301",
-          "endDate":"2022-06-13",
-          "type":"澧欐澘",
-          "startDate":"2022-06-13"
-        }]
-      */
-      tableListSize: 0,
-      componentTimer: null,
- 
-      //闇�瑕佹牴鎹儏鍐佃缃殑鍙傛暟
-      title: "鎺掍骇杩涘害",
-      visibleSize: 6, //瀹瑰櫒鍐呭彲瑙嗘渶澶у畬鏁磋鏁�
-      lineHeight: 49, //姣忚鐨勫疄闄呴珮搴︼紙鍖呭惈margin-top/bottom,border绛夛級
-      componentTimerInterval: 3600000, //鍒锋柊鏁版嵁鐨勬椂闂撮棿闅�
-      tableTimerInterval: 100 //鍚戜笂婊氬姩 1px 鎵�闇�瑕佺殑鏃堕棿锛岃秺灏忚秺蹇紝鎺ㄨ崘鍊� 100
-    };
-  },
- 
-  //濡傛灉娌℃湁鐖跺厓绱犱紶鍊硷紝灏唚atch鍐呯殑鍐呭鎼嚦mounted涓嵆鍙�
-  props: ["activeFactoryId"],
-  watch: {
-    activeFactoryId(val, oldVal) {
-      clearInterval(this.componentTimer);
-      this.bsGetProductProcess();
-      this.componentTimerFun();
-    }
-  },
-  mounted() {
- 
-  },
-  beforeDestroy() {
-    clearInterval(this.componentTimer);
-    clearInterval(this.tableTimer);
-  },
-  methods: {
-    //璋冪敤鏁版嵁鎺ュ彛锛岃幏鍙栧垪琛ㄦ暟鎹紝鏍规嵁鑷繁鎯呭喌濉帴鍙rl
-    bsGetProductProcess() {
-      clearInterval(this.tableTimer);
-      this.tableTop = 0;
-      // if (this.activeFactoryId != "") {
-      //   this.showFlag = false;
-      //   this.$ajax({
-      //     method: "get",
-      //     url: `` //鏍规嵁鑷繁鎯呭喌濉帴鍙rl
-      //   })
-      //     .then(res => {
-      //       this.tableList = res.data.data;
-      //       this.showFlag = true;
-      //       this.tableActionFun();
-      //     })
-      //     .catch(function(err) {
-      //       console.log("bsGetProductProcess error!");
-      //     });
-      // }
-    },
-    tableActionFun() {
-      this.tableListSize = this.tableList.length;
-      if (this.tableListSize > this.visibleSize) {
-        this.tableList = this.tableList.concat(this.tableList);
-        this.tableTimerFun();
-      } else {
-        this.fillTableList();
-      }
-    },
-    //褰撴暟鎹繃灏戞椂锛屼笉瑙﹀彂鑷姩杞挱浜嬩欢锛屽苟濉厖娌℃湁鏁版嵁鐨勮锛屽弬鏁版牴鎹疄闄呮儏鍐典慨鏀瑰嵆鍙�
-    fillTableList() {
-      var addLength = this.visibleSize - this.tableListSize;
-      for (var i = 0; i < addLength; i++) {
-        this.tableList.push({
-          planNo: "-",
-          type: "-",
-          startDate: "-",
-          endDate: "-",
-          process: "-"
-        });
-      }
-    },
-    tableTimerFun() {
-      var count = 0;
-      this.tableTimer = setInterval(() => {
-        if (count < (this.tableList.length / 2) * this.lineHeight) {
-          this.tableTop -= 1;
-          count++;
-        } else {
-          count = 0;
-          this.tableTop = 0;
-        }
-      }, this.tableTimerInterval);
-    },
-    componentTimerFun() {
-      this.componentTimer = setInterval(() => {
-        this.bsGetProductProcess();
-      }, this.componentTimerInterval);
-    }
-  }
-};
-</script>
- 
-<style scoped>
-.productProcess {
-  width: 550px;
-  height: 415px;
-}
-.loading_div {
-  color: #eee;
-  padding-top: 100px;
-}
-.title_div {
-  width: 100%;
-}
-.table_body {
-  width: 100%;
-  margin-top: 15px;
-}
-.table_th {
-  width: 100%;
-  display: flex;
-  height: 40px;
-  line-height: 40px;
-}
-.tr {
-  overflow: hidden;
-  text-overflow: ellipsis;
-  white-space: nowrap;
-  box-sizing: border-box;
-  padding: 0 5px;
-  text-align: center;
-  font-size: 14px;
-}
-.tr1 {
-  width: 28%;
-}
-.tr2 {
-  width: 15%;
-}
-.tr3 {
-  width: 35%;
-  font-size: 13px;
-}
- 
-.tr4 {
-  flex: 1;
-}
- 
-.th_style {
-  color: rgb(0, 221, 253);
-  font-weight: bold;
-  font-size: 18px;
-  overflow: hidden;
-  text-overflow: ellipsis;
-  white-space: nowrap;
-  box-sizing: border-box;
-  padding: 0 5px;
-  text-align: center;
-}
-.table_main_body {
-  width: 100%;
-  height: 294px;
-  overflow: hidden;
-  position: relative;
-}
-.table_inner_body {
-  width: 100%;
-  position: absolute;
-  left: 0;
-}
-.table_tr {
-  display: flex;
-  height: 40px;
-  line-height: 40px;
-  color: #eee;
-  font-size: 15px;
-  background: rgba(3, 145, 167, 0.1);
-  border: 1px solid rgb(4, 114, 131);
-  margin-top: 7px;
-}
-</style>
\ No newline at end of file
diff --git a/screen_standard/src/components/TheWelcome.vue b/screen_standard/src/components/TheWelcome.vue
deleted file mode 100644
index 5e64625..0000000
--- a/screen_standard/src/components/TheWelcome.vue
+++ /dev/null
@@ -1,86 +0,0 @@
-<script setup>
-import WelcomeItem from './WelcomeItem.vue'
-import DocumentationIcon from './icons/IconDocumentation.vue'
-import ToolingIcon from './icons/IconTooling.vue'
-import EcosystemIcon from './icons/IconEcosystem.vue'
-import CommunityIcon from './icons/IconCommunity.vue'
-import SupportIcon from './icons/IconSupport.vue'
-</script>
-
-<template>
-  <WelcomeItem>
-    <template #icon>
-      <DocumentationIcon />
-    </template>
-    <template #heading>Documentation</template>
-
-    Vue鈥檚
-    <a href="https://vuejs.org/" target="_blank" rel="noopener">official documentation</a>
-    provides you with all information you need to get started.
-  </WelcomeItem>
-
-  <WelcomeItem>
-    <template #icon>
-      <ToolingIcon />
-    </template>
-    <template #heading>Tooling</template>
-
-    This project is served and bundled with
-    <a href="https://vitejs.dev/guide/features.html" target="_blank" rel="noopener">Vite</a>. The
-    recommended IDE setup is
-    <a href="https://code.visualstudio.com/" target="_blank" rel="noopener">VSCode</a> +
-    <a href="https://github.com/johnsoncodehk/volar" target="_blank" rel="noopener">Volar</a>. If
-    you need to test your components and web pages, check out
-    <a href="https://www.cypress.io/" target="_blank" rel="noopener">Cypress</a> and
-    <a href="https://on.cypress.io/component" target="_blank">Cypress Component Testing</a>.
-
-    <br />
-
-    More instructions are available in <code>README.md</code>.
-  </WelcomeItem>
-
-  <WelcomeItem>
-    <template #icon>
-      <EcosystemIcon />
-    </template>
-    <template #heading>Ecosystem</template>
-
-    Get official tools and libraries for your project:
-    <a href="https://pinia.vuejs.org/" target="_blank" rel="noopener">Pinia</a>,
-    <a href="https://router.vuejs.org/" target="_blank" rel="noopener">Vue Router</a>,
-    <a href="https://test-utils.vuejs.org/" target="_blank" rel="noopener">Vue Test Utils</a>, and
-    <a href="https://github.com/vuejs/devtools" target="_blank" rel="noopener">Vue Dev Tools</a>. If
-    you need more resources, we suggest paying
-    <a href="https://github.com/vuejs/awesome-vue" target="_blank" rel="noopener">Awesome Vue</a>
-    a visit.
-  </WelcomeItem>
-
-  <WelcomeItem>
-    <template #icon>
-      <CommunityIcon />
-    </template>
-    <template #heading>Community</template>
-
-    Got stuck? Ask your question on
-    <a href="https://chat.vuejs.org" target="_blank" rel="noopener">Vue Land</a>, our official
-    Discord server, or
-    <a href="https://stackoverflow.com/questions/tagged/vue.js" target="_blank" rel="noopener"
-      >StackOverflow</a
-    >. You should also subscribe to
-    <a href="https://news.vuejs.org" target="_blank" rel="noopener">our mailing list</a> and follow
-    the official
-    <a href="https://twitter.com/vuejs" target="_blank" rel="noopener">@vuejs</a>
-    twitter account for latest news in the Vue world.
-  </WelcomeItem>
-
-  <WelcomeItem>
-    <template #icon>
-      <SupportIcon />
-    </template>
-    <template #heading>Support Vue</template>
-
-    As an independent project, Vue relies on community backing for its sustainability. You can help
-    us by
-    <a href="https://vuejs.org/sponsor/" target="_blank" rel="noopener">becoming a sponsor</a>.
-  </WelcomeItem>
-</template>

--
Gitblit v1.9.3