From 823944548f5683581d9c56067351a4c4fae77f92 Mon Sep 17 00:00:00 2001 From: D <3066417822@qq.com> Date: Sun, 27 Aug 2023 19:54:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E9=99=A4=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/text-block/text-block.vue | 14 ++++++------ src/pages_qiun/pages/finance/index.vue | 8 +++---- src/pages_qiun/pages/main/index.vue | 6 ++--- src/pages_qiun/pages/school/index.vue | 6 ++--- src/pages_qiun/pages/sport/index.vue | 22 +++++++++---------- tsconfig.json | 2 +- 6 files changed, 29 insertions(+), 29 deletions(-) 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 @@