Explorar o código

新增健康报告的数据,还未对接

wanglaoye hai 1 ano
pai
achega
62a2ea7700
Modificáronse 2 ficheiros con 890 adicións e 156 borrados
  1. 34 34
      App.vue
  2. 856 122
      pages/health_report/component/detection_result.vue

+ 34 - 34
App.vue

@@ -59,6 +59,40 @@
 		},
 	}
 </script>
+
+<style>
+	/*每个页面公共css */
+	@import url("@/static/style/style.css");
+	@import url("@/static/style/icon.css");
+	@import url("@/static/style/color.css");
+
+	page {
+		background: #f5f5f5;
+	}
+
+	.my-button {
+		border-radius: 0px;
+		transform: initial;
+		background-color: transparent;
+	}
+
+	.my-button:after {
+		border-width: 0px !important;
+		border-radius: 0px !important;
+		transform: initial;
+		background-color: transparent;
+		width: 100%;
+		height: 100%;
+	}
+
+	.bule_line {
+		width: 10rpx;
+		height: 30rpx;
+		background-color: #1e8ff9;
+		border-radius: 6rpx;
+		box-shadow: 0px 2px 4px 0px rgba(121, 190, 254, 0.59);
+	}
+</style>
 uni.getSystemInfo({
 success: (e) => {
 let statusBar = 0
@@ -99,37 +133,3 @@ this.globalData.SET_CUSTOM_BAR = customBar
 this.globalData.SET_STATUS_BAR = statusBar
 }
 })
-
-<style>
-	/*每个页面公共css */
-	@import url("@/static/style/style.css");
-	@import url("@/static/style/icon.css");
-	@import url("@/static/style/color.css");
-
-	page {
-		background: #f5f5f5;
-	}
-
-	.my-button {
-		border-radius: 0px;
-		transform: initial;
-		background-color: transparent;
-	}
-
-	.my-button:after {
-		border-width: 0px !important;
-		border-radius: 0px !important;
-		transform: initial;
-		background-color: transparent;
-		width: 100%;
-		height: 100%;
-	}
-
-	.bule_line {
-		width: 10rpx;
-		height: 30rpx;
-		background-color: #1e8ff9;
-		border-radius: 6rpx;
-		box-shadow: 0px 2px 4px 0px rgba(121, 190, 254, 0.59);
-	}
-</style>

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 856 - 122
pages/health_report/component/detection_result.vue