diff --git a/src/pages_qiun/components/text-block/text-block.vue b/src/pages_qiun/components/text-block/text-block.vue
index d560e72..035d372 100644
--- a/src/pages_qiun/components/text-block/text-block.vue
+++ b/src/pages_qiun/components/text-block/text-block.vue
@@ -5,13 +5,13 @@
{{item.content[0].value}}
{{item.content[1].text}}
-
+
{{content.text}}:
{{content.value}}
-
+
{{item.content[0].value}}
{{item.content[1].text}}
@@ -21,17 +21,17 @@
-
+
{{item.content[0].text}}
{{item.content[1].value}}
{{item.content[2].text}}
-
-
+
+
{{item.content[3].value}}
-
+
{{item.content[0].text}}
{{item.content[1].value}}
@@ -119,7 +119,7 @@
border-radius: 10rpx;
.four_3{
display: flex;
- li {
+ .li_1 {
list-style-type:none;
}
.icon{
diff --git a/src/pages_qiun/pages/finance/index.vue b/src/pages_qiun/pages/finance/index.vue
index ae8b682..58a42a6 100644
--- a/src/pages_qiun/pages/finance/index.vue
+++ b/src/pages_qiun/pages/finance/index.vue
@@ -2,7 +2,7 @@
-
+
@@ -79,7 +79,7 @@
{{ item.time }}
-
+
{{ item.type == 'income' ? '+' : '-' }}{{ item.money }}
@@ -288,7 +288,7 @@ export default {
margin: 0;
padding-bottom: 20rpx;
- li {
+ .li_4 {
list-style-type: none;
}
@@ -322,7 +322,7 @@ export default {
width: 30%;
text-align: center;
- li {
+ .li_2 {
font-size: 80rpx;
}
}
diff --git a/src/pages_qiun/pages/main/index.vue b/src/pages_qiun/pages/main/index.vue
index 694e87f..6a931d7 100644
--- a/src/pages_qiun/pages/main/index.vue
+++ b/src/pages_qiun/pages/main/index.vue
@@ -4,8 +4,8 @@
-
- {{ title ? title : '' }}
+
+ {{ title ? title : '' }}
@@ -198,7 +198,7 @@ body {
height: 100%;
}
-li {
+.li_5 {
list-style-type: none;
}
diff --git a/src/pages_qiun/pages/school/index.vue b/src/pages_qiun/pages/school/index.vue
index 503d0a9..6185f5a 100644
--- a/src/pages_qiun/pages/school/index.vue
+++ b/src/pages_qiun/pages/school/index.vue
@@ -2,9 +2,9 @@
-
+
{{ title ? title : '' }}
-
+
@@ -137,7 +137,7 @@ export default {
animation: bganimation 15s infinite;
}
-li {
+.li_6 {
list-style-type: none;
}
diff --git a/src/pages_qiun/pages/sport/index.vue b/src/pages_qiun/pages/sport/index.vue
index 89908d4..620d34c 100644
--- a/src/pages_qiun/pages/sport/index.vue
+++ b/src/pages_qiun/pages/sport/index.vue
@@ -1,7 +1,7 @@
-
+
@@ -15,7 +15,7 @@
本次评分
98
-
+
0.4
@@ -45,7 +45,7 @@
身体消耗
-
+
约消耗
1000毫升牛奶
@@ -53,7 +53,7 @@
-
+
心率变化曲线
心率变化
@@ -67,7 +67,7 @@
-
+
心率区间
@@ -86,28 +86,28 @@
-
+
运动分析
-
+
跑步机
-
+
3.24P.M
-
+
热量消耗(千卡)
-
+
燃烧脂肪
@@ -691,7 +691,7 @@ export default {
}
}
- li {
+ .li_7 {
list-style-type: none;
}
diff --git a/tsconfig.json b/tsconfig.json
index fbe356b..96e7be2 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -16,5 +16,5 @@
"vue": ["node_modules/vue"]
},
},
- "include": ["src/**/*.ts"]
+ "include": ["src/**/*.ts", "src/plugins/index.js"]
}
\ No newline at end of file