mirror of https://gitee.com/karson/fastadmin.git
修复登录页背景图错误
parent
7150bea947
commit
4f7b083e8d
|
|
@ -6,7 +6,7 @@
|
|||
<style type="text/css">
|
||||
body {
|
||||
color: #999;
|
||||
background: #f1f4fd url('{$background}');
|
||||
background-color: #f1f4fd;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
|
|
@ -71,7 +71,20 @@
|
|||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
#login-form .form-control {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
</style>
|
||||
<!--@formatter:off-->
|
||||
{if $background}
|
||||
<style type="text/css">
|
||||
body{
|
||||
background-image: url('{$background}');
|
||||
}
|
||||
</style>
|
||||
{/if}
|
||||
<!--@formatter:on-->
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
|
|
|
|||
Loading…
Reference in New Issue