11 Star 5 Fork 0

last4ever/wykl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
shopping2.html 2.50 KB
一键复制 编辑 原始数据 按行查看 历史
老二两 提交于 2021-07-08 09:25 . update shopping2.html.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="http://at.alicdn.com/t/font_1327450_9qlr53v4dy.css">
<style>
html {
color: #333;
font:normal 12px '微软雅黑','Microsoft YaHei';
}
body{
margin: 0;
padding: 0;
}
.table {
width: 100%;
border-collapse: collapse;
}
.table thead {
text-align: center;
}
.table td {
border: 1px solid #ededed;
line-height: 2em;
}
.btn {
display: inline-block;
padding: .5em 1em;
border: 1px solid #ededed;
cursor: pointer;
border-radius: 3px;
}
.btn:hover {
box-shadow: 0 0 5px #ededed;
}
.right {
margin-left: 10px;
height: 100%;
overflow-y: auto;
padding: 1em;
box-sizing: border-box;
background-color: #cccccc;
}
.wrapper {
background-color: #ffffff;
border-radius: 5px;
padding: 1em;
height: 100%;
}
.btns {
margin-bottom: .5em;
}
tbody tr td:last-child{
width: 100px;
}
a{
color: black;
left: 150px;
text-decoration: none;
}
</style>
</head>
<body>
<div class="right">
<div class="wrapper">
<div class="btns">
<div class="btn">添加</div>
<div class="btn">批量删除</div>
</div>
<!-- 表格区域 -->
<table class="table">
<thead>
<tr>
<td>编号</td>
<td>地区</td>
<td>姓名</td>
<td>手机号</td>
<td>电话号码</td>
<td>邮箱</td>
<td>操作</td>
</tr>
</thead>
<tbody>
<tr>
<td> <input type="checkbox"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td>
<button>删除</button>
<button>修改</button>
</td>
</tr>
</tbody>
</table>
</div>
<button><a href="shoppingaddress.html">返回</a></button>
</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/falling4u/wykl.git
git@gitee.com:falling4u/wykl.git
falling4u
wykl
wykl
master

搜索帮助