 
                        谢谢!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>
<style>
*{ margin:0;
   padding:0;
   list-style:none;
   }
.di{ width:250px;
 height:415px;
 background:#F00;
 position:relative;}
ul li{ width:250px;
   height:90px;
   text-align:center;
   background:#6F0;
   border:1px solid;
   line-height:50px;}
.c{
width: 250px;
height: 25px;
text-align: center;
background: #39F;
border: 1px solid;
line-height: 50px;
position: absolute;
left: 252px;
top: 94px;}
</style>
<body>
<p class="di">
<ul class="m">
    <li>123</li>
    <li>123</li>
    <li>123</li>
    <li>123</li>
    <li>123</li>
    <li>123</li>
    <li>123</li>
    <li>123</li>
 </ul>  
 <ul class="c">
    <li>465</li>
    <li>465</li>
    <li>465</li>
    <li>465</li>
 </ul></p>    
</body>
</html>
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
改下你的html结构,css就能完成了