This commit is contained in:
蔡玲
2024-09-30 10:17:01 +08:00
parent 84be42a993
commit 42796c896e
2 changed files with 6 additions and 6 deletions

View File

@@ -336,12 +336,12 @@ export default {
subtext: total, subtext: total,
textAlign: 'center', textAlign: 'center',
textStyle: { textStyle: {
fontSize: 10, fontSize: 9,
lineHeight: 10, lineHeight: 10,
color: '#A8C3E6' color: '#A8C3E6'
}, },
subtextStyle: { subtextStyle: {
fontSize: 14, fontSize: 10,
lineHeight: 8, lineHeight: 8,
color: '#DBE7F6' color: '#DBE7F6'
} }

View File

@@ -64,10 +64,10 @@
background center / 100% 100% url('../../../images/bg-title_2_s.png') no-repeat background center / 100% 100% url('../../../images/bg-title_2_s.png') no-repeat
padding 2px 22px padding 2px 22px
p p
font-size 12px font-size 10px
font-weight: 400; font-weight: 400;
color: #fff; color: #fff;
line-height 8px line-height 12px
.title_wraper_1 .title_wraper_1
background-image url('../../../images/bg-title_1_s.png') background-image url('../../../images/bg-title_1_s.png')
.content_wraper .content_wraper
@@ -102,7 +102,7 @@
li li
float left float left
width 15% width 15%
font-size 10px; font-size 8px;
line-height 20px line-height 20px
color #AFBED8 color #AFBED8
text-align center text-align center
@@ -214,7 +214,7 @@
&:last-child &:last-child
background none background none
.p2 .p2
font-size: 6px; font-size: 7px;
color: #84B0DA; color: #84B0DA;
text-align: center; text-align: center;
font-weight: 700; font-weight: 700;