This commit is contained in:
shijingjing
2022-04-20 15:57:52 +08:00
parent c2b186c328
commit 7c834349d9
2 changed files with 26 additions and 15 deletions

View File

@@ -25,10 +25,21 @@ export default {
<style lang="scss" scoped>
.AppGreatPowerIntegral {
.myIntegral {
padding-top: 30px;
box-sizing: border-box;
height: 344px;
width: 100%;
background: #4181FF;
text-align: center;
span {
font-size: 100px;
font-weight: 600;
color: #FFFFFF;
}
label {
font-size: 32px;
color: #FFFFFF;
}
}
}
</style>