Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
67e2ce22
authored
2023-09-08 16:40:51 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
证书样式
1 parent
4d230e87
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
21 deletions
src/views/workflow/components/szxx.vue
src/views/workflow/components/szxx.vue
View file @
67e2ce2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-08 1
5:59:07
* @LastEditTime: 2023-09-08 1
6:38:43
-->
<
template
>
<div
class=
"szxx"
>
...
...
@@ -21,7 +21,8 @@
<span>
{{
item
.
qllx
}}
</span>
</div>
<div
class=
"text color_red"
>
<span>
{{
item
.
qlr
}}
</span><span
class=
"color_iray"
>
(
{{
item
.
qllx
}}
)
</span>
<span>
{{
item
.
qlr
}}
</span
><span
class=
"color_iray"
>
(
{{
item
.
qllx
}}
)
</span>
</div>
<div
class=
"text color_iray"
>
<span>
{{
item
.
gyqk
}}
</span>
...
...
@@ -195,7 +196,7 @@ export default {
let
className
=
"box-card"
;
if
(
item
.
bdcqzlx
==
1
)
{
className
+=
" zs-card"
;
}
else
{
}
else
{
className
+=
" zm-card"
;
}
if
(
item
.
szcs
==
0
)
{
...
...
@@ -222,16 +223,16 @@ export default {
margin
:
10px
;
box-shadow
:
none
;
background-image
:
url("~@/image/zm-bg.png")
;
background-size
:
100%
100%
;
;
border
:
0
;
background-size
:
100%
100%
;
border
:
1px
solid
transparent
;
/deep/
.el-card__header
{
padding
:
12px
66px
;
background-size
:
auto
;
border-bottom
:
0
;
border-bottom
:
0
;
position
:
relative
;
}
.szxx_header
{
color
:
#8
B
4534
;
color
:
#8
b
4534
;
}
.szxx_body
{
height
:
280px
;
...
...
@@ -249,26 +250,33 @@ export default {
.top_line
{
border-top
:
1px
solid
#d3dbe5
;
width
:
330px
;
margin
:
0
auto
10px
;
margin
:
0
auto
10px
;
}
}
.zm-card
{
.zm-card
{
/deep/
.el-card__header
{
&:after{
&:after
{
content
:
""
;
display
:
inline-block
;
width
:
330px
;
height
:
1px
;
background-color
:
#B28676
;
position
:
absolute
;
left
:
10px
;
display
:
inline-block
;
width
:
330px
;
height
:
1px
;
background-color
:
#b28676
;
position
:
absolute
;
left
:
10px
;
bottom
:
0
;
}
}
}
.zm-card.no-print
{
background-image
:
url("~@/image/zm-gray.png")
;
/deep/
.el-card__header
{
&:after
{
background-color
:
#6d7278
;
}
}
.szxx_header
{
color
:
#6
D
7278
;
color
:
#6
d
7278
;
}
}
.zs-card.no-print
{
...
...
@@ -299,22 +307,21 @@ export default {
}
}
.text
{
margin-bottom
:
8px
;
text-align
:
left
;
text-indent
:
16px
;
}
.text.tac
{
.text.tac
{
text-align
:
center
;
}
.color_iray
{
color
:
#6
D
7278
;
color
:
#6
d
7278
;
}
.color_red
{
color
:
#
AB0C0C
;
color
:
#
ab0c0c
;
}
.middle_margin
{
...
...
Please
register
or
sign in
to post a comment