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