first commit
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{extend name="admin@public/basic" /}
|
||||
|
||||
{block name="style"}
|
||||
<link rel="stylesheet" href="__STATIC__/css/admin/login.css" media="all">
|
||||
<style>
|
||||
.layadmin-backlog-body p em {
|
||||
font-style: normal;
|
||||
font-size: 30px;
|
||||
font-weight: 300;
|
||||
color: #009688 !important;
|
||||
}
|
||||
|
||||
.layadmin-backlog-body cite {
|
||||
padding-bottom: 10px;
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
color: #333;
|
||||
}
|
||||
</style>
|
||||
{/block}
|
||||
{block name="cotent"}
|
||||
<body style="background-color: #f2f2f2;">
|
||||
<div class="layui-fluid">
|
||||
<div style="font-size:30px;">欢迎使用聚志愿后台管理系统</div>
|
||||
</div>
|
||||
</body>
|
||||
{/block}
|
||||
|
||||
{block name="script"}
|
||||
{/block}
|
||||
Reference in New Issue
Block a user