vue版本升级为2.6 优化cdn加载,优化部分样式,删除某部分图片,修改店铺bug

This commit is contained in:
lemon橪
2021-09-06 17:01:38 +08:00
parent 43349a51d1
commit b0021a759f
56 changed files with 5319 additions and 29769 deletions

View File

@@ -152,15 +152,7 @@ export default {
}
}
}
/** 限时秒杀 */
.limit-img {
display: flex;
flex-direction: row;
img {
width: 300px;
height: 100px;
}
}
/** 折扣广告 */
.discountAdvert {
width: 1300px;
@@ -173,7 +165,7 @@ export default {
padding-left: 295px;
display: flex;
flex-wrap: wrap;
align-items: start;
align-items: flex-start;
img {
margin-top: 10px;
margin-right: 10px;
@@ -185,16 +177,6 @@ export default {
}
}
/** 装修模态框 内部样式start */
.modal-top-advert {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
> * {
margin-bottom: 10px;
}
}
.width_1200_auto{
width: 1200px;
margin: 0 auto;