45 lines
802 B
Plaintext
45 lines
802 B
Plaintext
@import "../../style/CommonStyle.module.less";
|
|
@import "../../style/utils.module.less";
|
|
|
|
.container {
|
|
background-color: #f8f8f8;
|
|
padding-top: 60px;
|
|
}
|
|
.emptyBox {
|
|
width: 1200px;
|
|
height: 288px;
|
|
text-align: center;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
align-content: center;
|
|
padding: 18px 300px;
|
|
.emptyImg {
|
|
width: 360px;
|
|
height: 168px;
|
|
}
|
|
.emptyTitle {
|
|
margin-top: 6px;
|
|
width: 377px;
|
|
height: 26px;
|
|
font-size: 36px;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
color: #a3a3a3;
|
|
}
|
|
.emptySubTitle {
|
|
margin-top: 6px;
|
|
width: 350px;
|
|
height: 18px;
|
|
font-size: 23.5px;
|
|
font-weight: normal;
|
|
text-align: center;
|
|
color: #b5b5b5;
|
|
}
|
|
}
|
|
.bestSeller {
|
|
margin-top: 70px;
|
|
width: 1200px;
|
|
padding-right:10px;
|
|
}
|