Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
K
kwell-mes
Project
Project
Details
Activity
Releases
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
gavelinfo
kwell-mes
Commits
8eb78347
Commit
8eb78347
authored
May 17, 2022
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增测试反馈index
parent
31a93d57
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
681 additions
and
0 deletions
+681
-0
csfk.css
gavel/src/main/resources/static/css/csfk.css
+313
-0
index.html
...l/src/main/resources/templates/views/kmes/gpcs/index.html
+368
-0
No files found.
gavel/src/main/resources/static/css/csfk.css
0 → 100644
View file @
8eb78347
.n-item
{
background
:
rgb
(
57
,
52
,
86
);}
.null-item
{
background
:
#FFFFFF
;}
.ok-item
{
background
:
-webkit-gradient
(
linear
,
left
top
,
right
top
,
from
(
#42d79b
),
to
(
#a6e25f
));
background
:
linear-gradient
(
90deg
,
#42d79b
,
#a6e25f
);}
.nok-item
{
background
:
-webkit-gradient
(
linear
,
left
top
,
right
top
,
from
(
#ff0000
),
to
(
#ff007f
));
background
:
linear-gradient
(
90deg
,
#ff0000
,
#ff007f
);}
#kwrkbcs
div
{
font-size
:
14px
;
}
#kwrkbcs
li
{
font-size
:
14px
;
}
#kwrkb05
div
{
font-size
:
14px
;
}
#kwrkb05
li
{
font-size
:
14px
;
}
#kwrkb06
div
{
font-size
:
14px
;
}
#kwrkb06
li
{
font-size
:
14px
;
}
#kwrkbcs
{
height
:
100%
;
width
:
100%
;
display
:
flex
;
flex-wrap
:
wrap
;
justify-content
:
space-between
;
align-items
:
stretch
}
#kwrkbcs
div
{
box-sizing
:
border-box
;
}
#kwrkbcs
.toptitle
{
height
:
50px
;
width
:
100%
;
background-color
:
#00aaff
;
color
:
#FFFFFF
;
text-align
:
center
;
line-height
:
50px
;
}
#kwrkbcs
.left
{
height
:
calc
(
100%
-
60px
);
width
:
40%
;
}
#kwrkbcs
.right
{
height
:
calc
(
100%
-
60px
);
width
:
calc
(
60%
-
10px
);
border
:
#EEEEEE
1px
solid
;
}
#kwrkbcs
.rightPdf
{
height
:
100%
;
width
:
100%
;
}
#kwrkbcs
.cbinfor
{
width
:
100%
;
height
:
60%
;
}
#kwrkbcs
.tab
{
width
:
100%
;
height
:
40%
;
padding-top
:
10px
;
}
#kwrkbcs
.cpif
{
width
:
100%
;
height
:
40%
;
border
:
1px
solid
#EEEEEE
;
}
#kwrkbcs
.cprz
{
width
:
100%
;
height
:
60%
;
border
:
1px
solid
#EEEEEE
;
}
#kwrkbcs
.cpiftop
{
width
:
100%
;
height
:
40px
;
border-bottom
:
1px
solid
#EEEEEE
;
line-height
:
40px
;
display
:
flex
;
justify-content
:
center
;
}
#kwrkbcs
.cpifbot
{
height
:
calc
(
100%
-
40px
);
}
#kwrkbcs
.ery
{
width
:
50%
;
height
:
50%
;
display
:
flex
;
align-items
:
center
;
}
#kwrkbcs
.ery
span
{
padding-left
:
20px
;
display
:
inline-block
;
width
:
70px
;
}
#kwrkbcs
.tipul
>
li
{
width
:
150px
;
padding-left
:
20px
;
float
:
left
;
line-height
:
50px
;
}
#kwrkbcs
.tipuli2
{
float
:
right
!important
;
}
#kwrkbcs
.maintab
{
height
:
100%
;
width
:
100%
;
overflow
:
auto
;
border
:
0.5px
solid
#EEEEEE
;
}
#kwrkbcs
.showtab
{
height
:
100%
;
width
:
100%
;
}
.easyuitext
{
padding-left
:
10px
;
height
:
30px
;
border
:
0.5px
solid
#D3D3D3
;
}
#kwrkbcs
.wid70
{
width
:
70%
;
}
#kwrkbcs
.cardList-wrapper
.card-item
:nth-child
(
1
)
{
background
:
-webkit-gradient
(
linear
,
left
top
,
right
top
,
from
(
#5171fd
),
to
(
#c97afd
));
background
:
linear-gradient
(
90deg
,
#5171fd
,
#c97afd
);
-webkit-box-shadow
:
0
5px
10px
#c97afd
;
box-shadow
:
0
5px
10px
#c97afd
;}
#kwrkbcs
.cardList-wrapper
.card-item
:nth-child
(
2
)
{
background
:
-webkit-gradient
(
linear
,
left
top
,
right
top
,
from
(
#3dadf6
),
to
(
#737bfc
));
background
:
linear-gradient
(
90deg
,
#3dadf6
,
#737bfc
);
-webkit-box-shadow
:
0
5px
10px
#737bfc
;
box-shadow
:
0
5px
10px
#737bfc
;}
#kwrkbcs
.cardList-wrappers
{
background
:
-webkit-gradient
(
linear
,
left
top
,
right
top
,
from
(
#ea677c
),
to
(
#ef9b5f
));
background
:
linear-gradient
(
90deg
,
#ea677c
,
#ef9b5f
);
-webkit-box-shadow
:
0
5px
10px
#ef9b5f
;
box-shadow
:
0
5px
10px
#ef9b5f
;}
#kwrkbcs
.cardList-wrapper
.card-item
:nth-child
(
3
)
{
background
:
-webkit-gradient
(
linear
,
left
top
,
right
top
,
from
(
#42d79b
),
to
(
#a6e25f
));
background
:
linear-gradient
(
90deg
,
#42d79b
,
#a6e25f
);
-webkit-box-shadow
:
0
5px
10px
#a6e25f
;
box-shadow
:
0
5px
10px
#a6e25f
;}
/* 界面5css */
#kwrkb05
{
height
:
100%
;
width
:
100%
;
display
:
flex
;
flex-wrap
:
wrap
;
justify-content
:
space-between
;
align-items
:
stretch
}
#kwrkb05
div
{
box-sizing
:
border-box
;
}
#kwrkb05
.toptitle
{
height
:
50px
;
width
:
100%
;
background-color
:
#00aaff
;
color
:
#FFFFFF
;
text-align
:
center
;
line-height
:
50px
;
}
#kwrkb05
.left
{
height
:
calc
(
100%
-
60px
);
width
:
40%
;
}
#kwrkb05
.right
{
height
:
calc
(
100%
-
60px
);
width
:
calc
(
60%
-
10px
);
border
:
#EEEEEE
1px
solid
;
}
#kwrkb05
.rightPdf
{
height
:
100%
;
width
:
100%
;
}
#kwrkb05
.cbinfor
{
width
:
100%
;
height
:
50%
;
}
#kwrkb05
.tab
{
width
:
100%
;
height
:
50%
;
padding-top
:
10px
;
}
#kwrkb05
.cpif
{
width
:
100%
;
height
:
100%
;
border
:
1px
solid
#EEEEEE
;
}
/* .cprz{
width: 100%;
height: 60%;
border: 1px solid #EEEEEE;
} */
#kwrkb05
.cpiftop
{
width
:
100%
;
height
:
40px
;
border-bottom
:
1px
solid
#EEEEEE
;
line-height
:
40px
;
display
:
flex
;
justify-content
:
center
;
}
#kwrkb05
.cpifbot
{
height
:
calc
(
100%
-
40px
);
}
#kwrkb05
.ery
{
width
:
100%
;
height
:
20%
;
display
:
flex
;
align-items
:
center
;
}
#kwrkb05
.ery
span
{
padding-left
:
20px
;
display
:
inline-block
;
width
:
70px
;
}
#kwrkb05
.tipul
>
li
{
width
:
150px
;
padding-left
:
20px
;
float
:
left
;
line-height
:
50px
;
}
#kwrkb05
.tipuli2
{
float
:
right
!important
;
}
#kwrkb05
.maintab
{
height
:
100%
;
width
:
100%
;
overflow
:
auto
;
border
:
0.5px
solid
#EEEEEE
;
}
#kwrkb05
.showtab
{
height
:
100%
;
width
:
100%
;
}
/* 看板6样式 */
#kwrkb06
{
height
:
100%
;
width
:
100%
;
display
:
flex
;
flex-wrap
:
wrap
;
justify-content
:
space-between
;
align-items
:
stretch
}
#kwrkb06
div
{
box-sizing
:
border-box
;
}
#kwrkb06
.toptitle
{
height
:
50px
;
width
:
100%
;
background-color
:
#00aaff
;
color
:
#FFFFFF
;
text-align
:
center
;
line-height
:
50px
;
}
#kwrkb06
.left
{
height
:
calc
(
100%
-
60px
);
width
:
40%
;
}
#kwrkb06
.right
{
height
:
calc
(
100%
-
60px
);
width
:
calc
(
60%
-
10px
);
border
:
#EEEEEE
1px
solid
;
}
#kwrkb06
.rightPdf
{
height
:
100%
;
width
:
100%
;
}
#kwrkb06
.cbinfor
{
width
:
100%
;
height
:
45%
;
}
#kwrkb06
.tab
{
width
:
100%
;
height
:
55%
;
padding-top
:
10px
;
}
#kwrkb06
.cpif
{
width
:
100%
;
height
:
100%
;
border
:
1px
solid
#EEEEEE
;
}
/* .cprz{
width: 100%;
height: 60%;
border: 1px solid #EEEEEE;
} */
#kwrkb06
.cpiftop
{
width
:
100%
;
height
:
40px
;
border-bottom
:
1px
solid
#EEEEEE
;
line-height
:
40px
;
display
:
flex
;
justify-content
:
center
;
}
#kwrkb06
.cpifbot
{
height
:
calc
(
100%
-
40px
);
}
#kwrkb06
.ery
{
width
:
100%
;
height
:
20%
;
display
:
flex
;
align-items
:
center
;
}
#kwrkb06
.ery
span
{
padding-left
:
20px
;
display
:
inline-block
;
width
:
70px
;
}
#kwrkb06
.tipul
>
li
{
width
:
150px
;
padding-left
:
20px
;
float
:
left
;
line-height
:
50px
;
}
#kwrkb06
.tipuli2
{
float
:
right
!important
;
}
#kwrkb06
.maintab
{
height
:
50%
;
width
:
100%
;
overflow
:
auto
;
border
:
0.5px
solid
#EEEEEE
;
}
#kwrkb06
.mainsp
{
height
:
50%
;
width
:
100%
;
}
#kwrkb06
.showtab
{
height
:
100%
;
width
:
100%
;
}
\ No newline at end of file
gavel/src/main/resources/templates/views/kmes/gpcs/index.html
0 → 100644
View file @
8eb78347
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