Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
station-elec-manage-view
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
station
station-elec-manage-view
Commits
12883d69
Commit
12883d69
authored
Jun 18, 2020
by
zhengjiangtao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复首页Bug
parent
3b59f8f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
253 additions
and
130 deletions
+253
-130
homePage.scss
src/styles/view/monitor/homePage.scss
+253
-130
No files found.
src/styles/view/monitor/homePage.scss
View file @
12883d69
...
@@ -10,19 +10,24 @@
...
@@ -10,19 +10,24 @@
.yi
{
.yi
{
color
:
#48e0ff
;
color
:
#48e0ff
;
}
}
.er
{
.er
{
color
:
#f1f10c
;
color
:
#f1f10c
;
}
}
.san
{
.san
{
color
:
#ff8000
;
color
:
#ff8000
;
}
}
.si
{
.si
{
color
:
#fc2f1e
;
color
:
#fc2f1e
;
}
}
.ant-calendar
{
.ant-calendar
{
width
:
180px
!
important
;
width
:
vw
(
180
)
!
important
;
background-color
:
#0e7fb4
!
important
;
background-color
:
#0e7fb4
!
important
;
}
}
.souh
{
.souh
{
height
:
100%
;
height
:
100%
;
width
:
100%
;
width
:
100%
;
...
@@ -36,10 +41,10 @@
...
@@ -36,10 +41,10 @@
text-align
:
center
!
important
;
text-align
:
center
!
important
;
}
}
.ant-table-thead
>
tr
.ant-table-row-hover
>
td
,
.ant-table-thead
>
tr
.ant-table-row-hover
>
td
,
.ant-table-tbody
>
tr
.ant-table-row-hover
>
td
,
.ant-table-tbody
>
tr
.ant-table-row-hover
>
td
,
.ant-table-thead
>
tr
:hover
>
td
,
.ant-table-thead
>
tr
:hover
>
td
,
.ant-table-tbody
>
tr
:hover
>
td
{
.ant-table-tbody
>
tr
:hover
>
td
{
background
:
rgb
(
176
,
204
,
240
);
background
:
rgb
(
176
,
204
,
240
);
}
}
...
@@ -53,8 +58,8 @@
...
@@ -53,8 +58,8 @@
background-color
:
rgba
(
23
,
186
,
252
,
1
);
background-color
:
rgba
(
23
,
186
,
252
,
1
);
}
}
.ant-table-middle
.ant-table-thead
>
tr
>
th
:not
(
.ant-table-selection-column
),
.ant-table-middle
.ant-table-thead
>
tr
>
th
:not
(
.ant-table-selection-column
),
.ant-table-middle
.ant-table-tbody
>
tr
:nth-child
(
even
)
{
.ant-table-middle
.ant-table-tbody
>
tr
:nth-child
(
even
)
{
background-color
:
#0e7fb4
;
background-color
:
#0e7fb4
;
}
}
...
@@ -62,72 +67,87 @@
...
@@ -62,72 +67,87 @@
width
:
4px
;
width
:
4px
;
background-color
:
#0e487c
;
background-color
:
#0e487c
;
}
}
::-webkit-scrollbar-thumb
{
::-webkit-scrollbar-thumb
{
background-color
:
#4facfa
;
background-color
:
#4facfa
;
}
}
.ant-table-header
{
.ant-table-header
{
margin-bottom
:
-1%
!
important
;
margin-bottom
:
-1%
!
important
;
}
}
.ant-table-content
{
.ant-table-content
{
max-height
:
100%
!
important
;
max-height
:
100%
!
important
;
}
}
.ant-table-body
{
.ant-table-body
{
max-height
:
340px
!
important
;
max-height
:
340px
!
important
;
overflow-y
:
auto
!
important
;
overflow-y
:
auto
!
important
;
}
}
.ant-table-tbody
>
tr
>
td
{
.ant-table-tbody
>
tr
>
td
{
border
:
0px
solid
#e9e9e9
;
border
:
0px
solid
#e9e9e9
;
}
}
.table
,
.table
,
td
,
td
,
tr
,
tr
,
th
{
th
{
font-size
:
15px
;
font-size
:
pxToRem
(
15px
)
;
}
}
.ant-table-fixed-header
>
.ant-table-content
>
.ant-table-scroll
>
.ant-table-body
{
font-size
:
15px
!
important
;
.ant-table-fixed-header
>
.ant-table-content
>
.ant-table-scroll
>
.ant-table-body
{
font-size
:
pxToRem
(
15px
)
!
important
;
font-family
:
Microsoft
YaHei
UI
!
important
;
font-family
:
Microsoft
YaHei
UI
!
important
;
font-weight
:
400
!
important
;
font-weight
:
vw
(
400
)
!
important
;
line-height
:
14px
!
important
;
line-height
:
vh
(
14
)
!
important
;
color
:
rgba
(
255
,
255
,
255
,
1
)
!
important
;
color
:
rgba
(
255
,
255
,
255
,
1
)
!
important
;
background
:
#265673
!
important
;
background
:
#265673
!
important
;
}
}
.ant-table
table
{
.ant-table
table
{
text-align
:
center
!
important
;
text-align
:
center
!
important
;
}
}
.ant-table-pagination
{
.ant-table-pagination
{
font-size
:
12px
;
font-size
:
pxToRem
(
12px
)
;
font-family
:
Microsoft
YaHei
UI
;
font-family
:
Microsoft
YaHei
UI
;
font-weight
:
400
;
font-weight
:
vw
(
400
)
;
line-height
:
14px
;
line-height
:
vh
(
14
)
;
color
:
rgba
(
255
,
255
,
255
,
1
);
color
:
rgba
(
255
,
255
,
255
,
1
);
}
}
.ant-select-sm
.ant-select-selection__rendered
{
.ant-select-sm
.ant-select-selection__rendered
{
line-height
:
21px
!
important
;
line-height
:
vh
(
21
)
!
important
;
font-size
:
12px
;
font-size
:
pxToRem
(
12px
)
;
font-family
:
Microsoft
YaHei
UI
;
font-family
:
Microsoft
YaHei
UI
;
color
:
rgba
(
255
,
255
,
255
,
1
);
color
:
rgba
(
255
,
255
,
255
,
1
);
}
}
.ant-select-selection
{
.ant-select-selection
{
background-color
:
rgba
(
23
,
186
,
252
,
1
);
background-color
:
rgba
(
23
,
186
,
252
,
1
);
}
}
.ant-table-thead
>
tr
>
th
{
.ant-table-thead
>
tr
>
th
{
text-align
:
center
;
text-align
:
center
;
background
:
#265673
;
background
:
#265673
;
border
:
0px
solid
#265673
;
border
:
0px
solid
#265673
;
font-size
:
15px
;
font-size
:
pxToRem
(
15px
)
;
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
color
:
rgba
(
255
,
255
,
255
,
1
);
color
:
rgba
(
255
,
255
,
255
,
1
);
}
}
.ant-table-fixed-header
.ant-table-scroll
.ant-table-header
{
.ant-table-fixed-header
.ant-table-scroll
.ant-table-header
{
overflow
:
hidden
;
overflow
:
hidden
;
}
}
.ant-table-bordered
.ant-table-header
>
table
,
.ant-table-bordered
.ant-table-body
>
table
,
.ant-table-bordered
.ant-table-header
>
table
,
.ant-table-bordered
.ant-table-body
>
table
,
.ant-table-bordered
.ant-table-fixed-left
table
,
.ant-table-bordered
.ant-table-fixed-left
table
,
.ant-table-bordered
.ant-table-fixed-right
table
{
.ant-table-bordered
.ant-table-fixed-right
table
{
border
:
0px
solid
#e9e9e9
;
border
:
0px
solid
#e9e9e9
;
}
}
// .ant-table-middle .ant-table-thead > tr > th:not(.ant-table-selection-column), .ant-table-middle .ant-table-tbody > tr > td {
// .ant-table-middle .ant-table-thead > tr > th:not(.ant-table-selection-column), .ant-table-middle .ant-table-tbody > tr > td {
// padding: 16px 8px;
// padding: 16px 8px;
...
@@ -135,18 +155,23 @@
...
@@ -135,18 +155,23 @@
.ant-table-placeholder
{
.ant-table-placeholder
{
background
:
#265673
;
background
:
#265673
;
}
}
.ant-table-wrapper
{
.ant-table-wrapper
{
height
:
100%
;
height
:
100%
;
}
}
.ant-spin-nested-loading
{
.ant-spin-nested-loading
{
height
:
100%
;
height
:
100%
;
}
}
.ant-spin-container
{
.ant-spin-container
{
height
:
100%
;
height
:
100%
;
}
}
.ant-.ant-spin-container
{
.ant-.ant-spin-container
{
height
:
100%
;
height
:
100%
;
}
}
.ant-table
{
.ant-table
{
height
:
87%
;
height
:
87%
;
}
}
...
@@ -171,9 +196,9 @@
...
@@ -171,9 +196,9 @@
background-image
:
url('/src/assets/safetyManage/sousuo.png')
;
background-image
:
url('/src/assets/safetyManage/sousuo.png')
;
background-repeat
:
no-repeat
!
important
;
background-repeat
:
no-repeat
!
important
;
right
:
26%
;
right
:
26%
;
height
:
20px
;
height
:
vh
(
20
)
;
position
:
relative
;
position
:
relative
;
width
:
20px
;
width
:
vw
(
20
)
;
/* margin-top: 10%; */
/* margin-top: 10%; */
margin-top
:
-1%
;
margin-top
:
-1%
;
float
:
right
;
float
:
right
;
...
@@ -186,7 +211,7 @@
...
@@ -186,7 +211,7 @@
.ant-input-affix-wrapper
.ant-input-suffix
{
.ant-input-affix-wrapper
.ant-input-suffix
{
position
:
absolute
;
position
:
absolute
;
padding-right
:
24px
;
padding-right
:
vw
(
24
)
;
top
:
50%
;
top
:
50%
;
transform
:
translateY
(
-50%
);
transform
:
translateY
(
-50%
);
line-height
:
0
;
line-height
:
0
;
...
@@ -198,7 +223,7 @@
...
@@ -198,7 +223,7 @@
margin
:
0
;
margin
:
0
;
font-family
:
'Helvetica Neue For Number'
,
-
apple-system
,
BlinkMacSystemFont
,
'Segoe UI'
,
Roboto
,
'PingFang SC'
,
'Hiragino Sans GB'
,
'Microsoft YaHei'
,
font-family
:
'Helvetica Neue For Number'
,
-
apple-system
,
BlinkMacSystemFont
,
'Segoe UI'
,
Roboto
,
'PingFang SC'
,
'Hiragino Sans GB'
,
'Microsoft YaHei'
,
'Helvetica Neue'
,
Helvetica
,
Arial
,
sans-serif
;
'Helvetica Neue'
,
Helvetica
,
Arial
,
sans-serif
;
font-size
:
12px
;
font-size
:
pxToRem
(
12px
)
;
font-variant
:
tabular-nums
;
font-variant
:
tabular-nums
;
line-height
:
1
.5
;
line-height
:
1
.5
;
color
:
rgba
(
0
,
0
,
0
,
0
.65
);
color
:
rgba
(
0
,
0
,
0
,
0
.65
);
...
@@ -206,9 +231,9 @@
...
@@ -206,9 +231,9 @@
box-sizing
:
border-box
;
box-sizing
:
border-box
;
position
:
relative
;
position
:
relative
;
display
:
inline-block
;
display
:
inline-block
;
width
:
50
;
width
:
vw
(
50
)
;
padding-left
:
24px
;
padding-left
:
vw
(
24
)
;
padding-right
:
24px
;
padding-right
:
vw
(
24
)
;
}
}
.ant-input-search
{
.ant-input-search
{
...
@@ -217,8 +242,8 @@
...
@@ -217,8 +242,8 @@
position
:
relative
;
position
:
relative
;
display
:
inline-block
;
display
:
inline-block
;
background
:
url('/src/assets/safetyManage/sousuo.png')
no-repeat
;
background
:
url('/src/assets/safetyManage/sousuo.png')
no-repeat
;
width
:
20px
;
width
:
vw
(
20
)
;
height
:
20px
;
height
:
vh
(
20
)
;
background-size
:
100%
100%
;
background-size
:
100%
100%
;
top
:
0px
;
top
:
0px
;
...
@@ -229,9 +254,9 @@
...
@@ -229,9 +254,9 @@
.ant-input
{
.ant-input
{
// width: 10.7rem;
// width: 10.7rem;
height
:
30px
;
height
:
vh
(
30
)
;
// position: relative;
// position: relative;
font-size
:
10px
;
font-size
:
pxToRem
(
10px
)
;
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-weight
:
bold
;
font-weight
:
bold
;
// line-height:50px;
// line-height:50px;
...
@@ -242,9 +267,11 @@
...
@@ -242,9 +267,11 @@
background
:
rgba
(
0
,
185
,
255
,
0
.3
)
!
important
;
background
:
rgba
(
0
,
185
,
255
,
0
.3
)
!
important
;
border-radius
:
17px
;
border-radius
:
17px
;
left
:
34%
;
left
:
34%
;
.anticon
:before
{
.anticon
:before
{
margin-top
:
1px
;
margin-top
:
1px
;
}
}
border-color
:
rgba
(
0
,
185
,
255
,
0
.3
);
border-color
:
rgba
(
0
,
185
,
255
,
0
.3
);
}
}
}
}
...
@@ -263,9 +290,9 @@
...
@@ -263,9 +290,9 @@
background-image
:
url('/src/assets/safetyManage/sousuo.png')
;
background-image
:
url('/src/assets/safetyManage/sousuo.png')
;
background-repeat
:
no-repeat
!
important
;
background-repeat
:
no-repeat
!
important
;
right
:
26%
;
right
:
26%
;
height
:
20px
;
height
:
vh
(
20
)
;
position
:
relative
;
position
:
relative
;
width
:
20px
;
width
:
vw
(
20
)
;
/* margin-top: 10%; */
/* margin-top: 10%; */
margin-top
:
-1%
;
margin-top
:
-1%
;
float
:
right
;
float
:
right
;
...
@@ -278,7 +305,7 @@
...
@@ -278,7 +305,7 @@
.ant-input-affix-wrapper
.ant-input-suffix
{
.ant-input-affix-wrapper
.ant-input-suffix
{
position
:
absolute
;
position
:
absolute
;
padding-right
:
24px
;
padding-right
:
vw
(
24
)
;
top
:
50%
;
top
:
50%
;
transform
:
translateY
(
-50%
);
transform
:
translateY
(
-50%
);
line-height
:
0
;
line-height
:
0
;
...
@@ -290,17 +317,17 @@
...
@@ -290,17 +317,17 @@
margin
:
0
;
margin
:
0
;
font-family
:
'Helvetica Neue For Number'
,
-
apple-system
,
BlinkMacSystemFont
,
'Segoe UI'
,
Roboto
,
'PingFang SC'
,
'Hiragino Sans GB'
,
'Microsoft YaHei'
,
font-family
:
'Helvetica Neue For Number'
,
-
apple-system
,
BlinkMacSystemFont
,
'Segoe UI'
,
Roboto
,
'PingFang SC'
,
'Hiragino Sans GB'
,
'Microsoft YaHei'
,
'Helvetica Neue'
,
Helvetica
,
Arial
,
sans-serif
;
'Helvetica Neue'
,
Helvetica
,
Arial
,
sans-serif
;
font-size
:
12px
;
font-size
:
pxToRem
(
12px
)
;
font-variant
:
tabular-nums
;
font-variant
:
tabular-nums
;
line-height
:
1
.5
;
line-height
:
vh
(
1
.5
)
;
color
:
rgba
(
0
,
0
,
0
,
0
.65
);
color
:
rgba
(
0
,
0
,
0
,
0
.65
);
list-style
:
none
;
list-style
:
none
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
position
:
relative
;
position
:
relative
;
display
:
inline-block
;
display
:
inline-block
;
width
:
50
;
width
:
vw
(
50
)
;
padding-left
:
24px
;
padding-left
:
vw
(
24
)
;
padding-right
:
24px
;
padding-right
:
vw
(
24
)
;
}
}
.ant-input-search
{
.ant-input-search
{
...
@@ -309,8 +336,8 @@
...
@@ -309,8 +336,8 @@
position
:
relative
;
position
:
relative
;
display
:
inline-block
;
display
:
inline-block
;
background
:
url('/src/assets/safetyManage/sousuo.png')
no-repeat
;
background
:
url('/src/assets/safetyManage/sousuo.png')
no-repeat
;
width
:
20px
;
width
:
vw
(
20
)
;
height
:
20px
;
height
:
vh
(
20
)
;
background-size
:
100%
100%
;
background-size
:
100%
100%
;
top
:
0px
;
top
:
0px
;
...
@@ -321,9 +348,9 @@
...
@@ -321,9 +348,9 @@
.ant-input
{
.ant-input
{
// width: 10.7rem;
// width: 10.7rem;
height
:
30px
;
height
:
vh
(
30
)
;
// position: relative;
// position: relative;
font-size
:
10px
;
font-size
:
pxToRem
(
10px
)
;
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-weight
:
bold
;
font-weight
:
bold
;
// line-height:50px;
// line-height:50px;
...
@@ -334,9 +361,11 @@
...
@@ -334,9 +361,11 @@
background
:
rgba
(
0
,
185
,
255
,
0
.3
)
!
important
;
background
:
rgba
(
0
,
185
,
255
,
0
.3
)
!
important
;
border-radius
:
17px
;
border-radius
:
17px
;
left
:
34%
;
left
:
34%
;
.anticon
:before
{
.anticon
:before
{
margin-top
:
1px
;
margin-top
:
1px
;
}
}
border-color
:
rgba
(
0
,
185
,
255
,
0
.3
);
border-color
:
rgba
(
0
,
185
,
255
,
0
.3
);
}
}
}
}
...
@@ -352,7 +381,7 @@
...
@@ -352,7 +381,7 @@
.amos-popover-trigger
{
.amos-popover-trigger
{
border-color
:
rgba
(
0
,
185
,
255
,
0
.3
);
border-color
:
rgba
(
0
,
185
,
255
,
0
.3
);
font-size
:
10px
;
font-size
:
pxToRem
(
10px
)
;
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-weight
:
bold
;
font-weight
:
bold
;
// line-height:50px;
// line-height:50px;
...
@@ -367,13 +396,14 @@
...
@@ -367,13 +396,14 @@
position
:
relative
;
position
:
relative
;
display
:
inline-block
;
display
:
inline-block
;
background
:
url('/src/assets/safetyManage/xiangxia.png')
no-repeat
;
background
:
url('/src/assets/safetyManage/xiangxia.png')
no-repeat
;
width
:
20px
;
width
:
vw
(
20
)
;
height
:
20px
;
height
:
vh
(
20
)
;
background-size
:
100%
100%
;
background-size
:
100%
100%
;
top
:
4px
;
top
:
vh
(
4
)
;
content
:
''
!
important
;
content
:
''
!
important
;
}
}
}
}
.search-three
{
.search-three
{
position
:
relative
;
position
:
relative
;
height
:
100%
;
height
:
100%
;
...
@@ -391,7 +421,7 @@
...
@@ -391,7 +421,7 @@
}
}
.ant-input
{
.ant-input
{
font-size
:
10px
;
font-size
:
pxToRem
(
10px
)
;
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-weight
:
bold
;
font-weight
:
bold
;
// line-height:50px;
// line-height:50px;
...
@@ -407,19 +437,21 @@
...
@@ -407,19 +437,21 @@
display
:
inline-block
;
display
:
inline-block
;
background
:
url('/src/assets/safetyManage/rjd.png')
no-repeat
;
background
:
url('/src/assets/safetyManage/rjd.png')
no-repeat
;
background-size
:
100%
100%
;
background-size
:
100%
100%
;
width
:
18px
;
width
:
vw
(
18
)
;
height
:
20px
;
height
:
vh
(
20
)
;
bottom
:
4px
;
bottom
:
vh
(
4
)
;
right
:
-2px
;
right
:
vw
(
-2
)
;
content
:
''
!
important
;
content
:
''
!
important
;
}
}
.three-font
{
.three-font
{
font-size
:
15px
;
font-size
:
pxToRem
(
15px
)
;
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-weight
:
400
;
font-weight
:
vw
(
400
)
;
line-height
:
23px
;
line-height
:
vh
(
23
)
;
color
:
rgba
(
255
,
255
,
255
,
1
);
color
:
rgba
(
255
,
255
,
255
,
1
);
}
}
.ant-calendar-picker-icon
{
.ant-calendar-picker-icon
{
// background-image: url('/src/assets/safetyManage/sousuo.png');
// background-image: url('/src/assets/safetyManage/sousuo.png');
// background-repeat: no-repeat !important;
// background-repeat: no-repeat !important;
...
@@ -443,7 +475,7 @@
...
@@ -443,7 +475,7 @@
}
}
.ant-input
{
.ant-input
{
font-size
:
10px
;
font-size
:
pxToRem
(
10px
)
;
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-weight
:
bold
;
font-weight
:
bold
;
// line-height:50px;
// line-height:50px;
...
@@ -459,19 +491,21 @@
...
@@ -459,19 +491,21 @@
display
:
inline-block
;
display
:
inline-block
;
background
:
url('/src/assets/safetyManage/rjd.png')
no-repeat
;
background
:
url('/src/assets/safetyManage/rjd.png')
no-repeat
;
background-size
:
100%
100%
;
background-size
:
100%
100%
;
width
:
18px
;
width
:
vw
(
18
)
;
height
:
20px
;
height
:
vh
(
20
)
;
bottom
:
4px
;
bottom
:
vh
(
4
)
;
right
:
-2px
;
right
:
vw
(
-2
)
;
content
:
''
!
important
;
content
:
''
!
important
;
}
}
.three-font
{
.three-font
{
font-size
:
15px
;
font-size
:
pxToRem
(
15px
)
;
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-weight
:
400
;
font-weight
:
vw
(
400
)
;
line-height
:
23px
;
line-height
:
vh
(
23
)
;
color
:
rgba
(
255
,
255
,
255
,
1
);
color
:
rgba
(
255
,
255
,
255
,
1
);
}
}
.ant-calendar-picker-icon
{
.ant-calendar-picker-icon
{
// background-image: url('/src/assets/safetyManage/sousuo.png');
// background-image: url('/src/assets/safetyManage/sousuo.png');
// background-repeat: no-repeat !important;
// background-repeat: no-repeat !important;
...
@@ -490,17 +524,21 @@
...
@@ -490,17 +524,21 @@
opacity
:
1
;
opacity
:
1
;
border-radius
:
17px
;
border-radius
:
17px
;
border
:
0
solid
#e8e8e8
;
border
:
0
solid
#e8e8e8
;
line-height
:
32px
;
line-height
:
vh
(
32
)
;
}
}
.amos-std-form-content
{
.amos-std-form-content
{
width
:
100%
;
width
:
100%
;
}
}
.ant-calendar-picker
{
.ant-calendar-picker
{
width
:
100%
!
important
;
width
:
100%
!
important
;
}
}
.amos-std-form-label
{
.amos-std-form-label
{
width
:
4em
;
width
:
4em
;
}
}
.ant-input
{
.ant-input
{
background-color
:
rgba
(
0
,
185
,
255
,
0
.3
);
background-color
:
rgba
(
0
,
185
,
255
,
0
.3
);
opacity
:
1
;
opacity
:
1
;
...
@@ -508,27 +546,32 @@
...
@@ -508,27 +546,32 @@
border
:
0
solid
#e8e8e8
;
border
:
0
solid
#e8e8e8
;
}
}
}
}
.inputxq3
{
.inputxq3
{
margin-left
:
15%
;
margin-left
:
15%
;
float
:
left
;
float
:
left
;
width
:
24%
;
width
:
24%
;
.amos-std-form-content
{
.amos-std-form-content
{
width
:
100%
;
width
:
100%
;
}
}
.amos-search
{
.amos-search
{
width
:
80%
;
width
:
80%
;
}
}
.amos-search-inner
{
.amos-search-inner
{
background-color
:
rgba
(
0
,
185
,
255
,
0
.3
);
background-color
:
rgba
(
0
,
185
,
255
,
0
.3
);
opacity
:
1
;
opacity
:
1
;
border-radius
:
17px
;
border-radius
:
17px
;
height
:
34px
;
height
:
vh
(
34
)
;
}
}
.amos-search-inner
{
.amos-search-inner
{
color
:
rgba
(
240
,
242
,
243
,
1
);
color
:
rgba
(
240
,
242
,
243
,
1
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-weight
:
400
;
font-weight
:
vw
(
400
)
;
line-height
:
26px
;
line-height
:
vh
(
26
)
;
}
}
}
}
...
@@ -537,34 +580,38 @@
...
@@ -537,34 +580,38 @@
background
:
rgba
(
14
,
127
,
180
,
0
.29
);
background
:
rgba
(
14
,
127
,
180
,
0
.29
);
height
:
70%
;
height
:
70%
;
}
}
.amos-modal-content
{
.amos-modal-content
{
padding
:
0
.5em
;
padding
:
0
.5em
;
height
:
100%
;
height
:
100%
;
}
}
.amos-modal-header
{
.amos-modal-header
{
background
:
rgba
(
14
,
127
,
180
,
0
.29
);
background
:
rgba
(
14
,
127
,
180
,
0
.29
);
padding
:
0
.3em
0
.3em
;
padding
:
0
.3em
0
.3em
;
border-bottom
:
0px
solid
#e5e5e5
;
border-bottom
:
0px
solid
#e5e5e5
;
.amos-modal-title
{
.amos-modal-title
{
font-size
:
15px
;
font-size
:
15px
;
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-weight
:
400
;
font-weight
:
vh
(
400
)
;
margin-left
:
10px
;
margin-left
:
vw
(
10
)
;
height
:
100%
;
height
:
100%
;
line-height
:
20px
;
line-height
:
vh
(
20
)
;
color
:
rgba
(
255
,
255
,
255
,
1
);
color
:
rgba
(
255
,
255
,
255
,
1
);
-webkit-text-stroke
:
1
rgba
(
0
,
0
,
0
,
0
);
-webkit-text-stroke
:
1
rgba
(
0
,
0
,
0
,
0
);
opacity
:
1
;
opacity
:
1
;
}
}
}
}
.amos-modal-close-x
{
.amos-modal-close-x
{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
font-size
:
20px
;
font-size
:
20px
;
font-style
:
normal
;
font-style
:
normal
;
line-height
:
24px
;
line-height
:
vh
(
24
)
;
margin-right
:
13px
;
margin-right
:
vw
(
13
)
;
margin-top
:
4px
;
margin-top
:
vh
(
4
)
;
background-color
:
rgba
(
252
,
47
,
30
,
1
);
background-color
:
rgba
(
252
,
47
,
30
,
1
);
}
}
}
}
...
@@ -577,6 +624,7 @@
...
@@ -577,6 +624,7 @@
margin-left
:
1
.9%
;
margin-left
:
1
.9%
;
z-index
:
1
;
z-index
:
1
;
top
:
8
.51%
;
top
:
8
.51%
;
.AlarmControl
{
.AlarmControl
{
margin-top
:
10%
;
margin-top
:
10%
;
height
:
29
.9%
;
height
:
29
.9%
;
...
@@ -585,131 +633,148 @@
...
@@ -585,131 +633,148 @@
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
background-size
:
100%
100%
;
background-size
:
100%
100%
;
-moz-background-size
:
100%
100%
;
-moz-background-size
:
100%
100%
;
.AlarmControl_1
{
.AlarmControl_1
{
height
:
10%
;
height
:
10%
;
width
:
100%
;
width
:
100%
;
// border:1px solid rgba(23,186,252,1);
// border:1px solid rgba(23,186,252,1);
.AlarmControl_1_1
{
.AlarmControl_1_1
{
width
:
50%
;
width
:
50%
;
margin-left
:
9
.4%
;
margin-left
:
9
.4%
;
height
:
100px
;
height
:
100px
;
font-size
:
15px
;
font-size
:
pxToRem
(
15px
)
;
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-weight
:
400
;
font-weight
:
vw
(
400
)
;
line-height
:
24px
;
line-height
:
vh
(
24
)
;
color
:
rgba
(
255
,
255
,
255
,
1
);
color
:
rgba
(
255
,
255
,
255
,
1
);
text-shadow
:
0px
0px
4px
rgba
(
9
,
35
,
61
,
1
);
text-shadow
:
0px
0px
4px
rgba
(
9
,
35
,
61
,
1
);
opacity
:
1
;
opacity
:
1
;
}
}
}
}
.AlarmControl_2
{
.AlarmControl_2
{
height
:
90%
;
height
:
90%
;
width
:
100%
;
width
:
100%
;
.AlarmControl_2_1
{
.AlarmControl_2_1
{
float
:
right
;
float
:
right
;
color
:
rgb
(
89
,
240
,
251
);
color
:
rgb
(
89
,
240
,
251
);
line-height
:
60%
;
line-height
:
60%
;
text-align
:
center
;
text-align
:
center
;
font-size
:
22px
;
font-size
:
pxToRem
(
22px
)
;
width
:
28px
;
width
:
vw
(
28
)
;
height
:
28px
;
height
:
vh
(
28
)
;
background
:
linear-gradient
(
180deg
,
rgba
(
95
,
255
,
253
,
0
.6
)
0%
,
rgba
(
95
,
255
,
253
,
0
.1
)
100%
);
background
:
linear-gradient
(
180deg
,
rgba
(
95
,
255
,
253
,
0
.6
)
0%
,
rgba
(
95
,
255
,
253
,
0
.1
)
100%
);
cursor
:
pointer
;
cursor
:
pointer
;
//border:1px solid rgba(23,186,252,1);
//border:1px solid rgba(23,186,252,1);
}
}
.AlarmControl_2_2
{
.AlarmControl_2_2
{
width
:
100%
;
width
:
100%
;
float
:
right
;
float
:
right
;
height
:
87%
;
height
:
87%
;
// border:1px solid rgba(23,186,252,1);
// border:1px solid rgba(23,186,252,1);
.AlarmControl_2_2_1
{
.AlarmControl_2_2_1
{
width
:
50%
;
width
:
50%
;
float
:
right
;
float
:
right
;
height
:
100%
;
height
:
100%
;
// border:1px solid rgba(23,186,252,1);
// border:1px solid rgba(23,186,252,1);
.AlarmControl8
{
.AlarmControl8
{
margin-top
:
32%
;
margin-top
:
32%
;
}
}
.AlarmControl2
{
.AlarmControl2
{
width
:
100%
;
width
:
100%
;
float
:
right
;
float
:
right
;
height
:
20%
;
height
:
20%
;
// border:1px solid rgba(23,186,252,1);
// border:1px solid rgba(23,186,252,1);
.AlarmControl2_2
{
.AlarmControl2_2
{
float
:
right
;
float
:
right
;
margin-top
:
5%
;
margin-top
:
5%
;
width
:
10px
;
width
:
vw
(
10
)
;
height
:
10px
;
height
:
vh
(
10
)
;
background
:
rgba
(
243
,
12
,
12
,
1
);
background
:
rgba
(
243
,
12
,
12
,
1
);
border-radius
:
50%
;
border-radius
:
50%
;
opacity
:
1
;
opacity
:
1
;
}
}
.AlarmControl2_3
{
.AlarmControl2_3
{
float
:
right
;
float
:
right
;
margin-top
:
5%
;
margin-top
:
5%
;
width
:
10px
;
width
:
vw
(
10
)
;
height
:
10px
;
height
:
vh
(
10
)
;
background
:
rgba
(
219
,
121
,
23
,
1
);
background
:
rgba
(
219
,
121
,
23
,
1
);
border-radius
:
50%
;
border-radius
:
50%
;
opacity
:
1
;
opacity
:
1
;
}
}
.AlarmControl2_4
{
.AlarmControl2_4
{
float
:
right
;
float
:
right
;
margin-top
:
5%
;
margin-top
:
5%
;
width
:
10px
;
width
:
vw
(
10
)
;
height
:
10px
;
height
:
vh
(
10
)
;
background
:
rgba
(
209
,
209
,
52
,
1
);
background
:
rgba
(
209
,
209
,
52
,
1
);
border-radius
:
50%
;
border-radius
:
50%
;
opacity
:
1
;
opacity
:
1
;
}
}
.AlarmControl2_1
{
.AlarmControl2_1
{
height
:
100%
;
height
:
100%
;
width
:
90%
;
width
:
90%
;
float
:
right
;
float
:
right
;
// border:1px solid rgba(23,186,252,1);
// border:1px solid rgba(23,186,252,1);
.AlarmControl2_12
{
.AlarmControl2_12
{
float
:
left
;
float
:
left
;
margin-left
:
2%
;
margin-left
:
2%
;
font-size
:
10px
;
font-size
:
pxToRem
(
10px
)
;
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-weight
:
bold
;
font-weight
:
bold
;
line-height
:
20px
;
line-height
:
vh
(
30
)
;
color
:
rgba
(
255
,
255
,
255
,
1
);
color
:
rgba
(
255
,
255
,
255
,
1
);
opacity
:
1
;
opacity
:
1
;
}
}
.AlarmControl2_13
{
.AlarmControl2_13
{
float
:
left
;
float
:
left
;
margin-left
:
2%
;
margin-left
:
2%
;
font-size
:
10px
;
font-size
:
pxToRem
(
10px
)
;
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-weight
:
bold
;
font-weight
:
bold
;
line-height
:
20px
;
line-height
:
vh
(
30
)
;
color
:
rgba
(
255
,
255
,
255
,
1
);
color
:
rgba
(
255
,
255
,
255
,
1
);
opacity
:
1
;
opacity
:
1
;
}
}
.AlarmControl2_12
{
.AlarmControl2_12
{
float
:
left
;
float
:
left
;
margin-left
:
2%
;
margin-left
:
2%
;
font-size
:
10px
;
font-size
:
10px
;
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-weight
:
bold
;
font-weight
:
bold
;
line-height
:
20px
;
line-height
:
vh
(
30
)
;
color
:
rgba
(
255
,
255
,
255
,
1
);
color
:
rgba
(
255
,
255
,
255
,
1
);
opacity
:
1
;
opacity
:
1
;
}
}
.AlarmControl2_13
{
.AlarmControl2_13
{
float
:
left
;
float
:
left
;
margin-left
:
2%
;
margin-left
:
2%
;
font-size
:
10px
;
font-size
:
pxToRem
(
10px
)
;
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-weight
:
bold
;
font-weight
:
bold
;
line-height
:
20px
;
line-height
:
vh
(
30
)
;
color
:
rgba
(
255
,
255
,
255
,
1
);
color
:
rgba
(
255
,
255
,
255
,
1
);
opacity
:
1
;
opacity
:
1
;
}
}
}
}
}
}
}
}
.AlarmControl_2_2_2
{
.AlarmControl_2_2_2
{
width
:
50%
;
width
:
50%
;
float
:
right
;
float
:
right
;
...
@@ -728,55 +793,65 @@
...
@@ -728,55 +793,65 @@
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
background-size
:
100%
100%
;
background-size
:
100%
100%
;
-moz-background-size
:
100%
100%
;
-moz-background-size
:
100%
100%
;
.DangerControl_1
{
.DangerControl_1
{
height
:
10%
;
height
:
10%
;
width
:
100%
;
width
:
100%
;
// border:1px solid rgba(23,186,252,1);
// border:1px solid rgba(23,186,252,1);
.DangerControl_1_1
{
.DangerControl_1_1
{
width
:
50%
;
width
:
50%
;
margin-left
:
9
.4%
;
margin-left
:
9
.4%
;
height
:
100px
;
height
:
100px
;
font-size
:
15px
;
font-size
:
pxToRem
(
15px
)
;
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-weight
:
400
;
font-weight
:
vw
(
400
)
;
line-height
:
24px
;
line-height
:
vh
(
24
)
;
color
:
rgba
(
255
,
255
,
255
,
1
);
color
:
rgba
(
255
,
255
,
255
,
1
);
text-shadow
:
0px
0px
4px
rgba
(
9
,
35
,
61
,
1
);
text-shadow
:
0px
0px
4px
rgba
(
9
,
35
,
61
,
1
);
opacity
:
1
;
opacity
:
1
;
}
}
}
}
.DangerControl_2
{
.DangerControl_2
{
height
:
90%
;
height
:
90%
;
width
:
100%
;
width
:
100%
;
.DangerControl_2_1
{
.DangerControl_2_1
{
float
:
right
;
float
:
right
;
color
:
rgb
(
89
,
240
,
251
);
color
:
rgb
(
89
,
240
,
251
);
line-height
:
60%
;
line-height
:
60%
;
text-align
:
center
;
text-align
:
center
;
font-size
:
22px
;
font-size
:
pxToRem
(
22px
);
width
:
28px
;
;
height
:
28px
;
width
:
vw
(
28
);
background
:
linear-gradient
(
180deg
,
rgba
(
95
,
255
,
253
,
0
.6
)
0%
,
rgba
(
95
,
255
,
253
,
0
.1
)
100%
);
height
:
vh
(
28
);
background
:
linear-gradient
(
180deg
,
rgba
(
95
,
255
,
253
,
0
.6
)
0%
,
rgba
(
95
,
255
,
253
,
0
.1
)
100%
);
cursor
:
pointer
;
cursor
:
pointer
;
// border:1px solid rgba(23,186,252,1);
// border:1px solid rgba(23,186,252,1);
}
}
.DangerControl_2_2
{
.DangerControl_2_2
{
width
:
100%
;
width
:
100%
;
float
:
right
;
float
:
right
;
height
:
87%
;
height
:
87%
;
//border:1px solid rgba(23,186,252,1);
//border:1px solid rgba(23,186,252,1);
.DangerControl_2_2_1
{
.DangerControl_2_2_1
{
width
:
50%
;
width
:
50%
;
float
:
right
;
float
:
right
;
height
:
100%
;
height
:
100%
;
// border:1px solid rgba(23,186,252,1);
// border:1px solid rgba(23,186,252,1);
.AlarmControl8
{
.AlarmControl8
{
margin-top
:
20%
;
margin-top
:
20%
;
}
}
.AlarmControl2
{
.AlarmControl2
{
width
:
100%
;
width
:
100%
;
float
:
right
;
float
:
right
;
height
:
20%
;
height
:
20%
;
// border:1px solid rgba(23,186,252,1);
// border:1px solid rgba(23,186,252,1);
.AlarmControl2_2
{
.AlarmControl2_2
{
float
:
right
;
float
:
right
;
...
@@ -787,81 +862,90 @@
...
@@ -787,81 +862,90 @@
border-radius
:
50%
;
border-radius
:
50%
;
opacity
:
1
;
opacity
:
1
;
}
}
.AlarmControl2_3
{
.AlarmControl2_3
{
float
:
right
;
float
:
right
;
margin-top
:
5%
;
margin-top
:
5%
;
width
:
10px
;
width
:
vw
(
10
)
;
height
:
10px
;
height
:
vh
(
10
)
;
background
:
rgba
(
255
,
214
,
0
,
1
);
background
:
rgba
(
255
,
214
,
0
,
1
);
border-radius
:
50%
;
border-radius
:
50%
;
opacity
:
1
;
opacity
:
1
;
}
}
.AlarmControl2_4
{
.AlarmControl2_4
{
float
:
right
;
float
:
right
;
margin-top
:
5%
;
margin-top
:
5%
;
width
:
10px
;
width
:
vw
(
10
)
;
height
:
10px
;
height
:
vh
(
10
)
;
background
:
rgba
(
0
,
255
,
238
,
1
);
background
:
rgba
(
0
,
255
,
238
,
1
);
border-radius
:
50%
;
border-radius
:
50%
;
opacity
:
1
;
opacity
:
1
;
}
}
.AlarmControl2_5
{
.AlarmControl2_5
{
float
:
right
;
float
:
right
;
margin-top
:
5%
;
margin-top
:
5%
;
width
:
10px
;
width
:
vw
(
10
)
;
height
:
10px
;
height
:
vh
(
10
)
;
background
:
rgba
(
0
,
255
,
238
,
1
);
background
:
rgba
(
0
,
255
,
238
,
1
);
border-radius
:
50%
;
border-radius
:
50%
;
opacity
:
1
;
opacity
:
1
;
}
}
.AlarmControl2_1
{
.AlarmControl2_1
{
height
:
100%
;
height
:
100%
;
width
:
90%
;
width
:
90%
;
float
:
right
;
float
:
right
;
// border:1px solid rgba(23,186,252,1);
// border:1px solid rgba(23,186,252,1);
.AlarmControl2_12
{
.AlarmControl2_12
{
float
:
left
;
float
:
left
;
margin-left
:
1%
;
margin-left
:
1%
;
font-size
:
10px
;
font-size
:
pxToRem
(
10px
)
;
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-weight
:
bold
;
font-weight
:
bold
;
line-height
:
20px
;
line-height
:
vh
(
30
)
;
color
:
rgba
(
255
,
255
,
255
,
1
);
color
:
rgba
(
255
,
255
,
255
,
1
);
opacity
:
1
;
opacity
:
1
;
}
}
.AlarmControl2_13
{
.AlarmControl2_13
{
float
:
left
;
float
:
left
;
margin-left
:
1%
;
margin-left
:
1%
;
font-size
:
10px
;
font-size
:
10px
;
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-weight
:
bold
;
font-weight
:
bold
;
line-height
:
20px
;
line-height
:
vh
(
30
)
;
color
:
rgba
(
255
,
255
,
255
,
1
);
color
:
rgba
(
255
,
255
,
255
,
1
);
opacity
:
1
;
opacity
:
1
;
}
}
.AlarmControl2_12
{
.AlarmControl2_12
{
float
:
left
;
float
:
left
;
margin-left
:
1%
;
margin-left
:
1%
;
font-size
:
10px
;
font-size
:
pxToRem
(
10px
)
;
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-weight
:
bold
;
font-weight
:
bold
;
line-height
:
20px
;
line-height
:
vh
(
30
)
;
color
:
rgba
(
255
,
255
,
255
,
1
);
color
:
rgba
(
255
,
255
,
255
,
1
);
opacity
:
1
;
opacity
:
1
;
}
}
.AlarmControl2_13
{
.AlarmControl2_13
{
float
:
left
;
float
:
left
;
margin-left
:
1%
;
margin-left
:
1%
;
font-size
:
10px
;
font-size
:
pxToRem
(
10px
)
;
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-weight
:
bold
;
font-weight
:
bold
;
line-height
:
20px
;
line-height
:
vh
(
30
)
;
color
:
rgba
(
255
,
255
,
255
,
1
);
color
:
rgba
(
255
,
255
,
255
,
1
);
opacity
:
1
;
opacity
:
1
;
}
}
}
}
}
}
}
}
.DangerControl_2_2_2
{
.DangerControl_2_2_2
{
width
:
50%
;
width
:
50%
;
float
:
right
;
float
:
right
;
...
@@ -883,6 +967,7 @@
...
@@ -883,6 +967,7 @@
.RiskControl_1
{
.RiskControl_1
{
height
:
10%
;
height
:
10%
;
width
:
100%
;
width
:
100%
;
// border:1px solid rgba(23,186,252,1);
// border:1px solid rgba(23,186,252,1);
.RiskControl_1_1
{
.RiskControl_1_1
{
width
:
50%
;
width
:
50%
;
...
@@ -897,9 +982,11 @@
...
@@ -897,9 +982,11 @@
opacity
:
1
;
opacity
:
1
;
}
}
}
}
.RiskControl_2
{
.RiskControl_2
{
height
:
64%
;
height
:
64%
;
width
:
100%
;
width
:
100%
;
.RiskControl_2_1
{
.RiskControl_2_1
{
float
:
right
;
float
:
right
;
color
:
rgb
(
89
,
240
,
251
);
color
:
rgb
(
89
,
240
,
251
);
...
@@ -908,40 +995,48 @@
...
@@ -908,40 +995,48 @@
font-size
:
pxToRem
(
22px
);
font-size
:
pxToRem
(
22px
);
width
:
vw
(
28
);
width
:
vw
(
28
);
height
:
vh
(
28
);
height
:
vh
(
28
);
background
:
linear-gradient
(
180deg
,
rgba
(
95
,
255
,
253
,
0
.6
)
0%
,
rgba
(
95
,
255
,
253
,
0
.1
)
100%
);
background
:
linear-gradient
(
180deg
,
rgba
(
95
,
255
,
253
,
0
.6
)
0%
,
rgba
(
95
,
255
,
253
,
0
.1
)
100%
);
cursor
:
pointer
;
cursor
:
pointer
;
//border:1px solid rgba(23,186,252,1);
//border:1px solid rgba(23,186,252,1);
}
}
.RiskControl_2_2
{
.RiskControl_2_2
{
width
:
100%
;
width
:
100%
;
float
:
right
;
float
:
right
;
height
:
82%
;
height
:
82%
;
// border:1px solid rgba(23,186,252,1);
// border:1px solid rgba(23,186,252,1);
.RiskControl_2_2_1
{
.RiskControl_2_2_1
{
width
:
50%
;
width
:
50%
;
float
:
right
;
float
:
right
;
height
:
100%
;
height
:
100%
;
// border:1px solid rgba(23,186,252,1);
// border:1px solid rgba(23,186,252,1);
.RiskControl_2_2_19
{
.RiskControl_2_2_19
{
margin-left
:
30%
;
margin-left
:
30%
;
margin-top
:
2%
;
margin-top
:
2%
;
height
:
40%
;
height
:
40%
;
.shi
{
.shi
{
color
:
rgba
(
243
,
12
,
12
,
1
);
color
:
rgba
(
243
,
12
,
12
,
1
);
font-size
:
pxToRem
(
22px
);
font-size
:
pxToRem
(
22px
);
}
}
.shi1
{
.shi1
{
color
:
rgba
(
243
,
12
,
12
,
1
);
color
:
rgba
(
243
,
12
,
12
,
1
);
}
}
.shou
{
.shou
{
color
:
rgba
(
0
,
255
,
238
,
1
);
color
:
rgba
(
0
,
255
,
238
,
1
);
font-size
:
pxToRem
(
22px
);
font-size
:
pxToRem
(
22px
);
}
}
.shou1
{
.shou1
{
color
:
rgba
(
0
,
255
,
238
,
1
);
color
:
rgba
(
0
,
255
,
238
,
1
);
}
}
}
}
}
}
.RiskControl_2_2_2
{
.RiskControl_2_2_2
{
width
:
50%
;
width
:
50%
;
float
:
right
;
float
:
right
;
...
@@ -952,24 +1047,28 @@
...
@@ -952,24 +1047,28 @@
// border:1px solid rgba(23,186,252,1);
// border:1px solid rgba(23,186,252,1);
}
}
.RiskControl_3
{
.RiskControl_3
{
height
:
26%
;
height
:
26%
;
width
:
100%
;
width
:
100%
;
// border:1px solid rgba(23,186,252,1);
// border:1px solid rgba(23,186,252,1);
.RiskControl_3_1
{
.RiskControl_3_1
{
height
:
40%
;
height
:
40%
;
width
:
50%
;
width
:
50%
;
float
:
right
;
float
:
right
;
//border:1px solid rgba(23,186,252,1);
//border:1px solid rgba(23,186,252,1);
.RiskControl_3_1_1
{
.RiskControl_3_1_1
{
height
:
100%
;
height
:
100%
;
width
:
90%
;
width
:
90%
;
float
:
right
;
float
:
right
;
// border:1px solid rgba(23,186,252,1);
// border:1px solid rgba(23,186,252,1);
.RiskControl_3_1_8
{
.RiskControl_3_1_8
{
float
:
left
;
float
:
left
;
margin-left
:
8%
;
margin-left
:
8%
;
font-size
:
pxToRem
(
10px
);
font-size
:
pxToRem
(
10px
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-weight
:
bold
;
font-weight
:
bold
;
line-height
:
vh
(
20
);
line-height
:
vh
(
20
);
...
@@ -977,15 +1076,17 @@
...
@@ -977,15 +1076,17 @@
opacity
:
1
;
opacity
:
1
;
}
}
}
}
.RiskControl_3_1_17
{
.RiskControl_3_1_17
{
height
:
100%
;
height
:
100%
;
width
:
60%
;
width
:
60%
;
float
:
right
;
float
:
right
;
// border:1px solid rgba(23,186,252,1);
// border:1px solid rgba(23,186,252,1);
.RiskControl_3_1_8
{
.RiskControl_3_1_8
{
float
:
left
;
float
:
left
;
margin-left
:
8%
;
margin-left
:
8%
;
font-size
:
pxToRem
(
10px
);
font-size
:
pxToRem
(
10px
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-weight
:
bold
;
font-weight
:
bold
;
line-height
:
vh
(
20
);
line-height
:
vh
(
20
);
...
@@ -993,6 +1094,7 @@
...
@@ -993,6 +1094,7 @@
opacity
:
1
;
opacity
:
1
;
}
}
}
}
.RiskControl_3_1_2
{
.RiskControl_3_1_2
{
float
:
right
;
float
:
right
;
margin-top
:
5%
;
margin-top
:
5%
;
...
@@ -1002,24 +1104,27 @@
...
@@ -1002,24 +1104,27 @@
border-radius
:
50%
;
border-radius
:
50%
;
opacity
:
1
;
opacity
:
1
;
}
}
.RiskControl_3_1_3
{
.RiskControl_3_1_3
{
float
:
right
;
float
:
right
;
margin-top
:
5%
;
margin-top
:
5%
;
width
:
vw
(
10
);
width
:
vw
(
10
);
height
:
vh
(
10
);
height
:
vh
(
10
);
background
:
rgba
(
243
,
12
,
12
,
1
);
background
:
rgba
(
243
,
12
,
12
,
1
);
border-radius
:
50%
;
border-radius
:
50%
;
opacity
:
1
;
opacity
:
1
;
}
}
.RiskControl_3_1_4
{
.RiskControl_3_1_4
{
float
:
right
;
float
:
right
;
margin-top
:
5%
;
margin-top
:
5%
;
width
:
vw
(
10
);
width
:
vw
(
10
);
height
:
vh
(
10
);
height
:
vh
(
10
);
background
:
rgba
(
12
,
3
,
185
,
1
);
background
:
rgba
(
12
,
3
,
185
,
1
);
border-radius
:
50%
;
border-radius
:
50%
;
opacity
:
1
;
opacity
:
1
;
}
}
.RiskControl_3_1_5
{
.RiskControl_3_1_5
{
float
:
right
;
float
:
right
;
margin-top
:
5%
;
margin-top
:
5%
;
...
@@ -1084,6 +1189,7 @@
...
@@ -1084,6 +1189,7 @@
height
:
100%
;
height
:
100%
;
width
:
100%
;
width
:
100%
;
display
:
flex
;
display
:
flex
;
.all-safety-left
{
.all-safety-left
{
height
:
89%
;
height
:
89%
;
width
:
53%
;
width
:
53%
;
...
@@ -1138,6 +1244,7 @@
...
@@ -1138,6 +1244,7 @@
width
:
100%
;
width
:
100%
;
text-align
:
center
;
text-align
:
center
;
margin-top
:
12%
;
margin-top
:
12%
;
.right-three-font
{
.right-three-font
{
font-size
:
pxToRem
(
15px
);
font-size
:
pxToRem
(
15px
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
...
@@ -1175,18 +1282,22 @@
...
@@ -1175,18 +1282,22 @@
margin-top
:
10%
;
margin-top
:
10%
;
height
:
34%
;
height
:
34%
;
width
:
100%
;
width
:
100%
;
.common-card
.card-content
.card-contain
.card-corner
{
.common-card
.card-content
.card-contain
.card-corner
{
bottom
:
vh
(
1
2
)
!
important
;
bottom
:
vh
(
1
0
)
!
important
;
}
}
.fire-safety-content
{
.fire-safety-content
{
// background-image: url('/src/assets/homePage/xfsl.png');
// background-image: url('/src/assets/homePage/xfsl.png');
margin-top
:
vh
(
30
);
//
margin-top: vh(30);
background-repeat
:
no-repeat
!
important
;
background-repeat
:
no-repeat
!
important
;
height
:
100%
;
height
:
100%
;
width
:
100%
;
width
:
100%
;
background-size
:
100%
100%
;
background-size
:
100%
100%
;
-moz-background-size
:
100%
100%
;
-moz-background-size
:
100%
100%
;
position
:
relative
;
top
:
vh
(
25
);
.fire-safety-font
{
.fire-safety-font
{
height
:
11%
;
height
:
11%
;
width
:
100%
;
width
:
100%
;
...
@@ -1274,8 +1385,10 @@
...
@@ -1274,8 +1385,10 @@
cursor
:
pointer
;
cursor
:
pointer
;
margin-top
:
3%
;
margin-top
:
3%
;
padding-left
:
6px
;
padding-left
:
6px
;
.content-tongji
{
.content-tongji
{
width
:
100%
;
width
:
100%
;
.left-div
{
.left-div
{
display
:
inline-block
;
display
:
inline-block
;
}
}
...
@@ -1299,14 +1412,15 @@
...
@@ -1299,14 +1412,15 @@
margin-top
:
10%
;
margin-top
:
10%
;
height
:
34%
;
height
:
34%
;
width
:
100%
;
width
:
100%
;
.common-card
.card-content
.card-contain
.card-corner
{
.common-card
.card-content
.card-contain
.card-corner
{
bottom
:
11px
!
important
;
bottom
:
vh
(
11
)
!
important
;
}
}
.strength-safety-font
{
.strength-safety-font
{
height
:
11%
;
height
:
11%
;
width
:
100%
;
width
:
100%
;
font-size
:
pxToRem
(
15px
);
font-size
:
pxToRem
(
15px
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-weight
:
vw
(
400
);
font-weight
:
vw
(
400
);
line-height
:
vh
(
24
);
line-height
:
vh
(
24
);
...
@@ -1403,11 +1517,13 @@
...
@@ -1403,11 +1517,13 @@
background
:
linear-gradient
(
90deg
,
rgba
(
82
,
237
,
242
,
0
.1
)
0%
,
rgba
(
28
,
98
,
100
,
0
.31
)
100%
);
background
:
linear-gradient
(
90deg
,
rgba
(
82
,
237
,
242
,
0
.1
)
0%
,
rgba
(
28
,
98
,
100
,
0
.31
)
100%
);
box-shadow
:
0px
3px
6px
rgba
(
0
,
0
,
0
,
0
.16
);
box-shadow
:
0px
3px
6px
rgba
(
0
,
0
,
0
,
0
.16
);
opacity
:
1
;
opacity
:
1
;
.item-img-div
{
.item-img-div
{
width
:
vw
(
20
);
width
:
vw
(
20
);
float
:
left
;
float
:
left
;
margin-right
:
5%
;
margin-right
:
5%
;
}
}
.item-value
{
.item-value
{
float
:
right
;
float
:
right
;
margin-right
:
5%
;
margin-right
:
5%
;
...
@@ -1415,12 +1531,16 @@
...
@@ -1415,12 +1531,16 @@
}
}
}
}
}
}
.strength-safety-div
{
margin-top
:
vh
(
30
);
height
:
100%
;
.strength-safety-div
{
width
:
100%
;
// margin-top: vh(30);
}
height
:
100%
;
width
:
100%
;
position
:
relative
;
top
:
vh
(
25
);
}
.strength-safety-tongji
{
.strength-safety-tongji
{
width
:
84%
;
width
:
84%
;
height
:
12
.3%
;
height
:
12
.3%
;
...
@@ -1431,8 +1551,10 @@
...
@@ -1431,8 +1551,10 @@
cursor
:
pointer
;
cursor
:
pointer
;
margin-top
:
3%
;
margin-top
:
3%
;
padding-left
:
6px
;
padding-left
:
6px
;
.content-tongji
{
.content-tongji
{
width
:
100%
;
width
:
100%
;
.left-div
{
.left-div
{
display
:
inline-block
;
display
:
inline-block
;
}
}
...
@@ -1446,10 +1568,11 @@
...
@@ -1446,10 +1568,11 @@
color
:
rgba
(
255
,
255
,
255
,
1
);
color
:
rgba
(
255
,
255
,
255
,
1
);
opacity
:
1
;
opacity
:
1
;
float
:
right
;
float
:
right
;
margin-right
:vw
(
10
)
;
margin-right
:
vw
(
10
);
}
}
}
}
}
}
}
}
}
}
//}
//}
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