//html代码
<div class="left">
<div class="left_one">
<img src="image/4.png">
<div class="left_one_ul"><ul>通讯录</ul></div>
</div>
<div class="left_two">
<div class="left_other"><ul>管理信息</ul></div>
<div class="left_other"><ul>其他设置</ul></div>
<div class="left_other"><ul>编辑器</ul></div>
<div class="left_other"><ul>日期管理</ul></div>
</div>
//css代码
.left{ width:15%; height:644px; float:left; }
.left_one{ width:185px; height:38px;position:absolute;}
.left_one img{position:absolute; left:7px; top:10px;}
.left_one_ul{width:185px; height:38px; padding-left:36px; padding-top:14px; font-size:14px; color:#f6fafc; background-color:#3e96c9;}
.left_other{ width:185px; height:38px; border:1px solid red;}

结果是这两个div重复了 = =~怎么破
<div class="left">
<div class="left_one">
<img src="image/4.png">
<div class="left_one_ul"><ul>通讯录</ul></div>
</div>
<div class="left_two">
<div class="left_other"><ul>管理信息</ul></div>
<div class="left_other"><ul>其他设置</ul></div>
<div class="left_other"><ul>编辑器</ul></div>
<div class="left_other"><ul>日期管理</ul></div>
</div>
//css代码
.left{ width:15%; height:644px; float:left; }
.left_one{ width:185px; height:38px;position:absolute;}
.left_one img{position:absolute; left:7px; top:10px;}
.left_one_ul{width:185px; height:38px; padding-left:36px; padding-top:14px; font-size:14px; color:#f6fafc; background-color:#3e96c9;}
.left_other{ width:185px; height:38px; border:1px solid red;}

结果是这两个div重复了 = =~怎么破
