TestEShopDist/src/components/empty/index.module.scss
2023-02-21 20:00:55 +08:00

21 lines
305 B
SCSS

.mainBox {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
.pic {
width: 522px;
height: 322px;
// opacity: 0.3;
margin-bottom: 24px;
}
.text {
font-size: 26px;
color: $color_font_two;
font-weight: 400;
}
}