Commit 703c5a5e by 杨昕

fs

parent dcef2ef9
Pipeline #13273 passed with stages
in 44 seconds
...@@ -11,7 +11,7 @@ License URL: https://creativecommons.org/licenses/by/4.0/ ...@@ -11,7 +11,7 @@ License URL: https://creativecommons.org/licenses/by/4.0/
.overlay { .overlay {
position: absolute; position: absolute;
width: 100%; width: 100%;
height: 100vh; height: 94vh;
z-index: 0; z-index: 0;
background: rgba(0, 0, 0, 0.66); background: rgba(0, 0, 0, 0.66);
background: linear-gradient(to bottom, rgba(123, 67, 151, 0.35), rgba(33, 150, 243, 0.55)); background: linear-gradient(to bottom, rgba(123, 67, 151, 0.35), rgba(33, 150, 243, 0.55));
...@@ -31,7 +31,7 @@ License URL: https://creativecommons.org/licenses/by/4.0/ ...@@ -31,7 +31,7 @@ License URL: https://creativecommons.org/licenses/by/4.0/
} }
.hero-area { .hero-area {
height: 100vh; height: 94vh;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
} }
} }
loadStyles(baseurl+"/xadmin/extra/toast/css/animate.css"); // loadStyles(baseurl+"/xadmin/extra/toast/css/animate.css");
//显示提示信息 toast //显示提示信息 toast
$.fn.toast = function(options){ $.fn.toast = function(options){
......
//var baseurl = 'http://local.www.nxxadmin.com'; //var baseurl = 'http://local.www.nxxadmin.com';
var baseurl = 'http://39.105.38.33'; //var baseurl = 'http://39.105.38.33';
/** /**
* fetch提交 * fetch提交
* @param method,url,opts * @param method,url,opts
......
...@@ -35,9 +35,10 @@ ...@@ -35,9 +35,10 @@
<style> <style>
.footer{ .footer{
margin: auto; margin: auto;
padding-top: 8px;
text-align: center; text-align: center;
height: 60px; height: 30px;
line-height: 60px; line-height: 30px;
} }
</style> </style>
{{--<link rel="stylesheet" href="{{ asset('xadmin/extra/jqueryToast/css/toast.style.css')}}">--}} {{--<link rel="stylesheet" href="{{ asset('xadmin/extra/jqueryToast/css/toast.style.css')}}">--}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment