gpt4 book ai didi

html - 去除覆盖4列产品的白色背景

转载 作者:太空宇宙 更新时间:2023-11-03 22:57:41 25 4
gpt4 key购买 nike

我们可以看到白色背景覆盖了 4 列[products],如下所示

enter image description here

我想删除白色背景并像这样制作

enter image description here

@media only screen and (min-width: 1224px)
.category-products {
clear: both;
}

@media only screen and (min-width: 480px)
.products-grid {
background: none;
}

@media only screen and (min-width: 1224px)
.catalogsearch-result-index .products-grid > li:nth-child(3n+1) {
clear: none;
}

最佳答案

您的问题出在 styles.css 文件的第 11151 行:

.catalogsearch-result-index .col-main {background: #fff none repeat scroll 0 0;box-shadow: 3px 3px 3px #ccc;padding: 10px;}

删除/覆盖 backgroundbox-shadow 属性,它将起作用

关于html - 去除覆盖4列产品的白色背景,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37746126/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com