日期:2014-05-17 浏览次数:20698 次
<link href="css.css" rel="stylesheet" type="text/css" />
#attributes .attributes-list li{display:inline;float:left;width:206px;height:24px;margin-right:20px;overflow:hidden;text-indent:5px;line-height:24px;white-space:nowrap;text-overflow:ellipsis;}
<div id="attributes" class="attributes"> <ul class="attributes-list"> <li >产品名称:I9100</li> <li >品牌: Samsang</li> ...... </ul> </div>
<link href="css.css" rel="stylesheet" type="text/css" />
<div id="attributes" class="attributes"> <ul style="display:inline;float:left;width:206px;height:24px;margin-right:20px;overflow:hidden;text-indent:5px;line-height:24px;white-space:nowrap;text-overflow:ellipsis;"> <li >产品名称:I9100</li> <li >品牌: Samsang</li> ...... </ul> </div>
<ul> <li style="display:inline;float:left;width:206px;height:24px;margin-right:20px;overflow:hidden;text-indent:5px;line-height:24px;white-space:nowrap;text-overflow:ellipsis;">产品名称:I9100</li> <li style="display:inline;float:left;width:206px;height:24px;margin-right:20px;overflow:hidden;text-indent:5px;line-height:24px;white-space:nowrap;text-overflow:ellipsis;">品牌: Samsang</li> ...... </ul>