|
@@ -57,24 +57,6 @@
|
|
|
onMounted(() => {})
|
|
|
</script>
|
|
|
<style lang="scss" scoped>
|
|
|
- .category-list {
|
|
|
- display: grid;
|
|
|
- grid-template-rows: repeat(auto-fill, minmax(192rpx, 1fr)); /* 自动填充行,每行高度为 192rpx */
|
|
|
- grid-template-columns: repeat(3, 1fr);
|
|
|
- grid-auto-flow: row; /* 确保项目会填充所有的网格单元 */
|
|
|
- grid-gap: 24rpx 32rpx;
|
|
|
- }
|
|
|
- /* 添加额外的空白行 */
|
|
|
- .category-list::after {
|
|
|
- grid-column: 1 / -1;
|
|
|
- height: 144rpx; /* 额外的空行高度 */
|
|
|
- content: '';
|
|
|
- }
|
|
|
-
|
|
|
- .border2 {
|
|
|
- border-color: $shop-bg-line;
|
|
|
- }
|
|
|
-
|
|
|
::v-deep .wd-navbar {
|
|
|
background-color: transparent;
|
|
|
}
|