bztang-admin/resources/views/admin/application/index.blade.php

44 lines
784 B
PHP

<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
div {
border: 1px solid black;
float: left;
}
.border {
/*border: 1px solid black;*/
width: 30%;
height: 20%;
}
.appname {
/*border: 1px solid black;*/
width: 100px;
width: 72px;
margin: 10px;
}
</style>
</head>
<body>
<!-- <div class=".border">
<div class="appname">平台名称</div>
<div class="">有效期</div>
<div style="width:100px; height: 80px;">图片</div>
<div class="">按钮</div>
<div class="">停用</div>
<div class="">使用者</div>
<div class="">管理</div>
</div> -->
<table>
<thead><tr>
<td>平台ID</td>
<td>平台名称</td>
<td></td>
<td>有效期</td>
<td>状态</td>
</tr></thead>
</table>
</body>
</html>