optmization
This commit is contained in:
parent
d50126e29c
commit
3c0292a0f0
|
@ -14,6 +14,8 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="less">
|
<style lang="less">
|
||||||
|
@import url('../../assets/style/index.less');
|
||||||
|
|
||||||
.number-show {
|
.number-show {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
||||||
|
@ -23,11 +25,11 @@ export default {
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
line-height: 70px;
|
line-height: 70px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: rgba(4, 49, 128, 0.6);
|
background-color: @NSIBC;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
color: rgb(8, 229, 255);
|
color: @NSINC;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 45px;
|
font-size: @NSIFS;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue