From 42796c896e7ba66583c768a96aecb0e4c60ce4e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E7=8E=B2?= <8702040+cai-ling@user.noreply.gitee.com> Date: Mon, 30 Sep 2024 10:17:01 +0800 Subject: [PATCH] css --- src/pages_960/modules/home/index.vue | 4 ++-- src/pages_960/modules/home/style.stylus | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages_960/modules/home/index.vue b/src/pages_960/modules/home/index.vue index dda4a34..8ac56be 100644 --- a/src/pages_960/modules/home/index.vue +++ b/src/pages_960/modules/home/index.vue @@ -336,12 +336,12 @@ export default { subtext: total, textAlign: 'center', textStyle: { - fontSize: 10, + fontSize: 9, lineHeight: 10, color: '#A8C3E6' }, subtextStyle: { - fontSize: 14, + fontSize: 10, lineHeight: 8, color: '#DBE7F6' } diff --git a/src/pages_960/modules/home/style.stylus b/src/pages_960/modules/home/style.stylus index b09cd34..2b65b11 100644 --- a/src/pages_960/modules/home/style.stylus +++ b/src/pages_960/modules/home/style.stylus @@ -64,10 +64,10 @@ background center / 100% 100% url('../../../images/bg-title_2_s.png') no-repeat padding 2px 22px p - font-size 12px + font-size 10px font-weight: 400; color: #fff; - line-height 8px + line-height 12px .title_wraper_1 background-image url('../../../images/bg-title_1_s.png') .content_wraper @@ -102,7 +102,7 @@ li float left width 15% - font-size 10px; + font-size 8px; line-height 20px color #AFBED8 text-align center @@ -214,7 +214,7 @@ &:last-child background none .p2 - font-size: 6px; + font-size: 7px; color: #84B0DA; text-align: center; font-weight: 700;