修改字体大小和去掉全年目标tit
This commit is contained in:
@ -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;
|
||||
|
@ -861,7 +861,7 @@ export default {
|
||||
}
|
||||
}
|
||||
.box {
|
||||
font-size: 26px;
|
||||
font-size: 21px;
|
||||
font-family: Roboto-BlackItalic, Roboto;
|
||||
font-weight: 600;
|
||||
color: #55c5a2;
|
||||
|
Reference in New Issue
Block a user