Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
HRM-admin
Project
Project
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
FionaChen
HRM-admin
Commits
f4461022
Commit
f4461022
authored
Nov 25, 2021
by
FionaChen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增成功、新增失敗、
修改管理員帳號、新增管理員帳號、表格
parent
3a22d4a5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
911 additions
and
129 deletions
+911
-129
style.css
css/style.css
+66
-10
style.css.map
css/style.css.map
+1
-1
style.scss
css/style.scss
+48
-13
index.html
index.html
+796
-105
No files found.
css/style.css
View file @
f4461022
...
@@ -41,6 +41,11 @@ ul {
...
@@ -41,6 +41,11 @@ ul {
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.btn-wt
img
{
margin-right
:
5px
;
padding-bottom
:
3px
;
}
.btn-wt
:hover
{
.btn-wt
:hover
{
background-color
:
#f1f8fb
;
background-color
:
#f1f8fb
;
text-decoration
:
none
;
text-decoration
:
none
;
...
@@ -55,10 +60,12 @@ ul {
...
@@ -55,10 +60,12 @@ ul {
.btn-wt.blue
{
.btn-wt.blue
{
background-color
:
#35a9e1
;
background-color
:
#35a9e1
;
color
:
#fff
;
color
:
#fff
;
outline
:
none
;
}
}
.btn-wt.blue
:hover
{
.btn-wt.blue
:hover
{
background-color
:
#5dbae7
;
background-color
:
#5dbae7
;
outline
:
none
;
}
}
.loginBG
{
.loginBG
{
...
@@ -297,6 +304,20 @@ label.btn input[type="radio"].with-gap:checked + label:after {
...
@@ -297,6 +304,20 @@ label.btn input[type="radio"].with-gap:checked + label:after {
.pagination
{
.pagination
{
font-size
:
0
;
font-size
:
0
;
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
-webkit-box-orient
:
horizontal
;
-webkit-box-direction
:
normal
;
-ms-flex-direction
:
row
;
flex-direction
:
row
;
-webkit-box-pack
:
end
;
-ms-flex-pack
:
end
;
justify-content
:
end
;
-webkit-box-align
:
center
;
-ms-flex-align
:
center
;
align-items
:
center
;
margin-top
:
65px
;
}
}
.pagination
.pren
,
.pagination
.pren
:hover
{
.pagination
.pren
,
.pagination
.pren
:hover
{
...
@@ -311,8 +332,16 @@ label.btn input[type="radio"].with-gap:checked + label:after {
...
@@ -311,8 +332,16 @@ label.btn input[type="radio"].with-gap:checked + label:after {
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.pagination
.pren.active
,
.pagination
.pren.active
:hover
,
.pagination
.pren.all
,
.pagination
.pren.all
:hover
,
.pagination
.pren
:hover
.active
,
.pagination
.pren
:hover
.active
:hover
,
.pagination
.pren
:hover
.all
,
.pagination
.pren
:hover
.all
:hover
{
.pagination
.pren.active
,
.pagination
.pren.active
:hover
,
.pagination
.pren
:hover
.active
,
.pagination
.pren
:hover
.active
:hover
{
background-image
:
url("../images/icon/icon-pren.svg")
;
background-image
:
url("../images/icon/icon-pren2.svg")
;
}
.pagination
.pren.all
,
.pagination
.pren.all
:hover
,
.pagination
.pren
:hover
.all
,
.pagination
.pren
:hover
.all
:hover
{
background-image
:
url("../images/icon/icon-front.svg")
;
}
.pagination
.pren.all.active
,
.pagination
.pren.all.active
:hover
,
.pagination
.pren
:hover
.all.active
,
.pagination
.pren
:hover
.all.active
:hover
{
background-image
:
url("../images/icon/icon-front2.svg")
;
}
}
.pagination
.next
,
.pagination
.next
:hover
{
.pagination
.next
,
.pagination
.next
:hover
{
...
@@ -327,25 +356,35 @@ label.btn input[type="radio"].with-gap:checked + label:after {
...
@@ -327,25 +356,35 @@ label.btn input[type="radio"].with-gap:checked + label:after {
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.pagination
.next.active
,
.pagination
.next.active
:hover
,
.pagination
.next.all
,
.pagination
.next.all
:hover
,
.pagination
.next
:hover
.active
,
.pagination
.next
:hover
.active
:hover
,
.pagination
.next
:hover
.all
,
.pagination
.next
:hover
.all
:hover
{
.pagination
.next.active
,
.pagination
.next.active
:hover
,
.pagination
.next
:hover
.active
,
.pagination
.next
:hover
.active
:hover
{
background-image
:
url("../images/icon/icon-next2.svg")
;
}
.pagination
.next.all
,
.pagination
.next.all
:hover
,
.pagination
.next
:hover
.all
,
.pagination
.next
:hover
.all
:hover
{
background-image
:
url("../images/icon/icon-end.svg")
;
}
.pagination
.next.all.active
,
.pagination
.next.all.active
:hover
,
.pagination
.next
:hover
.all.active
,
.pagination
.next
:hover
.all.active
:hover
{
background-image
:
url("../images/icon/icon-end2.svg")
;
background-image
:
url("../images/icon/icon-end2.svg")
;
}
}
.pagination
.page-number
{
.pagination
.page-number
{
display
:
inline-block
;
display
:
inline-block
;
vertical-align
:
middle
;
vertical-align
:
middle
;
width
:
48px
;
width
:
32px
;
height
:
24px
;
height
:
32px
;
margin-right
:
10px
;
margin-right
:
2px
;
margin-left
:
2px
;
line-height
:
28px
;
font-size
:
16px
;
font-size
:
16px
;
color
:
#fff
;
text-align
:
center
;
text-align
:
center
;
background-color
:
#35a9e1
;
background-color
:
#fff
;
color
:
#35a9e1
;
}
}
.pagination
.page-number.active
{
.pagination
.page-number.active
{
background-color
:
#
fff
;
background-color
:
#
35a9e1
;
color
:
#
35a9e1
;
color
:
#
fff
;
}
}
.pagination
.page-total
{
.pagination
.page-total
{
...
@@ -736,6 +775,18 @@ h1 {
...
@@ -736,6 +775,18 @@ h1 {
padding
:
0
;
padding
:
0
;
}
}
.modal
.modal-content
.modal-body
.adminbg
{
background-color
:
rgba
(
14
,
67
,
93
,
0.05
);
padding
:
15px
;
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
-webkit-box-orient
:
vertical
;
-webkit-box-direction
:
normal
;
-ms-flex-direction
:
column
;
flex-direction
:
column
;
}
.modal
.modal-content
.modal-footer
{
.modal
.modal-content
.modal-footer
{
border-top
:
1px
;
border-top
:
1px
;
border-top
:
0px
solid
#dee2e6
;
border-top
:
0px
solid
#dee2e6
;
...
@@ -756,6 +807,11 @@ h1 {
...
@@ -756,6 +807,11 @@ h1 {
.NB-show
{
.NB-show
{
display
:
none
;
display
:
none
;
}
}
.pagination
{
-webkit-box-pack
:
center
;
-ms-flex-pack
:
center
;
justify-content
:
center
;
}
.table
{
.table
{
color
:
#0e435d
;
color
:
#0e435d
;
}
}
...
...
css/style.css.map
View file @
f4461022
This diff is collapsed.
Click to expand it.
css/style.scss
View file @
f4461022
...
@@ -127,7 +127,7 @@ ul {
...
@@ -127,7 +127,7 @@ ul {
// height: 100vh;
// height: 100vh;
// }
// }
// }
// }
// }
// }
.btn-wt
{
.btn-wt
{
...
@@ -140,6 +140,10 @@ ul {
...
@@ -140,6 +140,10 @@ ul {
background-color
:
#fff
;
background-color
:
#fff
;
outline
:
none
;
outline
:
none
;
cursor
:
pointer
;
cursor
:
pointer
;
img
{
margin-right
:
5px
;
padding-bottom
:
3px
;
}
&
:hover
{
&
:hover
{
// color: #fff;
// color: #fff;
// opacity: 85%;
// opacity: 85%;
...
@@ -155,9 +159,11 @@ ul {
...
@@ -155,9 +159,11 @@ ul {
&
.blue
{
&
.blue
{
background-color
:
#35a9e1
;
background-color
:
#35a9e1
;
color
:
#fff
;
color
:
#fff
;
outline
:
none
;
// border-radius: 0px;
// border-radius: 0px;
&
:hover
{
&
:hover
{
background-color
:
#5dbae7
;
background-color
:
#5dbae7
;
outline
:
none
;
}
}
}
}
...
@@ -402,7 +408,11 @@ label.btn input[type="radio"].with-gap:checked + label:after {
...
@@ -402,7 +408,11 @@ label.btn input[type="radio"].with-gap:checked + label:after {
.pagination
{
.pagination
{
font-size
:
0
;
font-size
:
0
;
// flex-direction: row-reverse!important;
display
:
flex
;
flex-direction
:
row
;
justify-content
:
end
;
align-items
:
center
;
margin-top
:
65px
;
.pren
,
.pren
:hover
{
.pren
,
.pren
:hover
{
display
:
inline-block
;
display
:
inline-block
;
...
@@ -414,8 +424,14 @@ label.btn input[type="radio"].with-gap:checked + label:after {
...
@@ -414,8 +424,14 @@ label.btn input[type="radio"].with-gap:checked + label:after {
background-repeat
:
none
;
background-repeat
:
none
;
background-position
:
center
;
background-position
:
center
;
cursor
:
pointer
;
cursor
:
pointer
;
&
.active
,
&
.active
:hover
,
&
.all
,
&
.all
:hover
{
&
.active
,
&
.active
:hover
{
background-image
:
url("../images/icon/icon-pren.svg")
;
background-image
:
url("../images/icon/icon-pren2.svg")
;
}
&
.all
,
&
.all
:hover
{
background-image
:
url("../images/icon/icon-front.svg")
;
}
&
.all.active
,
&
.all.active
:hover
{
background-image
:
url("../images/icon/icon-front2.svg")
;
}
}
}
}
...
@@ -429,7 +445,13 @@ label.btn input[type="radio"].with-gap:checked + label:after {
...
@@ -429,7 +445,13 @@ label.btn input[type="radio"].with-gap:checked + label:after {
background-repeat
:
none
;
background-repeat
:
none
;
background-position
:
center
;
background-position
:
center
;
cursor
:
pointer
;
cursor
:
pointer
;
&
.active
,
&
.active
:hover
,
&
.all
,
&
.all
:hover
{
&
.active
,
&
.active
:hover
{
background-image
:
url("../images/icon/icon-next2.svg")
;
}
&
.all
,
&
.all
:hover
{
background-image
:
url("../images/icon/icon-end.svg")
;
}
&
.all.active
,
&
.all.active
:hover
{
background-image
:
url("../images/icon/icon-end2.svg")
;
background-image
:
url("../images/icon/icon-end2.svg")
;
}
}
}
}
...
@@ -438,18 +460,21 @@ label.btn input[type="radio"].with-gap:checked + label:after {
...
@@ -438,18 +460,21 @@ label.btn input[type="radio"].with-gap:checked + label:after {
.page-number
{
.page-number
{
display
:
inline-block
;
display
:
inline-block
;
vertical-align
:
middle
;
vertical-align
:
middle
;
width
:
48px
;
width
:
32px
;
height
:
24px
;
height
:
32px
;
margin-right
:
10px
;
margin-right
:
2px
;
margin-left
:
2px
;
line-height
:
28px
;
// border: 1px solid #ddd;
// border: 1px solid #ddd;
// border-radius: 4px;
// border-radius: 4px;
// padding: 2px 14px;
font-size
:
16px
;
font-size
:
16px
;
color
:
#fff
;
text-align
:
center
;
text-align
:
center
;
background-color
:
#fff
;
background-
color
:
#35a9e1
;
color
:
#35a9e1
;
&
.active
{
&
.active
{
background-color
:
#
fff
;
background-color
:
#
35a9e1
;
color
:
#
35a9e1
;
color
:
#
fff
;
}
}
}
}
...
@@ -871,6 +896,12 @@ h1 {
...
@@ -871,6 +896,12 @@ h1 {
}
}
}
}
.adminbg
{
background-color
:
rgba
(
14
,
67
,
93
,
0
.05
);
padding
:
15px
;
display
:
flex
;
flex-direction
:
column
;
}
}
}
...
@@ -899,6 +930,10 @@ h1 {
...
@@ -899,6 +930,10 @@ h1 {
display
:
none
;
display
:
none
;
}
}
.pagination
{
justify-content
:
center
;
}
.table
{
.table
{
color
:
#0e435d
;
color
:
#0e435d
;
&
.table-hrm
{
&
.table-hrm
{
...
...
index.html
View file @
f4461022
This diff is collapsed.
Click to expand it.
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