Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saasio
Project
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
reyun
saasio
Commits
9f88466c
Commit
9f88466c
authored
Mar 21, 2018
by
yangfangfang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
换logo
parent
2459ce88
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
25 deletions
+25
-25
logo.png
src/main/websrc/images/logo.png
+0
-0
logo_.png
src/main/websrc/images/logo_.png
+0
-0
index.html
src/main/websrc/index.html
+2
-1
login.scss
src/main/websrc/styles/login.scss
+19
-20
style.scss
src/main/websrc/styles/style.scss
+4
-4
No files found.
src/main/websrc/images/logo.png
0 → 100644
View file @
9f88466c
3.2 KB
src/main/websrc/images/logo_.png
0 → 100644
View file @
9f88466c
2.16 KB
src/main/websrc/index.html
View file @
9f88466c
...
@@ -84,7 +84,8 @@
...
@@ -84,7 +84,8 @@
<div
class=
"header"
>
<div
class=
"header"
>
<div
class=
"leftHeader"
>
<div
class=
"leftHeader"
>
<a
href=
"javascript:void(0)"
>
<a
href=
"javascript:void(0)"
>
<div
class=
"iconfont icon-logo"
></div>
<!-- <div class="iconfont icon-logo"></div> -->
<div
class=
"logimg"
></div>
</a>
</a>
</div>
</div>
<div
class=
"rightHeader clearfix"
>
<div
class=
"rightHeader clearfix"
>
...
...
src/main/websrc/styles/login.scss
View file @
9f88466c
...
@@ -154,11 +154,11 @@ a{text-decoration:none;outline:none;}
...
@@ -154,11 +154,11 @@ a{text-decoration:none;outline:none;}
z-index
:
998
;
z-index
:
998
;
}
}
.openBgDiv
{
.openBgDiv
{
background
:
rgba
(
0
,
0
,
0
,
0
.6
);
background
:
rgba
(
0
,
0
,
0
,
0
.6
);
position
:
fixed
;
position
:
fixed
;
left
:
0px
;
left
:
0px
;
top
:
0px
;
top
:
0px
;
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
z-index
:
997
;
z-index
:
997
;
}
}
...
@@ -372,7 +372,7 @@ a{text-decoration:none;outline:none;}
...
@@ -372,7 +372,7 @@ a{text-decoration:none;outline:none;}
.logo
{
.logo
{
width
:
224px
;
width
:
224px
;
height
:
48px
;
height
:
48px
;
background
:url
(
..
/
images
/
logo
1
.png
)
no-repeat
center
center
;
background
:url
(
..
/
images
/
logo
.png
)
no-repeat
center
center
;
margin
:
0
auto
;
margin
:
0
auto
;
display
:
block
;
display
:
block
;
cursor
:
pointer
;
cursor
:
pointer
;
...
@@ -583,12 +583,12 @@ a{text-decoration:none;outline:none;}
...
@@ -583,12 +583,12 @@ a{text-decoration:none;outline:none;}
z-index
:
999999
;
z-index
:
999999
;
top
:
50%
;
top
:
50%
;
left
:
50%
;
left
:
50%
;
transform
:
translate
(
-50%
,-
50%
);
transform
:
translate
(
-50%
,-
50%
);
-ms-transform
:
translate
(
-50%
,-
50%
);
-ms-transform
:
translate
(
-50%
,-
50%
);
-moz-transform
:
translate
(
-50%
,-
50%
);
-moz-transform
:
translate
(
-50%
,-
50%
);
-webkit-transform
:
translate
(
-50%
,-
50%
);
-webkit-transform
:
translate
(
-50%
,-
50%
);
}
}
.spinner
>
div
{
.spinner
>
div
{
background-color
:
$loadingbarcolor
;
background-color
:
$loadingbarcolor
;
height
:
100%
;
height
:
100%
;
...
@@ -598,31 +598,31 @@ a{text-decoration:none;outline:none;}
...
@@ -598,31 +598,31 @@ a{text-decoration:none;outline:none;}
-moz-animation
:
stretchdelay
1
.2s
infinite
ease-in-out
;
-moz-animation
:
stretchdelay
1
.2s
infinite
ease-in-out
;
animation
:
stretchdelay
1
.2s
infinite
ease-in-out
;
animation
:
stretchdelay
1
.2s
infinite
ease-in-out
;
}
}
.spinner
.rect2
{
.spinner
.rect2
{
-webkit-animation-delay
:
-1
.1s
;
-webkit-animation-delay
:
-1
.1s
;
-moz-animation-delay
:
-1
.1s
;
-moz-animation-delay
:
-1
.1s
;
animation-delay
:
-1
.1s
;
animation-delay
:
-1
.1s
;
}
}
.spinner
.rect3
{
.spinner
.rect3
{
-webkit-animation-delay
:
-1
.0s
;
-webkit-animation-delay
:
-1
.0s
;
-moz-animation-delay
:
-1
.0s
;
-moz-animation-delay
:
-1
.0s
;
animation-delay
:
-1
.0s
;
animation-delay
:
-1
.0s
;
}
}
.spinner
.rect4
{
.spinner
.rect4
{
-webkit-animation-delay
:
-0
.9s
;
-webkit-animation-delay
:
-0
.9s
;
-moz-animation-delay
:
-0
.9s
;
-moz-animation-delay
:
-0
.9s
;
animation-delay
:
-0
.9s
;
animation-delay
:
-0
.9s
;
}
}
.spinner
.rect5
{
.spinner
.rect5
{
-webkit-animation-delay
:
-0
.8s
;
-webkit-animation-delay
:
-0
.8s
;
-moz-animation-delay
:
-0
.8s
;
-moz-animation-delay
:
-0
.8s
;
animation-delay
:
-0
.8s
;
animation-delay
:
-0
.8s
;
}
}
@-webkit-keyframes
stretchdelay
{
@-webkit-keyframes
stretchdelay
{
0
%
,
40
%
,
100
%
{
0
%
,
40
%
,
100
%
{
transform
:
scaleY
(
0
.4
);
transform
:
scaleY
(
0
.4
);
...
@@ -633,7 +633,7 @@ a{text-decoration:none;outline:none;}
...
@@ -633,7 +633,7 @@ a{text-decoration:none;outline:none;}
-webkit-transform
:
scaleY
(
1
.0
);
-webkit-transform
:
scaleY
(
1
.0
);
}
}
}
}
@-moz-keyframes
stretchdelay
{
@-moz-keyframes
stretchdelay
{
0
%
,
40
%
,
100
%
{
0
%
,
40
%
,
100
%
{
-moz-transform
:
scaleY
(
0
.4
);
-moz-transform
:
scaleY
(
0
.4
);
...
@@ -646,7 +646,7 @@ a{text-decoration:none;outline:none;}
...
@@ -646,7 +646,7 @@ a{text-decoration:none;outline:none;}
-webkit-transform
:
scaleY
(
1
.0
);
-webkit-transform
:
scaleY
(
1
.0
);
}
}
}
}
@keyframes
stretchdelay
{
@keyframes
stretchdelay
{
0
%
,
40
%
,
100
%
{
0
%
,
40
%
,
100
%
{
-moz-transform
:
scaleY
(
0
.4
);
-moz-transform
:
scaleY
(
0
.4
);
...
@@ -658,4 +658,4 @@ a{text-decoration:none;outline:none;}
...
@@ -658,4 +658,4 @@ a{text-decoration:none;outline:none;}
transform
:
scaleY
(
1
.0
);
transform
:
scaleY
(
1
.0
);
-webkit-transform
:
scaleY
(
1
.0
);
-webkit-transform
:
scaleY
(
1
.0
);
}
}
}
}
\ No newline at end of file
src/main/websrc/styles/style.scss
View file @
9f88466c
...
@@ -253,13 +253,13 @@ ul li .darklabel,.darklabel{color:$darkfontcolor;}
...
@@ -253,13 +253,13 @@ ul li .darklabel,.darklabel{color:$darkfontcolor;}
float
:left
;
float
:left
;
}
}
.leftHeader
.logimg
{
.leftHeader
.logimg
{
width
:
1
2
0px
;
width
:
1
0
0px
;
height
:
24px
;
height
:
24px
;
cursor
:
pointer
;
cursor
:
pointer
;
margin-left
:
16px
;
//
margin-left:16px;
margin-top
:
11px
;
margin-top
:
11px
;
background
:url
(
..
/
images
/
logo_
2_2
.png
)
no-repeat
center
center
;
background
:url
(
..
/
images
/
logo_
.png
)
no-repeat
center
center
;
background-size
:
100%
;
//
background-size:100%;
}
}
.appicon
{
.appicon
{
@extend
.myicon
;
@extend
.myicon
;
...
...
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