Commit d7576396 by lmf

修复详情标题过长问题

parent e99dee79
......@@ -134,6 +134,17 @@ footer a{
padding-top: 10px;
}
#maincontent > .columns > .column .main > .product-info-wrapper > .page-title-wrapper .product{
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
cursor: pointer;
width: 100%;
display: inline-block;
color: #222222;
margin-top: 5px;
}
}
......
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