Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在内容区域的 2 个 DIV(中心的大图像)和投票之间添加一条线时遇到问题。
欢迎任何帮助,请。
谢谢
将您#main1的 CSS 更改为:
#main1
#main1 { border-right: 2px solid #666666; float: left; margin: 0 auto; padding-right: 30px; }
除非您需要background: none repeat scroll 0 0 #666666;,否则您将不得不对该padding-right属性做一些不同的事情。
background: none repeat scroll 0 0 #666666;
padding-right
您可以将宽度/边框样式/颜色更改为您需要的任何内容。