Compare commits

..

2 Commits

Author SHA1 Message Date
d82813b652 Merge branch 'bigPic' 2022-02-11 17:08:31 +08:00
ab732693ff 经营管理center字体改小 2022-02-11 17:08:13 +08:00

View File

@ -861,16 +861,16 @@ export default {
} }
} }
.box { .box {
font-size: 21px; font-size: 20px;
font-family: Roboto-BlackItalic, Roboto; font-family: Roboto-BlackItalic, Roboto;
font-weight: 600; font-weight: 600;
color: #55c5a2; color: #55c5a2;
} }
.num { .num {
font-size: 14px; font-size: 13px;
} }
.num2 { .num2 {
font-size: 16px; font-size: 14px;
margin-left: 5px; margin-left: 5px;
color: #fff; color: #fff;
} }