mirror of
https://gitee.com/gz-yami/mall4j.git
synced 2026-03-22 09:17:16 +08:00
商店热搜页修复样式错乱
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.container {
|
||||
background: #fff;
|
||||
margin: 7px;
|
||||
background: #f4f4f4;
|
||||
padding: 7px;
|
||||
}
|
||||
.line-fix {
|
||||
width: 100%;
|
||||
@@ -19,6 +19,13 @@
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
}
|
||||
:deep(.prod-items) {
|
||||
display: inline-block;
|
||||
width: 345rpx !important;
|
||||
&:nth-child(2n) {
|
||||
margin-left: 30rpx;
|
||||
}
|
||||
}
|
||||
/* 空 */
|
||||
.empty {
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user