Commit f507a0e7 by dhn

修改手机版浏览过商品样式

parent de0a7b37
...@@ -14,7 +14,18 @@ $type = $block->getType(); ...@@ -14,7 +14,18 @@ $type = $block->getType();
?> ?>
<style> <style>
@media(max-width: 768px){ @media(max-width: 768px){
.products-title h2{
text-transform:uppercase;
font-size: 16px;
font-weight: bold;
color: #000000;
margin: 0px;
padding: 1rem;
text-align: center;
}
.catalog-product-view .products-title h2{
text-transform:capitalize;
}
} }
@media(min-width: 768px){ @media(min-width: 768px){
.products-list{ .products-list{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment