【发布时间】:2016-01-23 15:37:16
【问题描述】:
我在背景中将 SVG 图像居中时遇到问题。
这里是 CCS:
.cs-title {
display: block;
background: url("../logo.svg");
background-repeat: no-repeat;
height: 220px;
margin: 0 auto;
text-indent: -9999px;
width: 440px;
background-position:left center;
float: center;
}
你们有什么想法吗?
谢谢!
【问题讨论】:
-
我同意 Sam 的 cmets。请参考此link。
-
如果没有 SVG 本身的详细信息,我们无法提供太多建议。如果徽标本身不在 SVG 中居中,您将遇到麻烦。
-
你也知道没有像
float:center这样的属性/值