Anonymous 发表于 2022-8-22 13:05:52

各位四四不难(在线等急)

本帖最后由 匿名 于 2022-8-27 18:53 编辑

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<style>
.k1{height:156px;
          width:256px;
background:red;
          }
.k2{height:156px;
          width:256px;
       padding-left:156px;
background-color:red;
          }

.k3{height:156px;
          width:256px;
padding-left:312px;
background-color:red;
          }

.k4{height:156px;
          width:256px;
padding-left:463px;
background-color:red;
          }
div{display:inline;}
</style>
</head>
<body>
<!--主题1-->
<div class="k1">序号</div>
<div class="k2">游戏名</div>
<div class="k3">来源</div>
<div class="k4">委托</div>
<!--主题1-->

</body>
</html>

一行像这样的,再多加几行,就可以了
页: [1]
查看完整版本: 各位四四不难(在线等急)