Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
media-resource
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨昕
media-resource
Commits
703c5a5e
Commit
703c5a5e
authored
Jan 13, 2021
by
杨昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fs
parent
dcef2ef9
Pipeline
#13273
passed with stages
in 44 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
6 deletions
+7
-6
login.css
public/xadmin/css/pages/login.css
+2
-2
toast.js
public/xadmin/extra/toast/js/toast.js
+1
-1
common.js
public/xadmin/js/common.js
+1
-1
foot.blade.php
resources/views/admin/common/foot.blade.php
+3
-2
No files found.
public/xadmin/css/pages/login.css
View file @
703c5a5e
...
@@ -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
:
100
vh
;
height
:
94
vh
;
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
:
100
vh
;
height
:
94
vh
;
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
center
;
align-items
:
center
;
align-items
:
center
;
...
...
public/xadmin/extra/toast/js/toast.js
View file @
703c5a5e
...
@@ -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
){
...
...
public/xadmin/js/common.js
View file @
703c5a5e
//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
...
...
resources/views/admin/common/foot.blade.php
View file @
703c5a5e
...
@@ -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
:
6
0px
;
height
:
3
0px
;
line-height
:
6
0px
;
line-height
:
3
0px
;
}
}
</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')}}"
>
--}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment