Compare commits

...

2 Commits

Author SHA1 Message Date
29c8a71f07 Merge branch 'bigPic' 2022-02-11 13:41:45 +08:00
a5aac00688 修改字体大小和去掉全年目标tit 2022-02-11 13:41:13 +08:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

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