修改字体大小和去掉全年目标tit

This commit is contained in:
熊丽君
2022-02-11 13:41:13 +08:00
parent 290d8ae262
commit a5aac00688
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
src="./conter.png"
style="width: 100%; height: 100%"
/>
<rocketTit class="tit">全年目标</rocketTit>
<!-- <rocketTit class="tit">全年目标</rocketTit> -->
<div class="data">
<div class="data-item">
<div>
@ -163,7 +163,7 @@ export default {
.data {
display: flex;
justify-content: space-evenly;
margin: 0 30px;
margin: 15px 30px 0;
background: rgba(2, 18, 63, 0.33);
color: #ffffff;
font-size: 18px;

View File

@ -861,7 +861,7 @@ export default {
}
}
.box {
font-size: 26px;
font-size: 21px;
font-family: Roboto-BlackItalic, Roboto;
font-weight: 600;
color: #55c5a2;