初始化

This commit is contained in:
hezhidong
2024-01-30 09:30:56 +08:00
parent a38cfb023d
commit ff582f261b
213 changed files with 37514 additions and 4 deletions
+35
View File
@@ -0,0 +1,35 @@
@import './index.scss';
/* 页面宽度小于1200px
------------------------------- */
@media screen and (max-width: $lg) {
.home-recommend-row {
.home-recommend {
margin-bottom: 15px;
}
& .el-col:last-of-type,
& .el-col:nth-last-child(2) {
.home-recommend {
margin-bottom: 0;
}
}
}
.home-lg {
margin-bottom: 15px;
}
}
/* 页面宽度小于992px
------------------------------- */
@media screen and (max-width: $md) {
.home-recommend-row {
& .el-col:nth-last-child(2) {
margin-bottom: 15px;
}
& .el-col:last-of-type {
.home-recommend {
margin-bottom: 0;
}
}
}
}