作者 董瑞恩
1 个管道 的构建 通过 耗费 0 秒

order

... ... @@ -13,6 +13,18 @@
<link href="__TMPL__/public/assets/simpleboot3/css/simplebootadmin.css" rel="stylesheet">
<link href="__STATIC__/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
</head>
<style>
.well{
min-height: 20px;
padding: 19px;
/* margin-bottom: 20px; */
background-color: #ecf0f1;
border: 1px solid transparent;
border-radius: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
</style>
<body>
<div class="data_wrap" style="background: #efeff5; width: 1020px; padding: 10px; overflow: hidden;">
... ...