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 @@