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.
我正在尝试对齐标题和它下面的摘要。 http://pligg.marsgibson.info/story.php?title=when-i-was-responsible-for-all-the-pcs-in-a-large-studio-i-learned-that-i-needed-随时携带恢复磁盘-
看截图 http://i50.tinypic.com/2akb4m0.jpg
建议css根据截图对齐
您应该使用margin并padding正确对齐它们,例如:
margin
padding
.title{ margin-left: 46px; } .summary{ padding: 5px 80px; }