You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
test/src/components/BalanceState/style.less

13 lines
195 B

.balance-state{
margin: 60px auto;
text-align: center;
.balance-num{
transform: scale(2);
}
.balance-form{
margin-top: 40px;
}
.after-balance-num{
margin-top: 20px;
}
}