From f268cb09e4085c874b3d812fd193e8390f31dbd8 Mon Sep 17 00:00:00 2001 From: liukang <644012909@qq.com> Date: Mon, 20 Jan 2025 14:29:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=91=E6=8A=80=E7=B3=BB=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 8 +- pages/ProjectPlanning/ProjectPlanning.vue | 9 +- pages/TechnologySystems/TechnologySystems.vue | 85 +++++++++++++++++- static/eight1.jpg | Bin 0 -> 3748341 bytes static/eight2.jpg | Bin 0 -> 3746422 bytes static/eight3.jpg | Bin 0 -> 3083243 bytes static/eight4.jpg | Bin 0 -> 3200727 bytes static/eight5.jpg | Bin 0 -> 3636623 bytes static/eight6.jpg | Bin 0 -> 2962462 bytes static/eight7.jpg | Bin 0 -> 2641992 bytes static/eight8.jpg | Bin 0 -> 3331283 bytes static/eight9.jpg | Bin 0 -> 4086222 bytes 12 files changed, 92 insertions(+), 10 deletions(-) create mode 100644 static/eight1.jpg create mode 100644 static/eight2.jpg create mode 100644 static/eight3.jpg create mode 100644 static/eight4.jpg create mode 100644 static/eight5.jpg create mode 100644 static/eight6.jpg create mode 100644 static/eight7.jpg create mode 100644 static/eight8.jpg create mode 100644 static/eight9.jpg diff --git a/manifest.json b/manifest.json index a4e8057..212bfa9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name" : "yglt_uniapp", + "name" : "阳光澜庭", "appid" : "__UNI__542B476", "description" : "", "versionName" : "1.0.0", @@ -14,8 +14,8 @@ "ignoreVersion" : true }, "splashscreen" : { - "alwaysShowBeforeRender" : true, - "waiting" : true, + "alwaysShowBeforeRender" : false, + "waiting" : false, "autoclose" : true, "delay" : 0 }, @@ -76,6 +76,6 @@ "uniStatistics" : { "enable" : false }, - "orientation" : [ "landscape-primary" ], + "orientation" : [ "landscape-primary" ], "vueVersion" : "3" } diff --git a/pages/ProjectPlanning/ProjectPlanning.vue b/pages/ProjectPlanning/ProjectPlanning.vue index 375d974..91ad334 100644 --- a/pages/ProjectPlanning/ProjectPlanning.vue +++ b/pages/ProjectPlanning/ProjectPlanning.vue @@ -352,7 +352,7 @@ } .top-left-content-item-content { - font-size: 12rpx; + font-size: 10rpx; } .top-left-content-item-img { @@ -477,7 +477,7 @@ .top-content-four-content { margin-top: 10rpx; - font-size: 12rpx; + font-size: 10rpx; width: 75%; margin-bottom: 8rpx; } @@ -530,20 +530,19 @@ display: flex; width: 100%; height: 100%; - padding: 30rpx 0 0 0; + padding: 0rpx 0 0 0; } .two-six-img { flex: 1; display: flex; - padding: 10rpx; box-sizing: border-box; justify-content: center; align-items: center; } .two-six-img image { - width: 100%; + width: 90%; height: auto; } diff --git a/pages/TechnologySystems/TechnologySystems.vue b/pages/TechnologySystems/TechnologySystems.vue index 7fe0d7e..16f8ed4 100644 --- a/pages/TechnologySystems/TechnologySystems.vue +++ b/pages/TechnologySystems/TechnologySystems.vue @@ -2,7 +2,35 @@