0
A
回答
0
从图像#port_wrap img
删除您的浮动风格,并添加<br>
前<strong>
0
请检查该fiddle
#port_wrap {
\t margin-top: 130px;
\t margin-left: -400px;
\t margin-bottom: 150px;
\t width: 950px;
\t height: 700px;
\t position: absolute;
\t left: 50%;
\t display: block;
\t padding: 0;
\t overflow: auto;
}
#port_wrap img {
\t border-radius: 10px;
display: inline-block;
vertical-align: top;
\t margin-right: 20px;
\t box-shadow: 2px 2px 7px #888;
}
#port_wrap ul {
\t font-family: "돋움",Dotum,Helvetica,sans-serif;
\t font-size: 16px;
\t color: #555555;
\t line-height: 20px;
list-style: none;
}
#port_wrap ul li {
\t height: 120px;
\t margin-bottom: 15px;
}
#port_wrap .text{
display: inline-block;
vertical-align: bottom;
}
<div id="port_wrap">
\t <ul>
<li><img src="https://dl.dropboxusercontent.com/u/142820969/eastasia.png" /><div class="text"><strong>동아시아문화도시 2014 광주; 아시아 무대 담당</strong><br />
\t <span style="font-size: 13px">2014년 10월 | 광주문화예술회관</span></div></li>
</ul>
</div>
+0
是的!非常感谢! – 2015-03-03 06:27:55
+0
好....冷静...保持它 – Kumar 2015-03-03 06:28:39
相关问题
- 1. 创建标题和图像左对齐和文本右对齐的列表?
- 2. 在列表项中垂直对齐图像和文本
- 3. 在链接列表中对齐图标和文本(css)
- 4. 在Outlook中对齐图像和文本
- 5. 对齐文本和图像
- 6. 图标和文本对齐
- 7. 垂直居中对齐列表中的图像和文本
- 8. 列中的文本和图像 - 对齐图像
- 9. 在CSS表中对齐图像和文本表
- 10. 在textview上对齐图像和文本
- 11. 如何在phpWord中对齐文本和图像?
- 12. 如何在html中正确对齐图像和文本?
- 13. “删除”图标和中心对齐文本在列表视图中通过css
- 14. 将A标记内的文本与相同A标记中的图像对齐
- 15. HTML和CSS对齐图像和文本
- 16. 在列表视图中对齐android文本和图像是一样的
- 17. 对齐列表元素的锚标记中的文本
- 18. 在UiButton中对齐图像和标题
- 19. 在两列布局中垂直对齐图标和文本
- 20. 如何将文本与图像对齐?
- 21. 如何将文本与图像对齐
- 22. 如何对齐图像的文本css
- 23. 左对齐文本和右对齐图像在CSS
- 24. 如何在列表视图为空时对齐文本视图?
- 25. 对齐文本右对齐图标
- 26. 如何在DataGridView列中对齐文本?
- 27. ul标记中的对齐文本
- 28. 对齐跨度标记中的文本
- 29. Div图像和文本对齐
- 30. CSS对齐方式,图像和文本
https://jsfiddle.net/EAUcW/710/这里是我的代码 – 2015-03-03 05:59:06
可以显示告诉你应该期望的输出显示图像或简单地解释它 – priya786 2015-03-03 06:02:17
我试图让图像的底线上的文字 – 2015-03-03 06:05:51