修改箱子背景色

This commit is contained in:
cebgcontract 2022-04-11 16:49:53 +08:00
parent 08c9d860d6
commit c9fb2989ef

View File

@ -366,7 +366,7 @@ export default class OneBox extends Vue {
.bottomBox {
display: flex;
flex-direction: column;
background: #000000;
background: #211638;
margin-top: toEm(26px);
width: 100%;
border-radius: 0 0 toEm(8px) toEm(8px);