发表于: 2021-04-20 19:44:57

1 1249


<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Document</title>
  <style>
    * {
      padding0px;
      margin: opx;
    }
    .big {
      margin0 auto;
      width300px;
      height300px;
      /* border: 1px solid red; */
    }
    ul {
      margin0px;
      padding0px;
      height100px;
    }
    li {
      floatleft;
      width90px;
      height90px;
      margin-right8px;
      list-stylenone;
      /* border: 1px solid red; */
      background-colorrgb(0255170);
      border-radius15px;
    }
  </style>
</head>
<body>
  <div class="big">
    <ul>
      <li></li>
      <li></li>
      <li></li>
    </ul><ul>
      <li></li>
      <li></li>
      <li></li>
    </ul><ul>
      <li></li>
      <li></li>
      <li></li>
    </ul>
  </div>
</body>
</html>



返回列表 返回列表
评论

    分享到