不设置width是可以的
如果必须在外面罩个定width的div,而<li>又要顶着div的边又想让点显示的话呢?
div设置overflow:visible也没用
就像这样(就是没点)
<style type="text/css">
li { list-style-type:disc; }
</style>
<div style="border-top: 5px solid rgb(0, 0, 0); margin: 2px auto 15px; padding: 5px 0px; font-family: 'Times New Roman',Times,serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 13px; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; width: 480px; text-align: center;">
<ul style="margin: 0; padding: 0; font-family: 'Times New Roman',Times,serif; text-align: left; list-style-position: outside; font-size: 13px;">
<li style="padding-bottom: 8px;" type="disc"><em>test.</em> 111</li>
<li style="padding-bottom: 8px;" type="disc"><em>test.</em> 2</li>
</ul>
</div>
【 在 ENV (白天图生存,晚上谋发展) 的大作中提到: 】
: ul 的width去掉试试
--
修改:BiYeSeng FROM 117.84.17.*
FROM 117.84.17.*