Commit db083d67 by lmf

优化标题样式

parent 0ae653ee
......@@ -113,11 +113,12 @@
}
#maincontent .page-title-wrapper .page-title-wrapper .product .page-title .base{
display: block;
.product-info-main {
.page-title-wrapper .product{
.page-title {
display: block;
}
}
}
#maincontent .page-title-wrapper .page-title .base{
......@@ -132,7 +133,7 @@
position: relative;
padding-bottom: 12px;
margin-bottom: 10px;
font-family: 'Outfit', sans-serif;
font-family: Outfit-Regular;
display: block;
}
......@@ -143,6 +144,7 @@
.swatch-option .text {
display: block;
font-family: Outfit-Regular;
width: 40px;
height: 40px;
line-height: 40px;
......@@ -158,7 +160,8 @@
.block-content .recent .products-list .product-items .product-item .product-item-info .product-item-details .product-item-name{
text-overflow: ellipsis;
text-overflow: ellipsis;
font-family: Outfit-Regular;
white-space: nowrap;
overflow: hidden;
cursor: pointer;
......
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