Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DoorLock
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
朱建香
DoorLock
Commits
427e69cf
Commit
427e69cf
authored
Feb 08, 2018
by
朱建香
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式更新
parent
295cb94a
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6043 additions
and
0 deletions
+6043
-0
web/view/bindUser/bindUser.css
+916
-0
web/view/device/device.css
+1983
-0
web/view/device/recordList.css
+670
-0
web/view/doorlockManage/doorlockManage.css
+1074
-0
web/view/doorlockUsers/unlockInfo.css
+1400
-0
No files found.
web/view/bindUser/bindUser.css
View file @
427e69cf
@font-face
{
font-family
:
'defaultIconfont'
;
src
:
url('../../resources/font/defaultIconfont.ttf')
format
(
'truetype'
);
}
@font-face
{
font-family
:
'iconfont'
;
src
:
url('../../resources/font/iconfont.ttf')
format
(
'truetype'
);
}
@font-face
{
font-family
:
'tipFont'
;
src
:
url('../../resources/font/tipFont.ttf')
format
(
'truetype'
);
}
html
,
body
{
width
:
100%
;
height
:
100%
;
}
body
{
-webkit-user-select
:
none
;
user-select
:
none
;
color
:
#fff
;
font-size
:
0.373rem
;
background-color
:
#242635
;
}
ul
{
padding-left
:
0
;
list-style
:
none
;
margin-bottom
:
0
;
}
p
{
margin-bottom
:
0
;
}
.u-loading
{
position
:
fixed
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
z-index
:
1050
;
background-color
:
rgba
(
0
,
0
,
0
,
0.9
);
}
.u-loading
.u-loading-box
{
position
:
absolute
;
top
:
50%
;
left
:
0
;
-webkit-transform
:
translateY
(
-50%
);
transform
:
translateY
(
-50%
);
right
:
0
;
}
.u-loading
.u-loading-box
.u-loading-icon
{
width
:
30px
;
height
:
30px
;
background-position
:
center
;
background-repeat
:
no-repeat
;
background-image
:
url("../../resources/image/white_loading_icon.png")
;
-webkit-background-size
:
cover
;
background-size
:
cover
;
margin
:
0
auto
;
-webkit-animation
:
loading
1s
steps
(
12
,
end
)
infinite
;
animation
:
loading
1s
steps
(
12
,
end
)
infinite
;
}
.u-loading
.u-loading-box
.u-loading-text
{
color
:
#fff
;
margin-top
:
0.32rem
;
text-align
:
center
;
}
@-webkit-keyframes
loading
{
0
%
{
-webkit-transform
:
rotate3d
(
0
,
0
,
1
,
0deg
);
transform
:
rotate3d
(
0
,
0
,
1
,
0deg
);
}
100
%
{
-webkit-transform
:
rotate3d
(
0
,
0
,
1
,
360deg
);
transform
:
rotate3d
(
0
,
0
,
1
,
360deg
);
}
}
@keyframes
loading
{
0
%
{
-webkit-transform
:
rotate3d
(
0
,
0
,
1
,
0deg
);
transform
:
rotate3d
(
0
,
0
,
1
,
0deg
);
}
100
%
{
-webkit-transform
:
rotate3d
(
0
,
0
,
1
,
360deg
);
transform
:
rotate3d
(
0
,
0
,
1
,
360deg
);
}
}
.custom-loading
{
background-color
:
rgba
(
36
,
38
,
53
,
0.8
);
}
.custom-loading
.u-loading-box
{
color
:
#00ffff
;
}
.custom-loading
.u-loading-box
.u-loading-icon
{
font-size
:
0.427rem
;
margin
:
0
auto
;
width
:
3.750em
;
height
:
3.750em
;
position
:
relative
;
background
:
none
;
-webkit-animation
:
none
;
animation
:
none
;
}
.custom-loading
.u-loading-box
.u-loading-icon
:before
{
content
:
''
;
position
:
absolute
;
top
:
0
;
bottom
:
0
;
left
:
0
;
right
:
0
;
width
:
0.5em
;
height
:
0.5em
;
margin
:
auto
;
border-radius
:
50%
;
-webkit-transform
:
translateZ
(
0
)
scale
(
0.55
);
transform
:
translateZ
(
0
)
scale
(
0.55
);
-webkit-animation
:
loading
1.3s
infinite
linear
;
animation
:
loading
1.3s
infinite
linear
;
}
.custom-loading
.u-loading-box
.u-loading-text
{
color
:
inherit
;
font-size
:
0.427rem
;
margin-top
:
0.533rem
;
}
@-webkit-keyframes
loading
{
0
%,
100
%
{
-webkit-box-shadow
:
0
-3em
0
0.2em
,
2em
-2em
0
0em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
0
;
box-shadow
:
0
-3em
0
0.2em
,
2em
-2em
0
0em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
0
;
}
12
.5
%
{
-webkit-box-shadow
:
0
-3em
0
0
,
2em
-2em
0
0.2em
,
3em
0
0
0
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
0
,
2em
-2em
0
0.2em
,
3em
0
0
0
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
}
25
%
{
-webkit-box-shadow
:
0
-3em
0
-0.5em
,
2em
-2em
0
0
,
3em
0
0
0.2em
,
2em
2em
0
0
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-0.5em
,
2em
-2em
0
0
,
3em
0
0
0.2em
,
2em
2em
0
0
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
}
37
.5
%
{
-webkit-box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
0
,
2em
2em
0
0.2em
,
0
3em
0
0em
,
-2em
2em
0
-1em
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
0
,
2em
2em
0
0.2em
,
0
3em
0
0em
,
-2em
2em
0
-1em
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
}
50
%
{
-webkit-box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
0em
,
0
3em
0
0.2em
,
-2em
2em
0
0
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
0em
,
0
3em
0
0.2em
,
-2em
2em
0
0
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
}
62
.5
%
{
-webkit-box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
0
,
-2em
2em
0
0.2em
,
-3em
0
0
0
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
0
,
-2em
2em
0
0.2em
,
-3em
0
0
0
,
-2em
-2em
0
-1em
;
}
75
%
{
-webkit-box-shadow
:
0em
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0.2em
,
-2em
-2em
0
0
;
box-shadow
:
0em
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0.2em
,
-2em
-2em
0
0
;
}
87
.5
%
{
-webkit-box-shadow
:
0em
-3em
0
0
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0
,
-2em
-2em
0
0.2em
;
box-shadow
:
0em
-3em
0
0
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0
,
-2em
-2em
0
0.2em
;
}
}
@keyframes
loading
{
0
%,
100
%
{
-webkit-box-shadow
:
0
-3em
0
0.2em
,
2em
-2em
0
0em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
0
;
box-shadow
:
0
-3em
0
0.2em
,
2em
-2em
0
0em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
0
;
}
12
.5
%
{
-webkit-box-shadow
:
0
-3em
0
0
,
2em
-2em
0
0.2em
,
3em
0
0
0
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
0
,
2em
-2em
0
0.2em
,
3em
0
0
0
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
}
25
%
{
-webkit-box-shadow
:
0
-3em
0
-0.5em
,
2em
-2em
0
0
,
3em
0
0
0.2em
,
2em
2em
0
0
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-0.5em
,
2em
-2em
0
0
,
3em
0
0
0.2em
,
2em
2em
0
0
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
}
37
.5
%
{
-webkit-box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
0
,
2em
2em
0
0.2em
,
0
3em
0
0em
,
-2em
2em
0
-1em
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
0
,
2em
2em
0
0.2em
,
0
3em
0
0em
,
-2em
2em
0
-1em
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
}
50
%
{
-webkit-box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
0em
,
0
3em
0
0.2em
,
-2em
2em
0
0
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
0em
,
0
3em
0
0.2em
,
-2em
2em
0
0
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
}
62
.5
%
{
-webkit-box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
0
,
-2em
2em
0
0.2em
,
-3em
0
0
0
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
0
,
-2em
2em
0
0.2em
,
-3em
0
0
0
,
-2em
-2em
0
-1em
;
}
75
%
{
-webkit-box-shadow
:
0em
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0.2em
,
-2em
-2em
0
0
;
box-shadow
:
0em
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0.2em
,
-2em
-2em
0
0
;
}
87
.5
%
{
-webkit-box-shadow
:
0em
-3em
0
0
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0
,
-2em
-2em
0
0.2em
;
box-shadow
:
0em
-3em
0
0
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0
,
-2em
-2em
0
0.2em
;
}
}
.u-dialog
{
position
:
fixed
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
z-index
:
1051
;
background-color
:
rgba
(
0
,
0
,
0
,
0.9
);
}
.u-dialog
.u-dialog-box
{
position
:
absolute
;
top
:
50%
;
left
:
50%
;
-webkit-transform
:
translate
(
-50%
,
-50%
);
transform
:
translate
(
-50%
,
-50%
);
width
:
6.667rem
;
background-color
:
#fff
;
border-radius
:
0.32rem
;
}
.u-dialog
.u-dialog-box
.u-dialog-content
{
padding
:
0.4rem
;
text-align
:
center
;
position
:
relative
;
}
.u-dialog
.u-dialog-box
.u-dialog-content
:after
{
content
:
''
;
position
:
absolute
;
bottom
:
0
;
left
:
0
;
right
:
0
;
height
:
1px
;
background
:
#bbb
;
}
.u-dialog
.u-dialog-box
.u-dialog-button
{
display
:
table
;
width
:
100%
;
table-layout
:
fixed
;
border-collapse
:
separate
;
}
.u-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-cancel
,
.u-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-confirm
{
display
:
table-cell
;
color
:
#007aff
;
text-align
:
center
;
padding
:
0.4rem
0
;
line-height
:
1
;
position
:
relative
;
}
.u-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-cancel
:after
{
content
:
''
;
position
:
absolute
;
top
:
0
;
bottom
:
0
;
right
:
0
;
width
:
1px
;
-webkit-transform
:
scaleX
(
0.5
);
transform
:
scaleX
(
0.5
);
background-color
:
#bbb
;
}
.fade-enter-active
,
.fade-leave-active
{
-webkit-transition
:
opacity
0.5s
linear
;
transition
:
opacity
0.5s
linear
;
}
.fade-enter
,
.fade-leave-active
{
opacity
:
0
;
}
.custom-dialog
{
background-color
:
rgba
(
36
,
38
,
53
,
0.8
);
}
.custom-dialog
.u-dialog-box
{
width
:
8.933rem
;
border-radius
:
0.133rem
;
background-color
:
transparent
;
border
:
1px
solid
;
color
:
#00ffff
;
padding-bottom
:
0.4rem
;
}
.custom-dialog
.u-dialog-box
.u-dialog-content
{
width
:
100%
;
height
:
4.213rem
;
display
:
-webkit-box
;
display
:
-webkit-flex
;
display
:
flex
;
-webkit-box-orient
:
vertical
;
-webkit-flex-direction
:
column
;
flex-direction
:
column
;
-webkit-box-pack
:
center
;
-webkit-justify-content
:
center
;
justify-content
:
center
;
-webkit-box-align
:
center
;
-webkit-align-items
:
center
;
align-items
:
center
;
font-size
:
0.427rem
;
line-height
:
0.64rem
;
padding
:
0
0.587rem
;
}
.custom-dialog
.u-dialog-box
.u-dialog-content
span
{
width
:
1.36rem
;
height
:
1.36rem
;
background
:
url("../../resources/image/green_unbind_icon.png")
no-repeat
center
;
-webkit-background-size
:
cover
;
background-size
:
cover
;
margin-bottom
:
0.32rem
;
display
:
block
;
}
.custom-dialog
.u-dialog-box
.u-dialog-content
:after
{
display
:
none
;
}
.custom-dialog
.u-dialog-box
.u-dialog-button
{
border-spacing
:
0.667rem
0
;
}
.custom-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-cancel
,
.custom-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-confirm
{
width
:
3.467rem
;
border-radius
:
0.133rem
;
background-color
:
transparent
;
border
:
1px
solid
;
color
:
#00ffff
;
font-size
:
0.427rem
;
padding
:
0.267rem
0
;
}
.custom-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-cancel
:active
,
.custom-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-confirm
:active
{
background-color
:
#153D4C
;
}
.custom-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-cancel.disabled
,
.custom-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-confirm.disabled
{
background-color
:
transparent
;
color
:
#575a6d
;
}
.custom-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-cancel
:after
{
display
:
none
;
}
.header
{
position
:
fixed
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
1.173rem
;
z-index
:
1030
;
background-color
:
#010d19
;
}
.header
p
{
position
:
absolute
;
top
:
0
;
left
:
1.467rem
;
right
:
1.467rem
;
line-height
:
1.173rem
;
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
color
:
#fff
;
font-size
:
0.507rem
;
text-align
:
center
;
}
.header
span
{
color
:
#00ffff
;
font-size
:
0.427rem
;
width
:
1.467rem
;
line-height
:
1.173rem
;
display
:
block
;
}
.header
span
:active
{
opacity
:
0.5
;
}
.header
.header-left
{
float
:
left
;
padding-left
:
0.213rem
;
}
.header
.header-right
{
float
:
right
;
padding-right
:
0.213rem
;
text-align
:
right
;
}
.header
.icon
{
color
:
#fff
;
font-family
:
iconfont
;
font-size
:
0.667rem
;
-webkit-font-smoothing
:
antialiased
;
line-height
:
1.173rem
;
}
.header
.icon.header-left
{
padding-left
:
0.133rem
;
}
.header
.icon.header-right
{
padding-right
:
0.133rem
;
}
.header
~
.content
{
padding-top
:
1.173rem
;
}
.bindUserHelp
{
margin
:
0.8rem
1.013rem
1.547rem
;
}
.bindUserHelp
li
{
color
:
#91929a
;
padding-left
:
0.32rem
;
text-indent
:
-0.32rem
;
line-height
:
0.427rem
;
min-height
:
1.6rem
;
}
.bindUserHelp
li
:first-child
{
color
:
inherit
;
font-size
:
0.48rem
;
min-height
:
auto
;
margin-bottom
:
0.907rem
;
}
.u-button
{
width
:
6.4rem
;
color
:
#fff
;
font-size
:
inherit
;
background-color
:
#007aff
;
border-radius
:
0.533rem
;
text-align
:
center
;
line-height
:
1
;
margin
:
0
auto
;
padding
:
0.267rem
0
;
-webkit-transition
:
all
0.2s
linear
;
transition
:
all
0.2s
linear
;
background-clip
:
padding-box
;
}
.u-button
:active
{
background-color
:
#0065ff
;
}
.u-button.disabled
{
background-color
:
#bbb
;
}
.custom-help-button
,
.custom-button
{
width
:
7.333rem
;
border-radius
:
0.133rem
;
background-color
:
transparent
;
border
:
1px
solid
;
color
:
#00ffff
;
font-size
:
0.427rem
;
}
.custom-help-button
:active
,
.custom-button
:active
{
background-color
:
#153D4C
;
}
.custom-help-button.disabled
,
.custom-button.disabled
{
background-color
:
transparent
;
color
:
#575a6d
;
}
.linkText
{
text-align
:
center
;
}
.linkText
span
{
position
:
relative
;
color
:
#00ffff
;
font-size
:
0.32rem
;
display
:
inline-block
;
min-width
:
2.667rem
;
padding
:
0.427rem
0.693rem
0.053rem
;
margin-top
:
0.533rem
;
}
.linkText
span
:after
{
content
:
''
;
position
:
absolute
;
bottom
:
0
;
left
:
0
;
right
:
0
;
height
:
1px
;
background
:
-webkit-linear-gradient
(
left
,
#242635
,
#00ffff
,
#242635
);
background
:
linear-gradient
(
to
right
,
#242635
,
#00ffff
,
#242635
);
}
.editHead
{
width
:
5.333rem
;
margin
:
1.867rem
auto
0.693rem
;
}
.editHead
li
{
color
:
#00ffff
;
font-size
:
0.32rem
;
text-align
:
center
;
margin-bottom
:
0.32rem
;
}
.editHead
li
img
{
width
:
2.133rem
;
height
:
2.133rem
;
border-radius
:
50%
;
}
.inputBox
{
width
:
6.667rem
;
margin
:
0
auto
;
padding-bottom
:
1.067rem
;
}
.u-text
{
width
:
100%
;
display
:
table
;
position
:
relative
;
}
.u-text
input
{
display
:
table-cell
;
width
:
100%
;
border
:
0
;
outline
:
0
;
-webkit-appearance
:
none
;
padding
:
0.533rem
1.867rem
0.533rem
0
;
background-color
:
transparent
;
}
.u-text
input
[
type
=
text
]
~
.u-text-see
{
color
:
#007aff
;
}
.u-text
.u-text-icon
{
font-family
:
iconfont
;
font-size
:
0.533rem
;
-webkit-font-smoothing
:
antialiased
;
line-height
:
1
;
width
:
1.12rem
;
padding-left
:
0.453rem
;
display
:
table-cell
;
vertical-align
:
middle
;
}
.u-text
.u-text-title
{
width
:
1.92rem
;
padding-left
:
0.533rem
;
display
:
table-cell
;
vertical-align
:
middle
;
}
.u-text
.u-text-clear
,
.u-text
.u-text-see
{
position
:
absolute
;
top
:
0
;
width
:
0.8rem
;
height
:
100%
;
}
.u-text
.u-text-clear
:before
,
.u-text
.u-text-see
:before
{
position
:
absolute
;
top
:
50%
;
left
:
50%
;
-webkit-transform
:
translate
(
-50%
,
-50%
);
transform
:
translate
(
-50%
,
-50%
);
font-family
:
defaultIconfont
;
font-size
:
0.667rem
;
-webkit-font-smoothing
:
antialiased
;
line-height
:
1
;
}
.u-text
.u-text-clear
{
right
:
0.8rem
;
}
.u-text
.u-text-clear
:before
{
content
:
'\e724'
;
}
.u-text
.u-text-see
{
right
:
0
;
}
.u-text
.u-text-see
:before
{
content
:
'\e73c'
;
}
.u-text
:after
{
content
:
''
;
position
:
absolute
;
bottom
:
0
;
left
:
0
;
right
:
0
;
height
:
1px
;
background
:
#bbb
;
}
@media
(
max-height
:
450px
/*no*/
)
{
#app
{
height
:
17.253rem
;
position
:
relative
;
}
}
.custom-bindUser-text
{
margin-top
:
0.453rem
;
}
.custom-bindUser-text
input
{
padding-top
:
0.213rem
;
padding-bottom
:
0.213rem
;
padding-right
:
1.013rem
;
text-align
:
center
;
}
.custom-bindUser-text
input
::-webkit-input-placeholder
{
color
:
#91929a
;
}
.custom-bindUser-text
.u-text-title
{
width
:
3.2rem
;
padding-left
:
1.12rem
;
}
.custom-bindUser-text
.u-text-clear
{
right
:
0.187rem
;
}
.custom-bindUser-text
.u-text-clear
:before
{
content
:
'\e601'
;
font-family
:
iconfont
;
color
:
#00ffff
;
font-size
:
0.347rem
;
}
.custom-bindUser-text
:after
{
background
:
-webkit-linear-gradient
(
left
,
#242635
,
#fff
,
#242635
);
background
:
linear-gradient
(
to
right
,
#242635
,
#fff
,
#242635
);
}
.errorTip
{
position
:
absolute
;
left
:
0
;
right
:
0
;
color
:
#fc2168
;
font-size
:
0.427rem
;
-webkit-transform
:
scale
(
0.7
);
transform
:
scale
(
0.7
);
text-align
:
center
;
height
:
1.067rem
;
line-height
:
1.067rem
;
}
.custom-button
{
position
:
absolute
;
bottom
:
1.733rem
;
left
:
0
;
right
:
0
;
}
@media
(
min-width
:
360px
/*no*/
)
and
(
max-height
:
570px
/*no*/
)
{
.custom-button
{
bottom
:
1.2rem
;
}
}
.u-swipe-list
{
width
:
100%
;
height
:
100%
;
position
:
relative
;
overflow
:
auto
;
}
.u-swipe-list-scroll
.u-swipe-list-row
{
position
:
relative
;
overflow
:
hidden
;
}
.u-swipe-list-scroll
.u-swipe-list-row
.u-swipe-list-handle
{
position
:
relative
;
-webkit-transition
:
left
0.4s
ease
;
transition
:
left
0.4s
ease
;
left
:
0
;
background-color
:
#fff
;
padding
:
0.4rem
0.533rem
;
display
:
-webkit-box
;
display
:
-webkit-flex
;
display
:
flex
;
-webkit-box-align
:
center
;
-webkit-align-items
:
center
;
align-items
:
center
;
z-index
:
2
;
}
.u-swipe-list-scroll
.u-swipe-list-row
.u-swipe-list-handle
.u-swipe-list-image
{
width
:
1.333rem
;
height
:
1.333rem
;
margin-right
:
0.267rem
;
}
.u-swipe-list-scroll
.u-swipe-list-row
.u-swipe-list-handle
.u-swipe-list-icon
{
margin-right
:
0.267rem
;
font-family
:
iconfont
;
font-size
:
0.533rem
;
-webkit-font-smoothing
:
antialiased
;
line-height
:
1
;
}
.u-swipe-list-scroll
.u-swipe-list-row
.u-swipe-list-handle
div
{
-webkit-box-flex
:
1
;
-webkit-flex
:
1
;
flex
:
1
;
min-width
:
0
;
}
.u-swipe-list-scroll
.u-swipe-list-row
.u-swipe-list-handle
.u-swipe-list-title
{
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
}
.u-swipe-list-scroll
.u-swipe-list-row
.u-swipe-list-handle
.u-swipe-list-subtitle
{
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
}
.u-swipe-list-scroll
.u-swipe-list-row
.u-swipe-list-button
{
position
:
absolute
;
top
:
0
;
bottom
:
0
;
right
:
0
;
z-index
:
1
;
}
.u-swipe-list-scroll
.u-swipe-list-row
.u-swipe-list-button
div
{
width
:
1.6rem
;
height
:
100%
;
display
:
-webkit-box
;
display
:
-webkit-flex
;
display
:
flex
;
-webkit-box-pack
:
center
;
-webkit-justify-content
:
center
;
justify-content
:
center
;
-webkit-box-align
:
center
;
-webkit-align-items
:
center
;
align-items
:
center
;
color
:
#fff
;
float
:
left
;
}
.u-swipe-list-scroll
.u-swipe-list-row
.u-swipe-list-button
div
:nth-last-of-type
(
1
)
{
background-color
:
#ff0000
;
}
.u-swipe-list-scroll
.u-swipe-list-row
.u-swipe-list-button
div
:nth-last-of-type
(
2
)
{
background-color
:
#bbb
;
}
.u-swipe-list-scroll
.u-swipe-list-row
:after
{
content
:
''
;
position
:
absolute
;
bottom
:
0
;
left
:
0
;
right
:
0
;
height
:
1px
;
background
:
#bbb
;
z-index
:
2
;
}
.u-swipe-list-scroll
.u-swipe-list-row.active
.u-swipe-list-handle
{
left
:
-3.2rem
;
}
.u-swipe-list-load
{
text-align
:
center
;
}
.u-swipeList-tip
{
position
:
absolute
;
top
:
50%
;
left
:
0
;
-webkit-transform
:
translateY
(
-50%
);
transform
:
translateY
(
-50%
);
width
:
100%
;
text-align
:
center
;
}
.custom-swipe-list
{
position
:
absolute
;
top
:
1.173rem
;
bottom
:
0
;
left
:
0
;
height
:
auto
;
}
.custom-swipe-list
.u-swipe-list-scroll
.u-swipe-list-row
.u-swipe-list-handle
{
background-color
:
#242635
;
height
:
2rem
;
padding
:
0
1.067rem
;
}
.custom-swipe-list
.u-swipe-list-scroll
.u-swipe-list-row
.u-swipe-list-handle
.u-swipe-list-image
{
width
:
0.8rem
;
height
:
0.8rem
;
margin-right
:
1.2rem
;
border-radius
:
50%
;
}
.custom-swipe-list
.u-swipe-list-scroll
.u-swipe-list-row
.u-swipe-list-handle
.u-swipe-list-title
{
font-size
:
0.427rem
;
line-height
:
0.533rem
;
}
.custom-swipe-list
.u-swipe-list-scroll
.u-swipe-list-row
.u-swipe-list-handle
span
{
margin-right
:
0.48rem
;
}
.custom-swipe-list
.u-swipe-list-scroll
.u-swipe-list-row
.u-swipe-list-handle.u-swipe-list-selected
{
left
:
-1.867rem
;
}
.custom-swipe-list
.u-swipe-list-scroll
.u-swipe-list-row
.u-swipe-list-button
div
{
width
:
1.867rem
;
padding-left
:
0.267rem
;
-webkit-box-pack
:
start
;
-webkit-justify-content
:
flex-start
;
justify-content
:
flex-start
;
color
:
#00ffff
;
}
.custom-swipe-list
.u-swipe-list-scroll
.u-swipe-list-row
.u-swipe-list-button
div
:before
{
content
:
'\e66d'
;
font-family
:
iconfont
;
font-size
:
0.427rem
;
-webkit-font-smoothing
:
antialiased
;
line-height
:
1
;
}
.custom-swipe-list
.u-swipe-list-scroll
.u-swipe-list-row
.u-swipe-list-button
div
:nth-last-of-type
(
1
)
{
background-color
:
#242635
;
}
.custom-swipe-list
.u-swipe-list-scroll
.u-swipe-list-row
:after
{
background
:
-webkit-linear-gradient
(
left
,
#242635
,
#fff
,
#242635
);
background
:
linear-gradient
(
to
right
,
#242635
,
#fff
,
#242635
);
}
.custom-swipe-list
.u-swipe-list-load
{
color
:
#00ffff
;
font-size
:
0.427rem
;
-webkit-transform
:
scale
(
0.7
);
transform
:
scale
(
0.7
);
height
:
0.933rem
;
line-height
:
0.933rem
;
}
.custom-swipe-list
.u-swipeList-tip
{
background-image
:
url("../../resources/image/noCont.png")
;
background-position
:
top
center
;
background-repeat
:
no-repeat
;
-webkit-background-size
:
1.627rem
1.627rem
;
background-size
:
1.627rem
1.627rem
;
color
:
#91929a
;
font-size
:
0.427rem
;
padding-top
:
2.347rem
;
}
\ No newline at end of file
web/view/device/device.css
View file @
427e69cf
@font-face
{
font-family
:
'defaultIconfont'
;
src
:
url('../../resources/font/defaultIconfont.ttf')
format
(
'truetype'
);
}
@font-face
{
font-family
:
'iconfont'
;
src
:
url('../../resources/font/iconfont.ttf')
format
(
'truetype'
);
}
@font-face
{
font-family
:
'tipFont'
;
src
:
url('../../resources/font/tipFont.ttf')
format
(
'truetype'
);
}
html
,
body
{
width
:
100%
;
height
:
100%
;
}
body
{
-webkit-user-select
:
none
;
user-select
:
none
;
color
:
#fff
;
font-size
:
0.373rem
;
background-color
:
#242635
;
}
ul
{
padding-left
:
0
;
list-style
:
none
;
margin-bottom
:
0
;
}
p
{
margin-bottom
:
0
;
}
.u-loading
{
position
:
fixed
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
z-index
:
1050
;
background-color
:
rgba
(
0
,
0
,
0
,
0.9
);
}
.u-loading
.u-loading-box
{
position
:
absolute
;
top
:
50%
;
left
:
0
;
-webkit-transform
:
translateY
(
-50%
);
transform
:
translateY
(
-50%
);
right
:
0
;
}
.u-loading
.u-loading-box
.u-loading-icon
{
width
:
30px
;
height
:
30px
;
background-position
:
center
;
background-repeat
:
no-repeat
;
background-image
:
url("../../resources/image/white_loading_icon.png")
;
-webkit-background-size
:
cover
;
background-size
:
cover
;
margin
:
0
auto
;
-webkit-animation
:
loading
1s
steps
(
12
,
end
)
infinite
;
animation
:
loading
1s
steps
(
12
,
end
)
infinite
;
}
.u-loading
.u-loading-box
.u-loading-text
{
color
:
#fff
;
margin-top
:
0.32rem
;
text-align
:
center
;
}
@-webkit-keyframes
loading
{
0
%
{
-webkit-transform
:
rotate3d
(
0
,
0
,
1
,
0deg
);
transform
:
rotate3d
(
0
,
0
,
1
,
0deg
);
}
100
%
{
-webkit-transform
:
rotate3d
(
0
,
0
,
1
,
360deg
);
transform
:
rotate3d
(
0
,
0
,
1
,
360deg
);
}
}
@keyframes
loading
{
0
%
{
-webkit-transform
:
rotate3d
(
0
,
0
,
1
,
0deg
);
transform
:
rotate3d
(
0
,
0
,
1
,
0deg
);
}
100
%
{
-webkit-transform
:
rotate3d
(
0
,
0
,
1
,
360deg
);
transform
:
rotate3d
(
0
,
0
,
1
,
360deg
);
}
}
.custom-loading
{
background-color
:
rgba
(
36
,
38
,
53
,
0.8
);
}
.custom-loading
.u-loading-box
{
color
:
#00ffff
;
}
.custom-loading
.u-loading-box
.u-loading-icon
{
font-size
:
0.427rem
;
margin
:
0
auto
;
width
:
3.750em
;
height
:
3.750em
;
position
:
relative
;
background
:
none
;
-webkit-animation
:
none
;
animation
:
none
;
}
.custom-loading
.u-loading-box
.u-loading-icon
:before
{
content
:
''
;
position
:
absolute
;
top
:
0
;
bottom
:
0
;
left
:
0
;
right
:
0
;
width
:
0.5em
;
height
:
0.5em
;
margin
:
auto
;
border-radius
:
50%
;
-webkit-transform
:
translateZ
(
0
)
scale
(
0.55
);
transform
:
translateZ
(
0
)
scale
(
0.55
);
-webkit-animation
:
loading
1.3s
infinite
linear
;
animation
:
loading
1.3s
infinite
linear
;
}
.custom-loading
.u-loading-box
.u-loading-text
{
color
:
inherit
;
font-size
:
0.427rem
;
margin-top
:
0.533rem
;
}
@-webkit-keyframes
loading
{
0
%,
100
%
{
-webkit-box-shadow
:
0
-3em
0
0.2em
,
2em
-2em
0
0em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
0
;
box-shadow
:
0
-3em
0
0.2em
,
2em
-2em
0
0em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
0
;
}
12
.5
%
{
-webkit-box-shadow
:
0
-3em
0
0
,
2em
-2em
0
0.2em
,
3em
0
0
0
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
0
,
2em
-2em
0
0.2em
,
3em
0
0
0
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
}
25
%
{
-webkit-box-shadow
:
0
-3em
0
-0.5em
,
2em
-2em
0
0
,
3em
0
0
0.2em
,
2em
2em
0
0
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-0.5em
,
2em
-2em
0
0
,
3em
0
0
0.2em
,
2em
2em
0
0
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
}
37
.5
%
{
-webkit-box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
0
,
2em
2em
0
0.2em
,
0
3em
0
0em
,
-2em
2em
0
-1em
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
0
,
2em
2em
0
0.2em
,
0
3em
0
0em
,
-2em
2em
0
-1em
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
}
50
%
{
-webkit-box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
0em
,
0
3em
0
0.2em
,
-2em
2em
0
0
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
0em
,
0
3em
0
0.2em
,
-2em
2em
0
0
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
}
62
.5
%
{
-webkit-box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
0
,
-2em
2em
0
0.2em
,
-3em
0
0
0
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
0
,
-2em
2em
0
0.2em
,
-3em
0
0
0
,
-2em
-2em
0
-1em
;
}
75
%
{
-webkit-box-shadow
:
0em
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0.2em
,
-2em
-2em
0
0
;
box-shadow
:
0em
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0.2em
,
-2em
-2em
0
0
;
}
87
.5
%
{
-webkit-box-shadow
:
0em
-3em
0
0
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0
,
-2em
-2em
0
0.2em
;
box-shadow
:
0em
-3em
0
0
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0
,
-2em
-2em
0
0.2em
;
}
}
@keyframes
loading
{
0
%,
100
%
{
-webkit-box-shadow
:
0
-3em
0
0.2em
,
2em
-2em
0
0em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
0
;
box-shadow
:
0
-3em
0
0.2em
,
2em
-2em
0
0em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
0
;
}
12
.5
%
{
-webkit-box-shadow
:
0
-3em
0
0
,
2em
-2em
0
0.2em
,
3em
0
0
0
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
0
,
2em
-2em
0
0.2em
,
3em
0
0
0
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
}
25
%
{
-webkit-box-shadow
:
0
-3em
0
-0.5em
,
2em
-2em
0
0
,
3em
0
0
0.2em
,
2em
2em
0
0
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-0.5em
,
2em
-2em
0
0
,
3em
0
0
0.2em
,
2em
2em
0
0
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
}
37
.5
%
{
-webkit-box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
0
,
2em
2em
0
0.2em
,
0
3em
0
0em
,
-2em
2em
0
-1em
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
0
,
2em
2em
0
0.2em
,
0
3em
0
0em
,
-2em
2em
0
-1em
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
}
50
%
{
-webkit-box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
0em
,
0
3em
0
0.2em
,
-2em
2em
0
0
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
0em
,
0
3em
0
0.2em
,
-2em
2em
0
0
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
}
62
.5
%
{
-webkit-box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
0
,
-2em
2em
0
0.2em
,
-3em
0
0
0
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
0
,
-2em
2em
0
0.2em
,
-3em
0
0
0
,
-2em
-2em
0
-1em
;
}
75
%
{
-webkit-box-shadow
:
0em
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0.2em
,
-2em
-2em
0
0
;
box-shadow
:
0em
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0.2em
,
-2em
-2em
0
0
;
}
87
.5
%
{
-webkit-box-shadow
:
0em
-3em
0
0
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0
,
-2em
-2em
0
0.2em
;
box-shadow
:
0em
-3em
0
0
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0
,
-2em
-2em
0
0.2em
;
}
}
.u-dialog
{
position
:
fixed
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
z-index
:
1051
;
background-color
:
rgba
(
0
,
0
,
0
,
0.9
);
}
.u-dialog
.u-dialog-box
{
position
:
absolute
;
top
:
50%
;
left
:
50%
;
-webkit-transform
:
translate
(
-50%
,
-50%
);
transform
:
translate
(
-50%
,
-50%
);
width
:
6.667rem
;
background-color
:
#fff
;
border-radius
:
0.32rem
;
}
.u-dialog
.u-dialog-box
.u-dialog-content
{
padding
:
0.4rem
;
text-align
:
center
;
position
:
relative
;
}
.u-dialog
.u-dialog-box
.u-dialog-content
:after
{
content
:
''
;
position
:
absolute
;
bottom
:
0
;
left
:
0
;
right
:
0
;
height
:
1px
;
background
:
#bbb
;
}
.u-dialog
.u-dialog-box
.u-dialog-button
{
display
:
table
;
width
:
100%
;
table-layout
:
fixed
;
border-collapse
:
separate
;
}
.u-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-cancel
,
.u-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-confirm
{
display
:
table-cell
;
color
:
#007aff
;
text-align
:
center
;
padding
:
0.4rem
0
;
line-height
:
1
;
position
:
relative
;
}
.u-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-cancel
:after
{
content
:
''
;
position
:
absolute
;
top
:
0
;
bottom
:
0
;
right
:
0
;
width
:
1px
;
-webkit-transform
:
scaleX
(
0.5
);
transform
:
scaleX
(
0.5
);
background-color
:
#bbb
;
}
.fade-enter-active
,
.fade-leave-active
{
-webkit-transition
:
opacity
0.5s
linear
;
transition
:
opacity
0.5s
linear
;
}
.fade-enter
,
.fade-leave-active
{
opacity
:
0
;
}
.custom-dialog
{
background-color
:
rgba
(
36
,
38
,
53
,
0.8
);
}
.custom-dialog
.u-dialog-box
{
width
:
8.933rem
;
border-radius
:
0.133rem
;
background-color
:
transparent
;
border
:
1px
solid
;
color
:
#00ffff
;
padding-bottom
:
0.4rem
;
}
.custom-dialog
.u-dialog-box
.u-dialog-content
{
width
:
100%
;
height
:
4.213rem
;
display
:
-webkit-box
;
display
:
-webkit-flex
;
display
:
flex
;
-webkit-box-orient
:
vertical
;
-webkit-flex-direction
:
column
;
flex-direction
:
column
;
-webkit-box-pack
:
center
;
-webkit-justify-content
:
center
;
justify-content
:
center
;
-webkit-box-align
:
center
;
-webkit-align-items
:
center
;
align-items
:
center
;
font-size
:
0.427rem
;
line-height
:
0.64rem
;
padding
:
0
0.587rem
;
}
.custom-dialog
.u-dialog-box
.u-dialog-content
span
{
width
:
1.36rem
;
height
:
1.36rem
;
background
:
url("../../resources/image/green_unbind_icon.png")
no-repeat
center
;
-webkit-background-size
:
cover
;
background-size
:
cover
;
margin-bottom
:
0.32rem
;
display
:
block
;
}
.custom-dialog
.u-dialog-box
.u-dialog-content
:after
{
display
:
none
;
}
.custom-dialog
.u-dialog-box
.u-dialog-button
{
border-spacing
:
0.667rem
0
;
}
.custom-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-cancel
,
.custom-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-confirm
{
width
:
3.467rem
;
border-radius
:
0.133rem
;
background-color
:
transparent
;
border
:
1px
solid
;
color
:
#00ffff
;
font-size
:
0.427rem
;
padding
:
0.267rem
0
;
}
.custom-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-cancel
:active
,
.custom-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-confirm
:active
{
background-color
:
#153D4C
;
}
.custom-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-cancel.disabled
,
.custom-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-confirm.disabled
{
background-color
:
transparent
;
color
:
#575a6d
;
}
.custom-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-cancel
:after
{
display
:
none
;
}
.header
{
position
:
fixed
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
1.173rem
;
z-index
:
1030
;
background-color
:
#010d19
;
}
.header
p
{
position
:
absolute
;
top
:
0
;
left
:
1.467rem
;
right
:
1.467rem
;
line-height
:
1.173rem
;
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
color
:
#fff
;
font-size
:
0.507rem
;
text-align
:
center
;
}
.header
span
{
color
:
#00ffff
;
font-size
:
0.427rem
;
width
:
1.467rem
;
line-height
:
1.173rem
;
display
:
block
;
}
.header
span
:active
{
opacity
:
0.5
;
}
.header
.header-left
{
float
:
left
;
padding-left
:
0.213rem
;
}
.header
.header-right
{
float
:
right
;
padding-right
:
0.213rem
;
text-align
:
right
;
}
.header
.icon
{
color
:
#fff
;
font-family
:
iconfont
;
font-size
:
0.667rem
;
-webkit-font-smoothing
:
antialiased
;
line-height
:
1.173rem
;
}
.header
.icon.header-left
{
padding-left
:
0.133rem
;
}
.header
.icon.header-right
{
padding-right
:
0.133rem
;
}
.header
~
.content
{
padding-top
:
1.173rem
;
}
.inputBox
{
width
:
6.667rem
;
margin
:
3.867rem
auto
1.333rem
;
padding-bottom
:
1.067rem
;
}
.u-text
{
width
:
100%
;
display
:
table
;
position
:
relative
;
}
.u-text
input
{
display
:
table-cell
;
width
:
100%
;
border
:
0
;
outline
:
0
;
-webkit-appearance
:
none
;
padding
:
0.533rem
1.867rem
0.533rem
0
;
background-color
:
transparent
;
}
.u-text
input
[
type
=
text
]
~
.u-text-see
{
color
:
#007aff
;
}
.u-text
.u-text-icon
{
font-family
:
iconfont
;
font-size
:
0.533rem
;
-webkit-font-smoothing
:
antialiased
;
line-height
:
1
;
width
:
1.12rem
;
padding-left
:
0.453rem
;
display
:
table-cell
;
vertical-align
:
middle
;
}
.u-text
.u-text-title
{
width
:
1.92rem
;
padding-left
:
0.533rem
;
display
:
table-cell
;
vertical-align
:
middle
;
}
.u-text
.u-text-clear
,
.u-text
.u-text-see
{
position
:
absolute
;
top
:
0
;
width
:
0.8rem
;
height
:
100%
;
}
.u-text
.u-text-clear
:before
,
.u-text
.u-text-see
:before
{
position
:
absolute
;
top
:
50%
;
left
:
50%
;
-webkit-transform
:
translate
(
-50%
,
-50%
);
transform
:
translate
(
-50%
,
-50%
);
font-family
:
defaultIconfont
;
font-size
:
0.667rem
;
-webkit-font-smoothing
:
antialiased
;
line-height
:
1
;
}
.u-text
.u-text-clear
{
right
:
0.8rem
;
}
.u-text
.u-text-clear
:before
{
content
:
'\e724'
;
}
.u-text
.u-text-see
{
right
:
0
;
}
.u-text
.u-text-see
:before
{
content
:
'\e73c'
;
}
.u-text
:after
{
content
:
''
;
position
:
absolute
;
bottom
:
0
;
left
:
0
;
right
:
0
;
height
:
1px
;
background
:
#bbb
;
}
@media
(
max-height
:
450px
/*no*/
)
{
#app
{
height
:
17.253rem
;
position
:
relative
;
}
}
.custom-text
{
margin-top
:
0.453rem
;
}
.custom-text
input
{
padding-top
:
0.213rem
;
padding-bottom
:
0.213rem
;
padding-right
:
0.667rem
;
font-size
:
inherit
;
}
.custom-text
input
::-webkit-input-placeholder
{
color
:
#91929a
;
}
.custom-text
.u-text-icon
{
font-size
:
0.64rem
;
width
:
1.28rem
;
padding-left
:
0.24rem
;
vertical-align
:
text-bottom
;
}
.custom-text
.u-text-clear
:before
,
.custom-text
.u-text-see
:before
{
font-family
:
iconfont
;
color
:
#00ffff
;
font-size
:
0.347rem
;
}
.custom-text
.u-text-clear
{
right
:
-0.187rem
;
}
.custom-text
.u-text-clear
:before
{
content
:
'\e724'
;
}
.custom-text
:after
{
background
:
-webkit-linear-gradient
(
left
,
#242635
,
#fff
,
#242635
);
background
:
linear-gradient
(
to
right
,
#242635
,
#fff
,
#242635
);
}
.errorTip
{
position
:
absolute
;
left
:
0
;
right
:
0
;
color
:
#fc2168
;
font-size
:
0.427rem
;
-webkit-transform
:
scale
(
0.7
);
transform
:
scale
(
0.7
);
text-align
:
center
;
height
:
1.067rem
;
line-height
:
1.067rem
;
}
.u-button
{
width
:
6.4rem
;
color
:
#fff
;
font-size
:
inherit
;
background-color
:
#007aff
;
border-radius
:
0.533rem
;
text-align
:
center
;
line-height
:
1
;
margin
:
0
auto
;
padding
:
0.267rem
0
;
-webkit-transition
:
all
0.2s
linear
;
transition
:
all
0.2s
linear
;
background-clip
:
padding-box
;
}
.u-button
:active
{
background-color
:
#0065ff
;
}
.u-button.disabled
{
background-color
:
#bbb
;
}
.custom-button
{
width
:
7.333rem
;
border-radius
:
0.133rem
;
background-color
:
transparent
;
border
:
1px
solid
;
color
:
#00ffff
;
font-size
:
0.427rem
;
}
.custom-button
:active
{
background-color
:
#153D4C
;
}
.custom-button.disabled
{
background-color
:
transparent
;
color
:
#575a6d
;
}
.u-comm-loading
{
position
:
fixed
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
z-index
:
1050
;
background-color
:
rgba
(
0
,
0
,
0
,
0.9
);
}
.u-comm-loading
.u-comm-loading-content
{
position
:
absolute
;
top
:
50%
;
left
:
0
;
-webkit-transform
:
translateY
(
-50%
);
transform
:
translateY
(
-50%
);
right
:
0
;
}
.u-comm-loading
.u-comm-loading-content
.loader
{
font-size
:
0.427rem
;
margin
:
0
auto
;
width
:
3.750em
;
height
:
3.750em
;
position
:
relative
;
}
.u-comm-loading
.u-comm-loading-content
.loader
:before
{
content
:
''
;
position
:
absolute
;
top
:
0
;
bottom
:
0
;
left
:
0
;
right
:
0
;
width
:
0.5em
;
height
:
0.5em
;
margin
:
auto
;
border-radius
:
50%
;
-webkit-transform
:
translateZ
(
0
)
scale
(
0.55
);
transform
:
translateZ
(
0
)
scale
(
0.55
);
}
.u-comm-loading
.u-comm-loading-content
.icon
{
font-size
:
0.427rem
;
margin
:
0
auto
;
width
:
3.750em
;
height
:
3.750em
;
position
:
relative
;
}
.u-comm-loading
.u-comm-loading-content
.icon
:before
{
position
:
absolute
;
top
:
50%
;
left
:
50%
;
-webkit-transform
:
translate
(
-50%
,
-50%
);
transform
:
translate
(
-50%
,
-50%
);
font-family
:
iconfont
;
font-size
:
4.125em
;
-webkit-font-smoothing
:
antialiased
;
line-height
:
1
;
}
.u-comm-loading
.u-comm-loading-content
.u-comm-loading-text
{
font-size
:
0.427rem
;
margin-top
:
0.533rem
;
text-align
:
center
;
}
.u-comm-loading
.u-comm-loading-button
{
position
:
absolute
;
bottom
:
1.733rem
;
left
:
0
;
right
:
0
;
width
:
6.4rem
;
color
:
#fff
;
font-size
:
inherit
;
background-color
:
#007aff
;
border-radius
:
0.533rem
;
text-align
:
center
;
line-height
:
1
;
margin
:
0
auto
;
padding
:
0.267rem
0
;
-webkit-transition
:
all
0.2s
linear
;
transition
:
all
0.2s
linear
;
background-clip
:
padding-box
;
}
.u-comm-loading
.u-comm-loading-button
:active
{
background-color
:
#0065ff
;
}
.u-comm-loading
.u-comm-loading-button.disabled
{
background-color
:
#bbb
;
}
.u-comm-loading.u-comm-loading-status-0
.u-comm-loading-content
{
color
:
#00ffff
;
}
.u-comm-loading.u-comm-loading-status-0
.u-comm-loading-content
.loader
{
display
:
block
;
}
.u-comm-loading.u-comm-loading-status-0
.u-comm-loading-content
.loader
:before
{
-webkit-animation
:
commLoading
1.3s
infinite
linear
;
animation
:
commLoading
1.3s
infinite
linear
;
}
.u-comm-loading.u-comm-loading-status-0
.u-comm-loading-content
.icon
{
display
:
none
;
}
.u-comm-loading.u-comm-loading-status-0
.u-comm-loading-button
{
display
:
none
;
}
.u-comm-loading.u-comm-loading-status-1
.u-comm-loading-content
{
color
:
#00ffff
;
}
.u-comm-loading.u-comm-loading-status-1
.u-comm-loading-content
.loader
{
display
:
none
;
}
.u-comm-loading.u-comm-loading-status-1
.u-comm-loading-content
.icon
{
display
:
block
;
}
.u-comm-loading.u-comm-loading-status-1
.u-comm-loading-content
.icon
:before
{
content
:
'\e800'
;
}
.u-comm-loading.u-comm-loading-status-1
.u-comm-loading-button
{
display
:
block
;
}
.u-comm-loading.u-comm-loading-status-2
.u-comm-loading-content
{
color
:
#fff
;
}
.u-comm-loading.u-comm-loading-status-2
.u-comm-loading-content
.loader
{
display
:
none
;
}
.u-comm-loading.u-comm-loading-status-2
.u-comm-loading-content
.icon
{
display
:
block
;
}
.u-comm-loading.u-comm-loading-status-2
.u-comm-loading-content
.icon
:before
{
content
:
'\e646'
;
}
.u-comm-loading.u-comm-loading-status-2
.u-comm-loading-button
{
display
:
block
;
}
@-webkit-keyframes
commLoading
{
0
%,
100
%
{
-webkit-box-shadow
:
0
-3em
0
0.2em
,
2em
-2em
0
0em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
0
;
box-shadow
:
0
-3em
0
0.2em
,
2em
-2em
0
0em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
0
;
}
12
.5
%
{
-webkit-box-shadow
:
0
-3em
0
0
,
2em
-2em
0
0.2em
,
3em
0
0
0
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
0
,
2em
-2em
0
0.2em
,
3em
0
0
0
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
}
25
%
{
-webkit-box-shadow
:
0
-3em
0
-0.5em
,
2em
-2em
0
0
,
3em
0
0
0.2em
,
2em
2em
0
0
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-0.5em
,
2em
-2em
0
0
,
3em
0
0
0.2em
,
2em
2em
0
0
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
}
37
.5
%
{
-webkit-box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
0
,
2em
2em
0
0.2em
,
0
3em
0
0em
,
-2em
2em
0
-1em
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
0
,
2em
2em
0
0.2em
,
0
3em
0
0em
,
-2em
2em
0
-1em
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
}
50
%
{
-webkit-box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
0em
,
0
3em
0
0.2em
,
-2em
2em
0
0
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
0em
,
0
3em
0
0.2em
,
-2em
2em
0
0
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
}
62
.5
%
{
-webkit-box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
0
,
-2em
2em
0
0.2em
,
-3em
0
0
0
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
0
,
-2em
2em
0
0.2em
,
-3em
0
0
0
,
-2em
-2em
0
-1em
;
}
75
%
{
-webkit-box-shadow
:
0em
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0.2em
,
-2em
-2em
0
0
;
box-shadow
:
0em
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0.2em
,
-2em
-2em
0
0
;
}
87
.5
%
{
-webkit-box-shadow
:
0em
-3em
0
0
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0
,
-2em
-2em
0
0.2em
;
box-shadow
:
0em
-3em
0
0
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0
,
-2em
-2em
0
0.2em
;
}
}
@keyframes
commLoading
{
0
%,
100
%
{
-webkit-box-shadow
:
0
-3em
0
0.2em
,
2em
-2em
0
0em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
0
;
box-shadow
:
0
-3em
0
0.2em
,
2em
-2em
0
0em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
0
;
}
12
.5
%
{
-webkit-box-shadow
:
0
-3em
0
0
,
2em
-2em
0
0.2em
,
3em
0
0
0
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
0
,
2em
-2em
0
0.2em
,
3em
0
0
0
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
}
25
%
{
-webkit-box-shadow
:
0
-3em
0
-0.5em
,
2em
-2em
0
0
,
3em
0
0
0.2em
,
2em
2em
0
0
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-0.5em
,
2em
-2em
0
0
,
3em
0
0
0.2em
,
2em
2em
0
0
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
}
37
.5
%
{
-webkit-box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
0
,
2em
2em
0
0.2em
,
0
3em
0
0em
,
-2em
2em
0
-1em
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
0
,
2em
2em
0
0.2em
,
0
3em
0
0em
,
-2em
2em
0
-1em
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
}
50
%
{
-webkit-box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
0em
,
0
3em
0
0.2em
,
-2em
2em
0
0
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
0em
,
0
3em
0
0.2em
,
-2em
2em
0
0
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
}
62
.5
%
{
-webkit-box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
0
,
-2em
2em
0
0.2em
,
-3em
0
0
0
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
0
,
-2em
2em
0
0.2em
,
-3em
0
0
0
,
-2em
-2em
0
-1em
;
}
75
%
{
-webkit-box-shadow
:
0em
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0.2em
,
-2em
-2em
0
0
;
box-shadow
:
0em
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0.2em
,
-2em
-2em
0
0
;
}
87
.5
%
{
-webkit-box-shadow
:
0em
-3em
0
0
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0
,
-2em
-2em
0
0.2em
;
box-shadow
:
0em
-3em
0
0
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0
,
-2em
-2em
0
0.2em
;
}
}
.custom-comm-loading
{
background-color
:
rgba
(
36
,
38
,
53
,
0.8
);
}
.custom-comm-loading
.u-comm-loading-button
{
bottom
:
3.573rem
;
width
:
2.667rem
;
color
:
#00ffff
;
font-size
:
0.32rem
;
background-color
:
transparent
;
padding
:
0.48rem
0
0.133rem
;
}
.custom-comm-loading
.u-comm-loading-button
:after
{
content
:
''
;
position
:
absolute
;
bottom
:
0
;
left
:
0
;
right
:
0
;
height
:
1px
;
background
:
-webkit-linear-gradient
(
left
,
#242635
,
#00ffff
,
#242635
);
background
:
linear-gradient
(
to
right
,
#242635
,
#00ffff
,
#242635
);
}
.custom-comm-loading
.u-comm-loading-button
:active
{
background-color
:
transparent
;
}
.custom-comm-loading
.u-comm-loading-button.disabled
{
background-color
:
transparent
;
}
.u-carousel
{
width
:
100%
;
height
:
6.667rem
;
overflow
:
hidden
;
position
:
relative
;
}
.u-carousel
.u-carousel-inner
{
width
:
100%
;
white-space
:
nowrap
;
font-size
:
0
;
}
.u-carousel
.u-carousel-inner
.u-carousel-item
{
display
:
inline-block
;
width
:
100%
;
}
.u-carousel
.u-carousel-inner
.u-carousel-item
.u-carousel-image
{
width
:
100%
;
}
.u-carousel
.u-carousel-indicators
{
position
:
absolute
;
bottom
:
0.267rem
;
left
:
0
;
width
:
100%
;
text-align
:
center
;
font-size
:
0
;
}
.u-carousel
.u-carousel-indicators
li
{
width
:
0.267rem
;
height
:
0.267rem
;
background-color
:
#fff
;
border-radius
:
50%
;
margin
:
0
0.133rem
;
display
:
inline-block
;
}
.u-carousel
.u-carousel-indicators
li
.active
{
opacity
:
0.6
;
}
.custom-carousel
.u-carousel-indicators
{
text-align
:
left
;
padding-left
:
0.48rem
;
bottom
:
0.427rem
;
}
.custom-carousel
.u-carousel-indicators
li
{
width
:
0.213rem
;
height
:
0.213rem
;
margin
:
0
0.08rem
;
}
.custom-carousel
.u-carousel-indicators
li
.active
{
opacity
:
1
;
background-color
:
#898989
;
}
.topCpnt
{
height
:
6.827rem
;
position
:
relative
;
padding-top
:
0.907rem
;
}
.topCpnt
:before
{
content
:
''
;
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
1px
;
background
:
-webkit-linear-gradient
(
left
,
#242635
,
#fff
,
#242635
);
background
:
linear-gradient
(
to
right
,
#242635
,
#fff
,
#242635
);
}
.doorbellBg
{
width
:
5.333rem
;
height
:
5.333rem
;
border-radius
:
50%
;
margin
:
0
auto
;
background
:
-webkit-linear-gradient
(
#00ffff
,
#fff
,
#fff
,
#fff
,
#00ffff
);
background
:
linear-gradient
(
#00ffff
,
#fff
,
#fff
,
#fff
,
#00ffff
);
padding
:
0.08rem
;
position
:
relative
;
}
.doorbellBg
.doorbellCircle
{
width
:
100%
;
height
:
100%
;
background-color
:
#22313F
;
border-radius
:
50%
;
}
.doorbellBg
.doorbellCircle
.doorbell
{
position
:
absolute
;
top
:
0
;
bottom
:
0
;
left
:
0
;
right
:
0
;
width
:
2.827rem
;
height
:
2.827rem
;
margin
:
auto
;
border
:
2px
solid
#00ffff
;
border-radius
:
50%
;
background-image
:
url("../../resources/image/gray_door_icon.png")
;
background-position
:
center
;
background-repeat
:
no-repeat
;
background-color
:
#242635
;
-webkit-background-size
:
2.133rem
2.133rem
;
background-size
:
2.133rem
2.133rem
;
}
.doorbellBg
.doorbellCircle
.doorbell
:before
,
.doorbellBg
.doorbellCircle
.doorbell
:after
{
content
:
''
;
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
border-radius
:
50%
;
}
.doorbellBg
.doorbellCircle
.doorbell
div
{
position
:
absolute
;
top
:
0.8rem
;
left
:
0
;
right
:
0
;
margin
:
0
auto
;
width
:
1.067rem
;
height
:
1.067rem
;
background-size
:
1.067rem
1.067rem
;
-webkit-transform-origin
:
center
0.133rem
;
transform-origin
:
center
0.133rem
;
}
.doorbellBg
.doorbellCircle
.active
div
{
-webkit-animation
:
shake
1s
linear
infinite
;
animation
:
shake
1s
linear
infinite
;
}
.doorbellBg
.doorbellTip
{
position
:
absolute
;
bottom
:
0.453rem
;
left
:
0
;
width
:
100%
;
text-align
:
center
;
font-size
:
0.32rem
;
}
.doorbellBg
.doorbellTip
span
{
margin-right
:
0.267rem
;
}
.wifiRemote
{
display
:
none
;
}
.default_img
{
background-image
:
url("../../resources/image/green_default_icon.png")
;
}
.doorbell_img
{
background-image
:
url("../../resources/image/green_doorbell_icon.png")
;
}
.remoteOpendoor_img
{
background-image
:
url("../../resources/image/green_remoteOpendoor_icon.png")
;
}
.remoteOpendoor_img
.wifiRemote
{
display
:
block
;
position
:
absolute
;
top
:
0
;
bottom
:
0
;
left
:
0
;
right
:
0
;
width
:
0.8rem
;
height
:
0.8rem
;
margin
:
auto
;
left
:
0.16rem
;
}
.remoteOpendoor_img
.wifiRemote
li
{
position
:
absolute
;
top
:
0
;
bottom
:
0
;
left
:
0
;
right
:
0
;
margin
:
auto
;
border
:
2px
solid
#00FFFF
;
border-top-color
:
transparent
;
border-bottom-color
:
transparent
;
border-left-color
:
transparent
;
border-radius
:
1.6rem
;
-webkit-animation
:
stretchdelay
1.5s
infinite
;
animation
:
stretchdelay
1.5s
infinite
;
}
.remoteOpendoor_img
.wifiRemote
li
:nth-child
(
1
)
{
width
:
100%
;
height
:
100%
;
-webkit-animation-delay
:
-0.9s
;
animation-delay
:
-0.9s
;
}
.remoteOpendoor_img
.wifiRemote
li
:nth-child
(
2
)
{
width
:
0.533rem
;
height
:
0.533rem
;
-webkit-animation-delay
:
-1.2s
;
animation-delay
:
-1.2s
;
}
.remoteOpendoor_img
.wifiRemote
li
:nth-child
(
3
)
{
width
:
0.267rem
;
height
:
0.267rem
;
}
.hijack_img
{
background-image
:
url("../../resources/image/red_hijack_icon.png")
;
}
.securityAlarm_img
{
background-image
:
url("../../resources/image/red_securityAlarm_icon.png")
;
}
.redDoorbellBg
{
background
:
-webkit-linear-gradient
(
#ff4799
,
#fff
,
#fff
,
#fff
,
#ff4799
);
background
:
linear-gradient
(
#ff4799
,
#fff
,
#fff
,
#fff
,
#ff4799
);
}
.redDoorbellBg
.doorbellCircle
{
background-color
:
#2f283a
;
}
.redDoorbellBg
.doorbellCircle
.doorbell
{
border
:
2px
solid
#ff4799
;
}
.active
.doorbellCircle
.doorbell
:before
,
.active
.doorbellCircle
.doorbell
:after
{
-webkit-animation
:
aperture
2s
linear
infinite
;
animation
:
aperture
2s
linear
infinite
;
}
.active
.doorbellCircle
.doorbell
:after
{
-webkit-animation-delay
:
-1s
;
animation-delay
:
-1s
;
}
.warmingActive
.doorbellCircle
.doorbell
:before
,
.warmingActive
.doorbellCircle
.doorbell
:after
{
-webkit-animation
:
redAperture
2s
linear
infinite
;
animation
:
redAperture
2s
linear
infinite
;
}
.warmingActive
.doorbellCircle
.doorbell
:after
{
-webkit-animation-delay
:
-1s
;
animation-delay
:
-1s
;
}
@-webkit-keyframes
redAperture
{
0
%
{
-webkit-box-shadow
:
0
0
0
0
#ff4799
;
box-shadow
:
0
0
0
0
#ff4799
;
}
100
%
{
-webkit-box-shadow
:
0
0
0
0.267rem
rgba
(
255
,
71
,
153
,
0
);
box-shadow
:
0
0
0
0.267rem
rgba
(
255
,
71
,
153
,
0
);
}
}
@keyframes
redAperture
{
0
%
{
-webkit-box-shadow
:
0
0
0
0
#ff4799
;
box-shadow
:
0
0
0
0
#ff4799
;
}
100
%
{
-webkit-box-shadow
:
0
0
0
0.267rem
rgba
(
255
,
71
,
153
,
0
);
box-shadow
:
0
0
0
0.267rem
rgba
(
255
,
71
,
153
,
0
);
}
}
@-webkit-keyframes
shake
{
0
%,
50
%,
100
%
{
-webkit-transform
:
rotate
(
0deg
);
transform
:
rotate
(
0deg
);
}
25
%
{
-webkit-transform
:
rotate
(
-30deg
);
transform
:
rotate
(
-30deg
);
}
75
%
{
-webkit-transform
:
rotate
(
30deg
);
transform
:
rotate
(
30deg
);
}
}
@keyframes
shake
{
0
%,
50
%,
100
%
{
-webkit-transform
:
rotate
(
0deg
);
transform
:
rotate
(
0deg
);
}
25
%
{
-webkit-transform
:
rotate
(
-30deg
);
transform
:
rotate
(
-30deg
);
}
75
%
{
-webkit-transform
:
rotate
(
30deg
);
transform
:
rotate
(
30deg
);
}
}
@-webkit-keyframes
remoteOpendoor
{
0
%
{
background-position
:
0
0
;
}
33
.33
%
{
background-position
:
-1rem
0
;
}
66
.66
%
{
background-position
:
-2rem
0
;
}
100
%
{
background-position
:
0
0
;
}
}
@keyframes
remoteOpendoor
{
0
%
{
background-position
:
0
0
;
}
33
.33
%
{
background-position
:
-1rem
0
;
}
66
.66
%
{
background-position
:
-2rem
0
;
}
100
%
{
background-position
:
0
0
;
}
}
@-webkit-keyframes
stretchdelay
{
0
%,
100
%
{
border-right-color
:
transparent
;
}
40
%
{
border-right-color
:
#00FFFF
;
}
}
@keyframes
stretchdelay
{
0
%,
100
%
{
border-right-color
:
transparent
;
}
40
%
{
border-right-color
:
#00FFFF
;
}
}
@-webkit-keyframes
alarmLight
{
0
%,
100
%
{
opacity
:
1
;
}
50
%
{
opacity
:
0.5
;
}
}
@keyframes
alarmLight
{
0
%,
100
%
{
opacity
:
1
;
}
50
%
{
opacity
:
0.5
;
}
}
.batteryState
{
text-align
:
right
;
padding-right
:
0.667rem
;
}
.batteryState
span
:nth-child
(
1
)
{
font-family
:
iconfont
;
font-size
:
0.64rem
;
-webkit-font-smoothing
:
antialiased
;
line-height
:
1
;
color
:
#00ffff
;
vertical-align
:
middle
;
}
.batteryState
span
:nth-child
(
2
)
{
width
:
0.933rem
;
display
:
inline-block
;
vertical-align
:
middle
;
text-align
:
left
;
font-size
:
0.347rem
;
line-height
:
1
;
margin-left
:
0.16rem
;
}
.batteryState.yellowWarning
span
:nth-child
(
1
)
{
color
:
#f99b22
;
}
.batteryState.redWarning
span
:nth-child
(
1
)
{
color
:
#fc2168
;
}
.bindDoorlock
{
width
:
5.333rem
;
height
:
5.333rem
;
border-radius
:
50%
;
margin
:
0
auto
;
background-color
:
rgba
(
87
,
90
,
109
,
0.05
);
border
:
0.08rem
solid
rgba
(
87
,
90
,
109
,
0.05
);
position
:
relative
;
}
.bindDoorlock
p
{
position
:
absolute
;
top
:
0
;
bottom
:
0
;
left
:
0
;
right
:
0
;
margin
:
auto
;
width
:
2.827rem
;
height
:
2.827rem
;
background
:
url("../../resources/image/green_bindDoorlock_icon.png")
no-repeat
center
0.64rem
;
-webkit-background-size
:
0.8rem
0.8rem
;
background-size
:
0.8rem
0.8rem
;
border-radius
:
50%
;
border
:
2px
solid
;
color
:
#00ffff
;
text-align
:
center
;
padding-top
:
1.52rem
;
}
.title
{
background-repeat
:
no-repeat
;
background-position
:
0.427rem
center
;
background-image
:
url("../../resources/image/white_message_icon.png")
;
font-size
:
0.347rem
;
-webkit-background-size
:
0.533rem
0.533rem
;
background-size
:
0.533rem
0.533rem
;
padding-left
:
1.12rem
;
line-height
:
1
;
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
100%
;
}
.u-marquee
{
width
:
100%
;
height
:
0.667rem
;
overflow
:
hidden
;
}
.u-marquee
.u-marquee-text
{
display
:
inline-block
;
line-height
:
0.667rem
;
}
.custom-marquee
{
height
:
0.96rem
;
text-align
:
center
;
position
:
relative
;
color
:
#fff
;
}
.custom-marquee
.u-marquee-text
{
line-height
:
0.96rem
;
display
:
block
;
}
.custom-marquee
:before
{
content
:
''
;
position
:
absolute
;
top
:
0
;
left
:
0
;
right
:
0
;
height
:
1px
;
background
:
-webkit-linear-gradient
(
left
,
#242635
,
#fff
,
#242635
);
background
:
linear-gradient
(
to
right
,
#242635
,
#fff
,
#242635
);
z-index
:
1
;
}
.custom-marquee
:after
{
content
:
''
;
position
:
absolute
;
bottom
:
0
;
left
:
0
;
right
:
0
;
height
:
1px
;
background
:
-webkit-linear-gradient
(
left
,
#242635
,
#fff
,
#242635
);
background
:
linear-gradient
(
to
right
,
#242635
,
#fff
,
#242635
);
}
.title
~
.custom-marquee
{
color
:
#73747B
;
}
.title
~
.custom-marquee
:before
{
left
:
3.333rem
;
}
.title
~
.custom-marquee.active
{
color
:
#91929a
;
}
.active
.u-marquee-text
{
-webkit-animation
:
marquee
5s
linear
infinite
;
animation
:
marquee
5s
linear
infinite
;
}
@-webkit-keyframes
marquee
{
from
{
-webkit-transform
:
translate
(
0
,
0.533rem
);
transform
:
translate
(
0
,
0.533rem
);
}
to
{
-webkit-transform
:
translate
(
0
,
-100%
);
transform
:
translate
(
0
,
-100%
);
}
}
@keyframes
marquee
{
from
{
-webkit-transform
:
translate
(
0
,
0.533rem
);
transform
:
translate
(
0
,
0.533rem
);
}
to
{
-webkit-transform
:
translate
(
0
,
-100%
);
transform
:
translate
(
0
,
-100%
);
}
}
.deviceHandle
{
position
:
absolute
;
top
:
8rem
;
bottom
:
0
;
left
:
0
;
width
:
100%
;
padding-top
:
0.347rem
;
}
.switchGroup
{
position
:
absolute
;
top
:
1.333rem
;
bottom
:
0
;
left
:
0
;
width
:
100%
;
}
.switchGroup
.guoupRow
{
height
:
33.33333333%
;
position
:
relative
;
}
.switchGroup
.guoupRow
.col-xs-6
{
height
:
100%
;
padding
:
0
;
display
:
-webkit-box
;
display
:
-webkit-flex
;
display
:
flex
;
-webkit-box-align
:
center
;
-webkit-align-items
:
center
;
align-items
:
center
;
}
.switchGroup
.guoupRow
:after
{
content
:
''
;
position
:
absolute
;
bottom
:
0
;
left
:
0
;
width
:
100%
;
height
:
1px
;
background
:
-webkit-linear-gradient
(
left
,
#242635
,
#fff
,
#242635
);
background
:
linear-gradient
(
to
right
,
#242635
,
#fff
,
#242635
);
}
.switchGroup
:before
{
content
:
''
;
position
:
absolute
;
top
:
0.8rem
;
bottom
:
0.533rem
;
left
:
0
;
right
:
0
;
margin
:
auto
;
width
:
1px
;
background
:
-webkit-linear-gradient
(
#242635
,
#fff
,
#242635
);
background
:
linear-gradient
(
#242635
,
#fff
,
#242635
);
}
.u-switch
{
position
:
relative
;
width
:
2.667rem
;
height
:
1.333rem
;
}
.u-switch
.u-switch-handle
{
position
:
absolute
;
top
:
50%
;
left
:
50%
;
-webkit-transform
:
translate
(
-50%
,
-50%
);
transform
:
translate
(
-50%
,
-50%
);
width
:
1.333rem
;
height
:
0.8rem
;
border
:
2px
solid
;
border-radius
:
0.533rem
;
-webkit-transition
:
background-color
ease-in-out
0.2s
,
border
ease-in-out
0.2s
;
transition
:
background-color
ease-in-out
0.2s
,
border
ease-in-out
0.2s
;
}
.u-switch
.u-switch-handle
:before
{
content
:
''
;
position
:
absolute
;
z-index
:
1
;
top
:
-1px
;
width
:
0.747rem
;
height
:
0.747rem
;
-webkit-transition
:
left
0.2s
ease-in-out
;
transition
:
left
0.2s
ease-in-out
;
border-radius
:
50%
;
background-color
:
#fff
;
-webkit-box-shadow
:
0
0.053rem
0.133rem
rgba
(
0
,
0
,
0
,
0.4
);
box-shadow
:
0
0.053rem
0.133rem
rgba
(
0
,
0
,
0
,
0.4
);
}
.u-switch.u-switch-on
.u-switch-handle
{
border-color
:
#4cd964
;
background-color
:
#4cd964
;
}
.u-switch.u-switch-on
.u-switch-handle
:before
{
left
:
0.48rem
;
}
.u-switch.u-switch-off
.u-switch-handle
{
border-color
:
#bbb
;
background-color
:
#bbb
;
}
.u-switch.u-switch-off
.u-switch-handle
:before
{
left
:
-1px
;
}
.u-switch.disabled
{
opacity
:
0.3
;
}
.opendoorRecord
.custom-switch
.u-switch-handle
:before
{
background-image
:
url("../../resources/image/opendoorRecord.png")
;
}
.securityAlarm
.custom-switch
.u-switch-handle
:before
{
background-image
:
url("../../resources/image/securityAlarm.png")
;
}
.doorlockUser
.custom-switch
.u-switch-handle
:before
{
background-image
:
url("../../resources/image/doorlockUser.png")
;
}
.remoteOpendoor
.custom-switch
.u-switch-handle
:before
{
background-image
:
url("../../resources/image/remoteOpendoor.png")
;
}
.remoteOpendoor
.custom-switch.u-switch-on
.u-switch-handle
{
-webkit-animation
:
aperture
2s
linear
infinite
;
animation
:
aperture
2s
linear
infinite
;
}
.remoteOpendoor
.custom-switch.u-switch-on
.u-switch-handle
:after
{
content
:
''
;
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
border-radius
:
50%
;
-webkit-animation
:
aperture
2s
linear
-1s
infinite
;
animation
:
aperture
2s
linear
-1s
infinite
;
}
@-webkit-keyframes
aperture
{
0
%
{
-webkit-box-shadow
:
0
0
0
0
#00ffff
;
box-shadow
:
0
0
0
0
#00ffff
;
}
100
%
{
-webkit-box-shadow
:
0
0
0
0.267rem
rgba
(
0
,
255
,
255
,
0
);
box-shadow
:
0
0
0
0.267rem
rgba
(
0
,
255
,
255
,
0
);
}
}
@keyframes
aperture
{
0
%
{
-webkit-box-shadow
:
0
0
0
0
#00ffff
;
box-shadow
:
0
0
0
0
#00ffff
;
}
100
%
{
-webkit-box-shadow
:
0
0
0
0.267rem
rgba
(
0
,
255
,
255
,
0
);
box-shadow
:
0
0
0
0.267rem
rgba
(
0
,
255
,
255
,
0
);
}
}
.hijackAlarm
.custom-switch
.u-switch-handle
:before
{
background-image
:
url("../../resources/image/hijackAlarm.png")
;
}
.doorlockManage
.custom-switch
.u-switch-handle
:before
{
background-image
:
url("../../resources/image/doorlockManage.png")
;
}
.custom-switch
{
width
:
100%
;
height
:
auto
;
text-align
:
center
;
}
.custom-switch
.u-switch-handle
{
position
:
relative
;
top
:
0
;
left
:
0
;
-webkit-transform
:
none
;
transform
:
none
;
width
:
1.467rem
;
height
:
1.467rem
;
border-width
:
1px
;
border-radius
:
50%
;
margin-right
:
0.187rem
;
display
:
inline-block
;
vertical-align
:
middle
;
}
.custom-switch
.u-switch-handle
:before
{
top
:
0
;
bottom
:
0
;
right
:
0
;
margin
:
auto
;
width
:
0.72rem
;
height
:
0.72rem
;
border-radius
:
0
;
background-color
:
transparent
;
-webkit-box-shadow
:
none
;
box-shadow
:
none
;
background-repeat
:
no-repeat
;
-webkit-background-size
:
1.44rem
0.72rem
;
background-size
:
1.44rem
0.72rem
;
}
.custom-switch
.u-switch-text
{
font-size
:
0.48rem
;
text-align
:
center
;
display
:
inline-block
;
vertical-align
:
middle
;
}
.custom-switch.u-switch-on
.u-switch-handle
,
.custom-switch.u-switch-off
.u-switch-handle
{
border-color
:
inherit
;
-webkit-box-shadow
:
none
;
box-shadow
:
none
;
background-color
:
#242635
;
}
.custom-switch.u-switch-on
.u-switch-handle
:before
,
.custom-switch.u-switch-off
.u-switch-handle
:before
{
left
:
0
;
}
.custom-switch.u-switch-on
{
color
:
#00ffff
;
}
.custom-switch.u-switch-on
.u-switch-handle
:before
{
background-position
:
0
0
;
}
.custom-switch.u-switch-off
,
.custom-switch.disabled
{
opacity
:
1
;
color
:
#898989
;
}
.custom-switch.u-switch-off
.u-switch-handle
:before
,
.custom-switch.disabled
.u-switch-handle
:before
{
background-position
:
-0.72rem
0
;
}
.newMsg
.custom-switch
.u-switch-handle
{
position
:
relative
;
}
.newMsg
.custom-switch
.u-switch-handle
:after
{
content
:
''
;
position
:
absolute
;
top
:
0.095rem
;
right
:
0.095rem
;
width
:
9px
;
height
:
9px
;
border-radius
:
50%
;
background-color
:
#fc2168
;
z-index
:
3
;
}
.followServiceNumber-dialog
{
position
:
fixed
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
z-index
:
1051
;
background-color
:
rgba
(
0
,
0
,
0
,
0.9
);
}
.followServiceNumber-dialog
.followServiceNumber-dialog-box
ul
{
margin
:
0.933rem
0
-0.4rem
;
}
.followServiceNumber-dialog
.followServiceNumber-dialog-box
ul
li
{
font-size
:
0.4rem
;
text-align
:
center
;
line-height
:
0.48rem
;
margin-bottom
:
1.067rem
;
}
.followServiceNumber-dialog
.followServiceNumber-dialog-box
ul
li
:first-child
{
font-size
:
0.507rem
;
margin-bottom
:
1.6rem
;
}
.followServiceNumber-dialog
.followServiceNumber-dialog-box
ul
li
:nth-child
(
3
)
{
color
:
#00ffff
;
margin-bottom
:
0.533rem
;
}
.followServiceNumber-dialog
.followServiceNumber-dialog-box
ul
li
p
{
width
:
5.333rem
;
height
:
5.333rem
;
border
:
1px
solid
#91929a
;
margin
:
0
auto
;
}
.followServiceNumber-dialog
.followServiceNumber-dialog-box
ul
li
span
{
color
:
#FFF54E
;
}
.followServiceNumber-dialog
.followServiceNumber-dialog-box
.linkText
{
text-align
:
center
;
}
.followServiceNumber-dialog
.followServiceNumber-dialog-box
.linkText
span
{
position
:
relative
;
color
:
#00ffff
;
font-size
:
0.32rem
;
display
:
inline-block
;
min-width
:
2.667rem
;
padding
:
0.427rem
0.693rem
0.053rem
;
margin-top
:
0.533rem
;
}
.followServiceNumber-dialog
.followServiceNumber-dialog-box
.linkText
span
:after
{
content
:
''
;
position
:
absolute
;
bottom
:
0
;
left
:
0
;
right
:
0
;
height
:
1px
;
background
:
-webkit-linear-gradient
(
left
,
#242635
,
#00ffff
,
#242635
);
background
:
linear-gradient
(
to
right
,
#242635
,
#00ffff
,
#242635
);
}
.remoteOpendoorPage
{
position
:
fixed
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
z-index
:
1051
;
background-color
:
#242635
;
}
.custom-marquee
.u-marquee-text
{
display
:
block
;
line-height
:
0.96rem
;
}
.active
.u-marquee-text
{
-webkit-animation
:
none
;
animation
:
none
;
}
.u-notification
{
position
:
fixed
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
z-index
:
1051
;
background-color
:
rgba
(
36
,
38
,
53
,
0.8
);
}
.u-notification
.u-notification-box
{
width
:
8.933rem
;
height
:
8rem
;
position
:
absolute
;
top
:
50%
;
left
:
50%
;
-webkit-transform
:
translate
(
-50%
,
-50%
);
transform
:
translate
(
-50%
,
-50%
);
background-color
:
#242635
;
color
:
#00ffff
;
border
:
1px
solid
;
border-radius
:
0.133rem
;
}
.u-notification
.u-notification-box
.u-notification-title
{
position
:
relative
;
padding-top
:
0.267rem
;
font-size
:
0.427rem
;
text-align
:
center
;
}
.u-notification
.u-notification-box
.u-notification-close
{
position
:
absolute
;
top
:
0
;
right
:
0
;
width
:
1.067rem
;
height
:
100%
;
padding-top
:
0.267rem
;
font-family
:
iconfont
;
font-size
:
0.667rem
;
-webkit-font-smoothing
:
antialiased
;
line-height
:
1
;
}
.u-notification
.u-notification-box
.u-notification-content
{
width
:
100%
;
height
:
3.92rem
;
background
:
url("../../resources/image/noticeContBg.png")
no-repeat
center
;
-webkit-background-size
:
auto
100%
;
background-size
:
auto
100%
;
padding-top
:
1.627rem
;
}
.u-notification
.u-notification-box
.u-notification-switch
{
width
:
4rem
;
margin
:
0.4rem
auto
;
padding
:
0.267rem
0
;
text-align
:
center
;
font-size
:
0.32rem
;
}
.u-notification
.u-notification-box
.u-notification-switch
.u-notification-switch-handle
{
display
:
inline-block
;
vertical-align
:
middle
;
position
:
relative
;
margin-right
:
0.267rem
;
width
:
0.453rem
;
height
:
0.453rem
;
}
.u-notification
.u-notification-box
.u-notification-switch
.u-notification-switch-handle
:before
{
position
:
absolute
;
top
:
0
;
left
:
0
;
font-family
:
iconfont
;
font-size
:
0.453rem
;
-webkit-font-smoothing
:
antialiased
;
line-height
:
1
;
}
.u-notification
.u-notification-box
.u-notification-switch.u-notification-switch-on
.u-notification-switch-handle
:before
{
content
:
'\e6aa'
;
}
.u-notification
.u-notification-box
.u-notification-switch.u-notification-switch-off
.u-notification-switch-handle
:before
{
content
:
'\e6a9'
;
}
.u-notification
.u-notification-box
.u-notification-button
li
{
width
:
6.267rem
;
border-radius
:
0.133rem
;
background-color
:
transparent
;
border
:
1px
solid
;
color
:
#00ffff
;
font-size
:
0.427rem
;
line-height
:
1
;
margin
:
0
auto
;
text-align
:
center
;
padding
:
0.267rem
0
;
}
.u-notification
.u-notification-box
.u-notification-button
li
:active
{
background-color
:
#153D4C
;
}
.u-notification
.u-notification-box
.u-notification-button
li
.disabled
{
background-color
:
transparent
;
color
:
#575a6d
;
}
.u-notification
.u-notification-box
.clearfix
{
overflow
:
hidden
;
padding
:
0
1.44rem
;
}
.u-notification
.u-notification-box
.leftCont
{
float
:
left
;
}
.u-notification
.u-notification-box
.rightCont
{
float
:
right
;
}
.u-notification
.u-notification-box
.logo
{
width
:
0.4rem
;
height
:
0.4rem
;
background
:
url("../../resources/image/logo1.png")
no-repeat
center
;
-webkit-background-size
:
cover
;
background-size
:
cover
;
display
:
inline-block
;
vertical-align
:
middle
;
margin
:
0
-0.213rem
0
0.213rem
;
}
.u-notification
.u-notification-box
.smallFont
{
color
:
#00b2b2
;
font-size
:
0.427rem
;
-webkit-transform
:
scale
(
0.5
);
transform
:
scale
(
0.5
);
display
:
inline-block
;
vertical-align
:
middle
;
}
.u-notification
.u-notification-box
.tip
{
text-align
:
center
;
font-size
:
0.32rem
;
margin-top
:
0.24rem
;
line-height
:
0.427rem
;
}
\ No newline at end of file
web/view/device/recordList.css
View file @
427e69cf
@font-face
{
font-family
:
'defaultIconfont'
;
src
:
url('../../resources/font/defaultIconfont.ttf')
format
(
'truetype'
);
}
@font-face
{
font-family
:
'iconfont'
;
src
:
url('../../resources/font/iconfont.ttf')
format
(
'truetype'
);
}
@font-face
{
font-family
:
'tipFont'
;
src
:
url('../../resources/font/tipFont.ttf')
format
(
'truetype'
);
}
html
,
body
{
width
:
100%
;
height
:
100%
;
}
body
{
-webkit-user-select
:
none
;
user-select
:
none
;
color
:
#fff
;
font-size
:
0.373rem
;
background-color
:
#242635
;
}
ul
{
padding-left
:
0
;
list-style
:
none
;
margin-bottom
:
0
;
}
p
{
margin-bottom
:
0
;
}
.u-loading
{
position
:
fixed
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
z-index
:
1050
;
background-color
:
rgba
(
0
,
0
,
0
,
0.9
);
}
.u-loading
.u-loading-box
{
position
:
absolute
;
top
:
50%
;
left
:
0
;
-webkit-transform
:
translateY
(
-50%
);
transform
:
translateY
(
-50%
);
right
:
0
;
}
.u-loading
.u-loading-box
.u-loading-icon
{
width
:
30px
;
height
:
30px
;
background-position
:
center
;
background-repeat
:
no-repeat
;
background-image
:
url("../../resources/image/white_loading_icon.png")
;
-webkit-background-size
:
cover
;
background-size
:
cover
;
margin
:
0
auto
;
-webkit-animation
:
loading
1s
steps
(
12
,
end
)
infinite
;
animation
:
loading
1s
steps
(
12
,
end
)
infinite
;
}
.u-loading
.u-loading-box
.u-loading-text
{
color
:
#fff
;
margin-top
:
0.32rem
;
text-align
:
center
;
}
@-webkit-keyframes
loading
{
0
%
{
-webkit-transform
:
rotate3d
(
0
,
0
,
1
,
0deg
);
transform
:
rotate3d
(
0
,
0
,
1
,
0deg
);
}
100
%
{
-webkit-transform
:
rotate3d
(
0
,
0
,
1
,
360deg
);
transform
:
rotate3d
(
0
,
0
,
1
,
360deg
);
}
}
@keyframes
loading
{
0
%
{
-webkit-transform
:
rotate3d
(
0
,
0
,
1
,
0deg
);
transform
:
rotate3d
(
0
,
0
,
1
,
0deg
);
}
100
%
{
-webkit-transform
:
rotate3d
(
0
,
0
,
1
,
360deg
);
transform
:
rotate3d
(
0
,
0
,
1
,
360deg
);
}
}
.custom-loading
{
background-color
:
rgba
(
36
,
38
,
53
,
0.8
);
}
.custom-loading
.u-loading-box
{
color
:
#00ffff
;
}
.custom-loading
.u-loading-box
.u-loading-icon
{
font-size
:
0.427rem
;
margin
:
0
auto
;
width
:
3.750em
;
height
:
3.750em
;
position
:
relative
;
background
:
none
;
-webkit-animation
:
none
;
animation
:
none
;
}
.custom-loading
.u-loading-box
.u-loading-icon
:before
{
content
:
''
;
position
:
absolute
;
top
:
0
;
bottom
:
0
;
left
:
0
;
right
:
0
;
width
:
0.5em
;
height
:
0.5em
;
margin
:
auto
;
border-radius
:
50%
;
-webkit-transform
:
translateZ
(
0
)
scale
(
0.55
);
transform
:
translateZ
(
0
)
scale
(
0.55
);
-webkit-animation
:
loading
1.3s
infinite
linear
;
animation
:
loading
1.3s
infinite
linear
;
}
.custom-loading
.u-loading-box
.u-loading-text
{
color
:
inherit
;
font-size
:
0.427rem
;
margin-top
:
0.533rem
;
}
@-webkit-keyframes
loading
{
0
%,
100
%
{
-webkit-box-shadow
:
0
-3em
0
0.2em
,
2em
-2em
0
0em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
0
;
box-shadow
:
0
-3em
0
0.2em
,
2em
-2em
0
0em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
0
;
}
12
.5
%
{
-webkit-box-shadow
:
0
-3em
0
0
,
2em
-2em
0
0.2em
,
3em
0
0
0
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
0
,
2em
-2em
0
0.2em
,
3em
0
0
0
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
}
25
%
{
-webkit-box-shadow
:
0
-3em
0
-0.5em
,
2em
-2em
0
0
,
3em
0
0
0.2em
,
2em
2em
0
0
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-0.5em
,
2em
-2em
0
0
,
3em
0
0
0.2em
,
2em
2em
0
0
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
}
37
.5
%
{
-webkit-box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
0
,
2em
2em
0
0.2em
,
0
3em
0
0em
,
-2em
2em
0
-1em
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
0
,
2em
2em
0
0.2em
,
0
3em
0
0em
,
-2em
2em
0
-1em
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
}
50
%
{
-webkit-box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
0em
,
0
3em
0
0.2em
,
-2em
2em
0
0
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
0em
,
0
3em
0
0.2em
,
-2em
2em
0
0
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
}
62
.5
%
{
-webkit-box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
0
,
-2em
2em
0
0.2em
,
-3em
0
0
0
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
0
,
-2em
2em
0
0.2em
,
-3em
0
0
0
,
-2em
-2em
0
-1em
;
}
75
%
{
-webkit-box-shadow
:
0em
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0.2em
,
-2em
-2em
0
0
;
box-shadow
:
0em
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0.2em
,
-2em
-2em
0
0
;
}
87
.5
%
{
-webkit-box-shadow
:
0em
-3em
0
0
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0
,
-2em
-2em
0
0.2em
;
box-shadow
:
0em
-3em
0
0
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0
,
-2em
-2em
0
0.2em
;
}
}
@keyframes
loading
{
0
%,
100
%
{
-webkit-box-shadow
:
0
-3em
0
0.2em
,
2em
-2em
0
0em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
0
;
box-shadow
:
0
-3em
0
0.2em
,
2em
-2em
0
0em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
0
;
}
12
.5
%
{
-webkit-box-shadow
:
0
-3em
0
0
,
2em
-2em
0
0.2em
,
3em
0
0
0
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
0
,
2em
-2em
0
0.2em
,
3em
0
0
0
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
}
25
%
{
-webkit-box-shadow
:
0
-3em
0
-0.5em
,
2em
-2em
0
0
,
3em
0
0
0.2em
,
2em
2em
0
0
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-0.5em
,
2em
-2em
0
0
,
3em
0
0
0.2em
,
2em
2em
0
0
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
}
37
.5
%
{
-webkit-box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
0
,
2em
2em
0
0.2em
,
0
3em
0
0em
,
-2em
2em
0
-1em
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
0
,
2em
2em
0
0.2em
,
0
3em
0
0em
,
-2em
2em
0
-1em
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
}
50
%
{
-webkit-box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
0em
,
0
3em
0
0.2em
,
-2em
2em
0
0
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
0em
,
0
3em
0
0.2em
,
-2em
2em
0
0
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
}
62
.5
%
{
-webkit-box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
0
,
-2em
2em
0
0.2em
,
-3em
0
0
0
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
0
,
-2em
2em
0
0.2em
,
-3em
0
0
0
,
-2em
-2em
0
-1em
;
}
75
%
{
-webkit-box-shadow
:
0em
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0.2em
,
-2em
-2em
0
0
;
box-shadow
:
0em
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0.2em
,
-2em
-2em
0
0
;
}
87
.5
%
{
-webkit-box-shadow
:
0em
-3em
0
0
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0
,
-2em
-2em
0
0.2em
;
box-shadow
:
0em
-3em
0
0
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0
,
-2em
-2em
0
0.2em
;
}
}
.u-dialog
{
position
:
fixed
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
z-index
:
1051
;
background-color
:
rgba
(
0
,
0
,
0
,
0.9
);
}
.u-dialog
.u-dialog-box
{
position
:
absolute
;
top
:
50%
;
left
:
50%
;
-webkit-transform
:
translate
(
-50%
,
-50%
);
transform
:
translate
(
-50%
,
-50%
);
width
:
6.667rem
;
background-color
:
#fff
;
border-radius
:
0.32rem
;
}
.u-dialog
.u-dialog-box
.u-dialog-content
{
padding
:
0.4rem
;
text-align
:
center
;
position
:
relative
;
}
.u-dialog
.u-dialog-box
.u-dialog-content
:after
{
content
:
''
;
position
:
absolute
;
bottom
:
0
;
left
:
0
;
right
:
0
;
height
:
1px
;
background
:
#bbb
;
}
.u-dialog
.u-dialog-box
.u-dialog-button
{
display
:
table
;
width
:
100%
;
table-layout
:
fixed
;
border-collapse
:
separate
;
}
.u-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-cancel
,
.u-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-confirm
{
display
:
table-cell
;
color
:
#007aff
;
text-align
:
center
;
padding
:
0.4rem
0
;
line-height
:
1
;
position
:
relative
;
}
.u-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-cancel
:after
{
content
:
''
;
position
:
absolute
;
top
:
0
;
bottom
:
0
;
right
:
0
;
width
:
1px
;
-webkit-transform
:
scaleX
(
0.5
);
transform
:
scaleX
(
0.5
);
background-color
:
#bbb
;
}
.fade-enter-active
,
.fade-leave-active
{
-webkit-transition
:
opacity
0.5s
linear
;
transition
:
opacity
0.5s
linear
;
}
.fade-enter
,
.fade-leave-active
{
opacity
:
0
;
}
.custom-dialog
{
background-color
:
rgba
(
36
,
38
,
53
,
0.8
);
}
.custom-dialog
.u-dialog-box
{
width
:
8.933rem
;
border-radius
:
0.133rem
;
background-color
:
transparent
;
border
:
1px
solid
;
color
:
#00ffff
;
padding-bottom
:
0.4rem
;
}
.custom-dialog
.u-dialog-box
.u-dialog-content
{
width
:
100%
;
height
:
4.213rem
;
display
:
-webkit-box
;
display
:
-webkit-flex
;
display
:
flex
;
-webkit-box-orient
:
vertical
;
-webkit-flex-direction
:
column
;
flex-direction
:
column
;
-webkit-box-pack
:
center
;
-webkit-justify-content
:
center
;
justify-content
:
center
;
-webkit-box-align
:
center
;
-webkit-align-items
:
center
;
align-items
:
center
;
font-size
:
0.427rem
;
line-height
:
0.64rem
;
padding
:
0
0.587rem
;
}
.custom-dialog
.u-dialog-box
.u-dialog-content
span
{
width
:
1.36rem
;
height
:
1.36rem
;
background
:
url("../../resources/image/green_unbind_icon.png")
no-repeat
center
;
-webkit-background-size
:
cover
;
background-size
:
cover
;
margin-bottom
:
0.32rem
;
display
:
block
;
}
.custom-dialog
.u-dialog-box
.u-dialog-content
:after
{
display
:
none
;
}
.custom-dialog
.u-dialog-box
.u-dialog-button
{
border-spacing
:
0.667rem
0
;
}
.custom-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-cancel
,
.custom-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-confirm
{
width
:
3.467rem
;
border-radius
:
0.133rem
;
background-color
:
transparent
;
border
:
1px
solid
;
color
:
#00ffff
;
font-size
:
0.427rem
;
padding
:
0.267rem
0
;
}
.custom-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-cancel
:active
,
.custom-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-confirm
:active
{
background-color
:
#153D4C
;
}
.custom-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-cancel.disabled
,
.custom-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-confirm.disabled
{
background-color
:
transparent
;
color
:
#575a6d
;
}
.custom-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-cancel
:after
{
display
:
none
;
}
.header
{
position
:
fixed
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
1.173rem
;
z-index
:
1030
;
background-color
:
#010d19
;
}
.header
p
{
position
:
absolute
;
top
:
0
;
left
:
1.467rem
;
right
:
1.467rem
;
line-height
:
1.173rem
;
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
color
:
#fff
;
font-size
:
0.507rem
;
text-align
:
center
;
}
.header
span
{
color
:
#00ffff
;
font-size
:
0.427rem
;
width
:
1.467rem
;
line-height
:
1.173rem
;
display
:
block
;
}
.header
span
:active
{
opacity
:
0.5
;
}
.header
.header-left
{
float
:
left
;
padding-left
:
0.213rem
;
}
.header
.header-right
{
float
:
right
;
padding-right
:
0.213rem
;
text-align
:
right
;
}
.header
.icon
{
color
:
#fff
;
font-family
:
iconfont
;
font-size
:
0.667rem
;
-webkit-font-smoothing
:
antialiased
;
line-height
:
1.173rem
;
}
.header
.icon.header-left
{
padding-left
:
0.133rem
;
}
.header
.icon.header-right
{
padding-right
:
0.133rem
;
}
.header
~
.content
{
padding-top
:
1.173rem
;
}
.u-list
{
width
:
100%
;
height
:
100%
;
overflow
:
auto
;
position
:
relative
;
}
.u-list-scroll
.u-list-row
{
padding
:
0.4rem
0.4rem
0.4rem
0.533rem
;
position
:
relative
;
display
:
-webkit-box
;
display
:
-webkit-flex
;
display
:
flex
;
-webkit-box-align
:
center
;
-webkit-align-items
:
center
;
align-items
:
center
;
}
.u-list-scroll
.u-list-row
.u-list-left-image
{
width
:
1.333rem
;
height
:
1.333rem
;
margin-right
:
0.267rem
;
}
.u-list-scroll
.u-list-row
.u-list-left-icon
{
margin-right
:
0.267rem
;
font-family
:
iconfont
;
font-size
:
0.533rem
;
-webkit-font-smoothing
:
antialiased
;
line-height
:
1
;
}
.u-list-scroll
.u-list-row
div
{
-webkit-box-flex
:
1
;
-webkit-flex
:
1
;
flex
:
1
;
min-width
:
0
;
}
.u-list-scroll
.u-list-row
.u-list-title
{
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
}
.u-list-scroll
.u-list-row
.u-list-subtitle
{
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
}
.u-list-scroll
.u-list-row
.u-list-right-text
{
margin-left
:
0.107rem
;
}
.u-list-scroll
.u-list-row
.u-list-right-icon
{
font-family
:
defaultIconfont
;
font-size
:
0.667rem
;
-webkit-font-smoothing
:
antialiased
;
line-height
:
1
;
}
.u-list-scroll
.u-list-row
:after
{
content
:
''
;
position
:
absolute
;
bottom
:
0
;
left
:
0
;
right
:
0
;
height
:
1px
;
background
:
#bbb
;
}
.u-list-load
{
text-align
:
center
;
}
.u-list-tip
{
position
:
absolute
;
top
:
50%
;
left
:
0
;
-webkit-transform
:
translateY
(
-50%
);
transform
:
translateY
(
-50%
);
width
:
100%
;
text-align
:
center
;
}
.custom-list
{
position
:
absolute
;
top
:
1.173rem
;
bottom
:
0
;
left
:
0
;
height
:
auto
;
}
.custom-list
.u-list-scroll
.u-list-row
{
height
:
2rem
;
padding
:
0
1.013rem
0
1.093rem
;
}
.custom-list
.u-list-scroll
.u-list-row
.u-list-left-image
{
width
:
0.8rem
;
height
:
0.8rem
;
margin-right
:
0.88rem
;
}
.custom-list
.u-list-scroll
.u-list-row
.u-list-title
{
font-size
:
0.427rem
;
line-height
:
0.533rem
;
}
.custom-list
.u-list-scroll
.u-list-row
.u-list-right-text
{
font-size
:
0.32rem
;
word-wrap
:
break-word
;
width
:
1.733rem
;
line-height
:
0.373rem
;
}
.custom-list
.u-list-scroll
.u-list-row
:after
{
background
:
-webkit-linear-gradient
(
left
,
#242635
,
#fff
,
#242635
);
background
:
linear-gradient
(
to
right
,
#242635
,
#fff
,
#242635
);
}
.custom-list
.u-list-load
{
color
:
#00ffff
;
font-size
:
0.427rem
;
-webkit-transform
:
scale
(
0.7
);
transform
:
scale
(
0.7
);
height
:
0.933rem
;
line-height
:
0.933rem
;
}
.custom-list
.u-list-load
.u-list-load-animation
{
width
:
0.64rem
;
height
:
0.64rem
;
display
:
inline-block
;
background-image
:
url("../../resources/image/loading.png")
;
-webkit-animation
:
refresh
1s
steps
(
8
,
end
)
infinite
;
animation
:
refresh
1s
steps
(
8
,
end
)
infinite
;
background-size
:
cover
;
vertical-align
:
middle
;
}
.custom-list
.u-list-tip
{
background-image
:
url("../../resources/image/noCont.png")
;
background-position
:
top
center
;
background-repeat
:
no-repeat
;
-webkit-background-size
:
1.627rem
1.627rem
;
background-size
:
1.627rem
1.627rem
;
color
:
#91929a
;
font-size
:
0.427rem
;
padding-top
:
2.347rem
;
}
@-webkit-keyframes
refresh
{
0
%
{
-webkit-transform
:
rotate3d
(
0
,
0
,
1
,
0deg
);
transform
:
rotate3d
(
0
,
0
,
1
,
0deg
);
}
100
%
{
-webkit-transform
:
rotate3d
(
0
,
0
,
1
,
360deg
);
transform
:
rotate3d
(
0
,
0
,
1
,
360deg
);
}
}
@keyframes
refresh
{
0
%
{
-webkit-transform
:
rotate3d
(
0
,
0
,
1
,
0deg
);
transform
:
rotate3d
(
0
,
0
,
1
,
0deg
);
}
100
%
{
-webkit-transform
:
rotate3d
(
0
,
0
,
1
,
360deg
);
transform
:
rotate3d
(
0
,
0
,
1
,
360deg
);
}
}
.notice
{
height
:
1.653rem
;
line-height
:
1.653rem
;
border-bottom
:
2px
solid
#50515D
;
text-align
:
center
;
color
:
#00ffff
;
font-size
:
0.32rem
;
}
.notice
>
span
{
color
:
#fc2168
;
font-family
:
iconfont
;
font-size
:
0.533rem
;
-webkit-font-smoothing
:
antialiased
;
line-height
:
1
;
vertical-align
:
middle
;
margin-right
:
0.24rem
;
}
.notice
p
{
display
:
inline-block
;
color
:
#00ffff
;
font-size
:
0.32rem
;
line-height
:
1
;
border-bottom
:
1px
solid
;
padding-bottom
:
1px
;
margin-left
:
0.64rem
;
}
.notice
p
span
{
margin-left
:
0.16rem
;
}
.notice
p
span
:before
{
content
:
'\e6c4'
;
font-family
:
iconfont
;
font-size
:
0.32rem
;
-webkit-font-smoothing
:
antialiased
;
line-height
:
1
;
}
.notice
~
.custom-list
{
top
:
2.827rem
;
}
\ No newline at end of file
web/view/doorlockManage/doorlockManage.css
View file @
427e69cf
@font-face
{
font-family
:
'defaultIconfont'
;
src
:
url('../../resources/font/defaultIconfont.ttf')
format
(
'truetype'
);
}
@font-face
{
font-family
:
'iconfont'
;
src
:
url('../../resources/font/iconfont.ttf')
format
(
'truetype'
);
}
@font-face
{
font-family
:
'tipFont'
;
src
:
url('../../resources/font/tipFont.ttf')
format
(
'truetype'
);
}
html
,
body
{
width
:
100%
;
height
:
100%
;
}
body
{
-webkit-user-select
:
none
;
user-select
:
none
;
color
:
#fff
;
font-size
:
0.373rem
;
background-color
:
#242635
;
}
ul
{
padding-left
:
0
;
list-style
:
none
;
margin-bottom
:
0
;
}
p
{
margin-bottom
:
0
;
}
.u-loading
{
position
:
fixed
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
z-index
:
1050
;
background-color
:
rgba
(
0
,
0
,
0
,
0.9
);
}
.u-loading
.u-loading-box
{
position
:
absolute
;
top
:
50%
;
left
:
0
;
-webkit-transform
:
translateY
(
-50%
);
transform
:
translateY
(
-50%
);
right
:
0
;
}
.u-loading
.u-loading-box
.u-loading-icon
{
width
:
30px
;
height
:
30px
;
background-position
:
center
;
background-repeat
:
no-repeat
;
background-image
:
url("../../resources/image/white_loading_icon.png")
;
-webkit-background-size
:
cover
;
background-size
:
cover
;
margin
:
0
auto
;
-webkit-animation
:
loading
1s
steps
(
12
,
end
)
infinite
;
animation
:
loading
1s
steps
(
12
,
end
)
infinite
;
}
.u-loading
.u-loading-box
.u-loading-text
{
color
:
#fff
;
margin-top
:
0.32rem
;
text-align
:
center
;
}
@-webkit-keyframes
loading
{
0
%
{
-webkit-transform
:
rotate3d
(
0
,
0
,
1
,
0deg
);
transform
:
rotate3d
(
0
,
0
,
1
,
0deg
);
}
100
%
{
-webkit-transform
:
rotate3d
(
0
,
0
,
1
,
360deg
);
transform
:
rotate3d
(
0
,
0
,
1
,
360deg
);
}
}
@keyframes
loading
{
0
%
{
-webkit-transform
:
rotate3d
(
0
,
0
,
1
,
0deg
);
transform
:
rotate3d
(
0
,
0
,
1
,
0deg
);
}
100
%
{
-webkit-transform
:
rotate3d
(
0
,
0
,
1
,
360deg
);
transform
:
rotate3d
(
0
,
0
,
1
,
360deg
);
}
}
.custom-loading
{
background-color
:
rgba
(
36
,
38
,
53
,
0.8
);
}
.custom-loading
.u-loading-box
{
color
:
#00ffff
;
}
.custom-loading
.u-loading-box
.u-loading-icon
{
font-size
:
0.427rem
;
margin
:
0
auto
;
width
:
3.750em
;
height
:
3.750em
;
position
:
relative
;
background
:
none
;
-webkit-animation
:
none
;
animation
:
none
;
}
.custom-loading
.u-loading-box
.u-loading-icon
:before
{
content
:
''
;
position
:
absolute
;
top
:
0
;
bottom
:
0
;
left
:
0
;
right
:
0
;
width
:
0.5em
;
height
:
0.5em
;
margin
:
auto
;
border-radius
:
50%
;
-webkit-transform
:
translateZ
(
0
)
scale
(
0.55
);
transform
:
translateZ
(
0
)
scale
(
0.55
);
-webkit-animation
:
loading
1.3s
infinite
linear
;
animation
:
loading
1.3s
infinite
linear
;
}
.custom-loading
.u-loading-box
.u-loading-text
{
color
:
inherit
;
font-size
:
0.427rem
;
margin-top
:
0.533rem
;
}
@-webkit-keyframes
loading
{
0
%,
100
%
{
-webkit-box-shadow
:
0
-3em
0
0.2em
,
2em
-2em
0
0em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
0
;
box-shadow
:
0
-3em
0
0.2em
,
2em
-2em
0
0em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
0
;
}
12
.5
%
{
-webkit-box-shadow
:
0
-3em
0
0
,
2em
-2em
0
0.2em
,
3em
0
0
0
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
0
,
2em
-2em
0
0.2em
,
3em
0
0
0
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
}
25
%
{
-webkit-box-shadow
:
0
-3em
0
-0.5em
,
2em
-2em
0
0
,
3em
0
0
0.2em
,
2em
2em
0
0
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-0.5em
,
2em
-2em
0
0
,
3em
0
0
0.2em
,
2em
2em
0
0
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
}
37
.5
%
{
-webkit-box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
0
,
2em
2em
0
0.2em
,
0
3em
0
0em
,
-2em
2em
0
-1em
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
0
,
2em
2em
0
0.2em
,
0
3em
0
0em
,
-2em
2em
0
-1em
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
}
50
%
{
-webkit-box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
0em
,
0
3em
0
0.2em
,
-2em
2em
0
0
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
0em
,
0
3em
0
0.2em
,
-2em
2em
0
0
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
}
62
.5
%
{
-webkit-box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
0
,
-2em
2em
0
0.2em
,
-3em
0
0
0
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
0
,
-2em
2em
0
0.2em
,
-3em
0
0
0
,
-2em
-2em
0
-1em
;
}
75
%
{
-webkit-box-shadow
:
0em
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0.2em
,
-2em
-2em
0
0
;
box-shadow
:
0em
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0.2em
,
-2em
-2em
0
0
;
}
87
.5
%
{
-webkit-box-shadow
:
0em
-3em
0
0
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0
,
-2em
-2em
0
0.2em
;
box-shadow
:
0em
-3em
0
0
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0
,
-2em
-2em
0
0.2em
;
}
}
@keyframes
loading
{
0
%,
100
%
{
-webkit-box-shadow
:
0
-3em
0
0.2em
,
2em
-2em
0
0em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
0
;
box-shadow
:
0
-3em
0
0.2em
,
2em
-2em
0
0em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
0
;
}
12
.5
%
{
-webkit-box-shadow
:
0
-3em
0
0
,
2em
-2em
0
0.2em
,
3em
0
0
0
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
0
,
2em
-2em
0
0.2em
,
3em
0
0
0
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
}
25
%
{
-webkit-box-shadow
:
0
-3em
0
-0.5em
,
2em
-2em
0
0
,
3em
0
0
0.2em
,
2em
2em
0
0
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-0.5em
,
2em
-2em
0
0
,
3em
0
0
0.2em
,
2em
2em
0
0
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
}
37
.5
%
{
-webkit-box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
0
,
2em
2em
0
0.2em
,
0
3em
0
0em
,
-2em
2em
0
-1em
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
0
,
2em
2em
0
0.2em
,
0
3em
0
0em
,
-2em
2em
0
-1em
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
}
50
%
{
-webkit-box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
0em
,
0
3em
0
0.2em
,
-2em
2em
0
0
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
0em
,
0
3em
0
0.2em
,
-2em
2em
0
0
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
}
62
.5
%
{
-webkit-box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
0
,
-2em
2em
0
0.2em
,
-3em
0
0
0
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
0
,
-2em
2em
0
0.2em
,
-3em
0
0
0
,
-2em
-2em
0
-1em
;
}
75
%
{
-webkit-box-shadow
:
0em
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0.2em
,
-2em
-2em
0
0
;
box-shadow
:
0em
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0.2em
,
-2em
-2em
0
0
;
}
87
.5
%
{
-webkit-box-shadow
:
0em
-3em
0
0
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0
,
-2em
-2em
0
0.2em
;
box-shadow
:
0em
-3em
0
0
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0
,
-2em
-2em
0
0.2em
;
}
}
.u-dialog
{
position
:
fixed
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
z-index
:
1051
;
background-color
:
rgba
(
0
,
0
,
0
,
0.9
);
}
.u-dialog
.u-dialog-box
{
position
:
absolute
;
top
:
50%
;
left
:
50%
;
-webkit-transform
:
translate
(
-50%
,
-50%
);
transform
:
translate
(
-50%
,
-50%
);
width
:
6.667rem
;
background-color
:
#fff
;
border-radius
:
0.32rem
;
}
.u-dialog
.u-dialog-box
.u-dialog-content
{
padding
:
0.4rem
;
text-align
:
center
;
position
:
relative
;
}
.u-dialog
.u-dialog-box
.u-dialog-content
:after
{
content
:
''
;
position
:
absolute
;
bottom
:
0
;
left
:
0
;
right
:
0
;
height
:
1px
;
background
:
#bbb
;
}
.u-dialog
.u-dialog-box
.u-dialog-button
{
display
:
table
;
width
:
100%
;
table-layout
:
fixed
;
border-collapse
:
separate
;
}
.u-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-cancel
,
.u-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-confirm
{
display
:
table-cell
;
color
:
#007aff
;
text-align
:
center
;
padding
:
0.4rem
0
;
line-height
:
1
;
position
:
relative
;
}
.u-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-cancel
:after
{
content
:
''
;
position
:
absolute
;
top
:
0
;
bottom
:
0
;
right
:
0
;
width
:
1px
;
-webkit-transform
:
scaleX
(
0.5
);
transform
:
scaleX
(
0.5
);
background-color
:
#bbb
;
}
.fade-enter-active
,
.fade-leave-active
{
-webkit-transition
:
opacity
0.5s
linear
;
transition
:
opacity
0.5s
linear
;
}
.fade-enter
,
.fade-leave-active
{
opacity
:
0
;
}
.custom-dialog
{
background-color
:
rgba
(
36
,
38
,
53
,
0.8
);
}
.custom-dialog
.u-dialog-box
{
width
:
8.933rem
;
border-radius
:
0.133rem
;
background-color
:
transparent
;
border
:
1px
solid
;
color
:
#00ffff
;
padding-bottom
:
0.4rem
;
}
.custom-dialog
.u-dialog-box
.u-dialog-content
{
width
:
100%
;
height
:
4.213rem
;
display
:
-webkit-box
;
display
:
-webkit-flex
;
display
:
flex
;
-webkit-box-orient
:
vertical
;
-webkit-flex-direction
:
column
;
flex-direction
:
column
;
-webkit-box-pack
:
center
;
-webkit-justify-content
:
center
;
justify-content
:
center
;
-webkit-box-align
:
center
;
-webkit-align-items
:
center
;
align-items
:
center
;
font-size
:
0.427rem
;
line-height
:
0.64rem
;
padding
:
0
0.587rem
;
}
.custom-dialog
.u-dialog-box
.u-dialog-content
span
{
width
:
1.36rem
;
height
:
1.36rem
;
background
:
url("../../resources/image/green_unbind_icon.png")
no-repeat
center
;
-webkit-background-size
:
cover
;
background-size
:
cover
;
margin-bottom
:
0.32rem
;
display
:
block
;
}
.custom-dialog
.u-dialog-box
.u-dialog-content
:after
{
display
:
none
;
}
.custom-dialog
.u-dialog-box
.u-dialog-button
{
border-spacing
:
0.667rem
0
;
}
.custom-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-cancel
,
.custom-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-confirm
{
width
:
3.467rem
;
border-radius
:
0.133rem
;
background-color
:
transparent
;
border
:
1px
solid
;
color
:
#00ffff
;
font-size
:
0.427rem
;
padding
:
0.267rem
0
;
}
.custom-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-cancel
:active
,
.custom-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-confirm
:active
{
background-color
:
#153D4C
;
}
.custom-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-cancel.disabled
,
.custom-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-confirm.disabled
{
background-color
:
transparent
;
color
:
#575a6d
;
}
.custom-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-cancel
:after
{
display
:
none
;
}
.u-dialog-box
.u-dialog-content
img
{
width
:
1.36rem
;
height
:
1.36rem
;
}
.header
{
position
:
fixed
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
1.173rem
;
z-index
:
1030
;
background-color
:
#010d19
;
}
.header
p
{
position
:
absolute
;
top
:
0
;
left
:
1.467rem
;
right
:
1.467rem
;
line-height
:
1.173rem
;
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
color
:
#fff
;
font-size
:
0.507rem
;
text-align
:
center
;
}
.header
span
{
color
:
#00ffff
;
font-size
:
0.427rem
;
width
:
1.467rem
;
line-height
:
1.173rem
;
display
:
block
;
}
.header
span
:active
{
opacity
:
0.5
;
}
.header
.header-left
{
float
:
left
;
padding-left
:
0.213rem
;
}
.header
.header-right
{
float
:
right
;
padding-right
:
0.213rem
;
text-align
:
right
;
}
.header
.icon
{
color
:
#fff
;
font-family
:
iconfont
;
font-size
:
0.667rem
;
-webkit-font-smoothing
:
antialiased
;
line-height
:
1.173rem
;
}
.header
.icon.header-left
{
padding-left
:
0.133rem
;
}
.header
.icon.header-right
{
padding-right
:
0.133rem
;
}
.header
~
.content
{
padding-top
:
1.173rem
;
}
.qrcodeHelp
{
margin
:
0.8rem
0.8rem
0
;
}
.qrcodeHelp
li
{
color
:
#91929a
;
font-size
:
0.427rem
;
padding-left
:
0.32rem
;
text-indent
:
-0.32rem
;
line-height
:
0.48rem
;
margin-bottom
:
0.747rem
;
}
.qrcodeHelp
li
:first-child
{
color
:
inherit
;
font-size
:
0.48rem
;
margin-bottom
:
0.48rem
;
}
.qrcodeHelp
li
:last-child
{
padding-left
:
0
;
text-indent
:
0
;
}
.qrcodeHelp
li
p
{
width
:
5.333rem
;
height
:
5.333rem
;
margin
:
0
auto
;
border
:
1px
solid
;
}
.u-button
{
width
:
6.4rem
;
color
:
#fff
;
font-size
:
inherit
;
background-color
:
#007aff
;
border-radius
:
0.533rem
;
text-align
:
center
;
line-height
:
1
;
margin
:
0
auto
;
padding
:
0.267rem
0
;
-webkit-transition
:
all
0.2s
linear
;
transition
:
all
0.2s
linear
;
background-clip
:
padding-box
;
}
.u-button
:active
{
background-color
:
#0065ff
;
}
.u-button.disabled
{
background-color
:
#bbb
;
}
.custom-button
{
width
:
7.333rem
;
border-radius
:
0.133rem
;
background-color
:
transparent
;
border
:
1px
solid
;
color
:
#00ffff
;
font-size
:
0.427rem
;
position
:
absolute
;
bottom
:
1.733rem
;
left
:
0
;
right
:
0
;
}
.custom-button
:active
{
background-color
:
#153D4C
;
}
.custom-button.disabled
{
background-color
:
transparent
;
color
:
#575a6d
;
}
@media
(
min-width
:
360px
/*no*/
)
and
(
max-height
:
570px
/*no*/
)
{
.custom-button
{
bottom
:
1.2rem
;
}
}
.grid-list
{
position
:
absolute
;
top
:
1.173rem
;
bottom
:
3.68rem
;
left
:
0
;
width
:
100%
;
overflow
:
auto
;
}
.grid-list-scroll
.grid-list-row
{
margin
:
0.267rem
;
border
:
1px
solid
#00ffff
;
border-radius
:
0.133rem
;
}
.grid-list-scroll
.grid-list-row
.grid-list-handle
{
height
:
1.493rem
;
position
:
relative
;
display
:
-webkit-box
;
display
:
-webkit-flex
;
display
:
flex
;
-webkit-box-align
:
center
;
-webkit-align-items
:
center
;
align-items
:
center
;
padding
:
0
0.32rem
;
}
.grid-list-scroll
.grid-list-row
.grid-list-handle
.grid-list-left-image
{
width
:
0.693rem
;
height
:
0.693rem
;
margin-right
:
0.133rem
;
}
.grid-list-scroll
.grid-list-row
.grid-list-handle
div
{
-webkit-box-flex
:
1
;
-webkit-flex
:
1
;
flex
:
1
;
min-width
:
0
;
}
.grid-list-scroll
.grid-list-row
.grid-list-handle
.grid-list-title
{
font-size
:
0.48rem
;
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
}
.grid-list-scroll
.grid-list-row
.grid-list-handle
.grid-list-right-icon
{
font-family
:
iconfont
;
font-size
:
0.587rem
;
-webkit-font-smoothing
:
antialiased
;
line-height
:
1
;
-webkit-transform
:
rotate
(
180deg
);
transform
:
rotate
(
180deg
);
}
.grid-list-scroll
.grid-list-row
.grid-list-handle
:after
{
content
:
''
;
position
:
absolute
;
bottom
:
0
;
left
:
0
;
right
:
0
;
height
:
1px
;
background
:
-webkit-linear-gradient
(
left
,
#242635
,
#fff
,
#242635
);
background
:
linear-gradient
(
to
right
,
#242635
,
#fff
,
#242635
);
}
.grid-list-scroll
.grid-list-row
.grid-list-content
{
height
:
1.12rem
;
display
:
table
;
width
:
100%
;
table-layout
:
fixed
;
}
.grid-list-scroll
.grid-list-row
.grid-list-content
.grid-list-button
{
display
:
table-cell
;
vertical-align
:
middle
;
}
.grid-list-scroll
.grid-list-row
.grid-list-content
.grid-list-button
.grid-list-button-bg
{
width
:
0.8rem
;
height
:
0.8rem
;
text-align
:
center
;
color
:
#00ffff
;
border
:
1px
solid
;
border-radius
:
50%
;
font-family
:
iconfont
;
font-size
:
0.427rem
;
-webkit-font-smoothing
:
antialiased
;
line-height
:
0.8rem
;
display
:
inline-block
;
}
.grid-list-scroll
.grid-list-row
.grid-list-content
.grid-list-button
:nth-child
(
1
)
{
padding-left
:
0.427rem
;
}
.grid-list-scroll
.grid-list-row
.grid-list-content
.grid-list-button
:nth-child
(
2
)
{
padding-left
:
0.667rem
;
}
.grid-list-scroll
.grid-list-row
.grid-list-content
.grid-list-button
:nth-child
(
3
)
{
padding-left
:
0.907rem
;
}
.grid-list-scroll
.grid-list-row
.grid-list-content
.grid-list-button
:nth-child
(
4
)
{
text-align
:
right
;
padding-right
:
0.427rem
;
}
.grid-list-load
{
color
:
#00ffff
;
font-size
:
0.427rem
;
-webkit-transform
:
scale
(
0.7
);
transform
:
scale
(
0.7
);
height
:
0.933rem
;
line-height
:
0.933rem
;
text-align
:
center
;
}
.grid-list-tip
{
position
:
absolute
;
top
:
50%
;
left
:
0
;
-webkit-transform
:
translateY
(
-50%
);
transform
:
translateY
(
-50%
);
width
:
100%
;
text-align
:
center
;
background-image
:
url("../../resources/image/noCont.png")
;
background-position
:
top
center
;
background-repeat
:
no-repeat
;
-webkit-background-size
:
1.627rem
1.627rem
;
background-size
:
1.627rem
1.627rem
;
color
:
#91929a
;
font-size
:
0.427rem
;
padding-top
:
2.347rem
;
}
.u-text
{
width
:
100%
;
display
:
table
;
position
:
relative
;
}
.u-text
input
{
display
:
table-cell
;
width
:
100%
;
border
:
0
;
outline
:
0
;
-webkit-appearance
:
none
;
padding
:
0.533rem
1.867rem
0.533rem
0
;
background-color
:
transparent
;
}
.u-text
input
[
type
=
text
]
~
.u-text-see
{
color
:
#007aff
;
}
.u-text
.u-text-icon
{
font-family
:
iconfont
;
font-size
:
0.533rem
;
-webkit-font-smoothing
:
antialiased
;
line-height
:
1
;
width
:
1.12rem
;
padding-left
:
0.453rem
;
display
:
table-cell
;
vertical-align
:
middle
;
}
.u-text
.u-text-title
{
width
:
1.92rem
;
padding-left
:
0.533rem
;
display
:
table-cell
;
vertical-align
:
middle
;
}
.u-text
.u-text-clear
,
.u-text
.u-text-see
{
position
:
absolute
;
top
:
0
;
width
:
0.8rem
;
height
:
100%
;
}
.u-text
.u-text-clear
:before
,
.u-text
.u-text-see
:before
{
position
:
absolute
;
top
:
50%
;
left
:
50%
;
-webkit-transform
:
translate
(
-50%
,
-50%
);
transform
:
translate
(
-50%
,
-50%
);
font-family
:
defaultIconfont
;
font-size
:
0.667rem
;
-webkit-font-smoothing
:
antialiased
;
line-height
:
1
;
}
.u-text
.u-text-clear
{
right
:
0.8rem
;
}
.u-text
.u-text-clear
:before
{
content
:
'\e724'
;
}
.u-text
.u-text-see
{
right
:
0
;
}
.u-text
.u-text-see
:before
{
content
:
'\e73c'
;
}
.u-text
:after
{
content
:
''
;
position
:
absolute
;
bottom
:
0
;
left
:
0
;
right
:
0
;
height
:
1px
;
background
:
#bbb
;
}
@media
(
max-height
:
450px
/*no*/
)
{
#app
{
height
:
17.253rem
;
position
:
relative
;
}
}
.inputBox
{
margin
:
0
1.12rem
;
padding-bottom
:
1.067rem
;
}
.custom-editName-text
{
margin-top
:
0
;
}
.custom-editName-text
input
{
padding-top
:
0.453rem
;
padding-bottom
:
0.453rem
;
padding-right
:
0.667rem
;
font-size
:
0.427rem
;
}
.custom-editName-text
input
::-webkit-input-placeholder
{
color
:
#91929a
;
}
.custom-editName-text
.u-text-icon
{
font-size
:
0.64rem
;
width
:
1.28rem
;
padding-left
:
0.24rem
;
vertical-align
:
text-bottom
;
}
.custom-editName-text
.u-text-clear
:before
,
.custom-editName-text
.u-text-see
:before
{
font-family
:
iconfont
;
color
:
#00ffff
;
font-size
:
0.347rem
;
}
.custom-editName-text
.u-text-clear
{
right
:
-0.187rem
;
}
.custom-editName-text
.u-text-clear
:before
{
content
:
'\e724'
;
}
.custom-editName-text
:after
{
background
:
-webkit-linear-gradient
(
left
,
#242635
,
#fff
,
#242635
);
background
:
linear-gradient
(
to
right
,
#242635
,
#fff
,
#242635
);
}
.errorTip
{
position
:
absolute
;
left
:
0
;
right
:
0
;
color
:
#fc2168
;
font-size
:
0.427rem
;
-webkit-transform
:
scale
(
0.7
);
transform
:
scale
(
0.7
);
text-align
:
center
;
height
:
1.067rem
;
line-height
:
1.067rem
;
}
.doorlockManage
li
{
font-size
:
0.427rem
;
padding
:
0
1.12rem
;
position
:
relative
;
height
:
1.467rem
;
line-height
:
1.467rem
;
}
.doorlockManage
li
p
{
float
:
right
;
color
:
#A0A0A7
;
font-size
:
0.32rem
;
}
.doorlockManage
li
.name
{
padding-right
:
1.92rem
;
}
.doorlockManage
li
.name
:before
{
content
:
'\e6a7'
;
position
:
absolute
;
top
:
50%
;
right
:
0.933rem
;
-webkit-transform
:
translateY
(
-50%
);
transform
:
translateY
(
-50%
);
font-family
:
iconfont
;
font-size
:
0.667rem
;
-webkit-font-smoothing
:
antialiased
;
line-height
:
1
;
}
.doorlockManage
li
:after
{
content
:
''
;
position
:
absolute
;
bottom
:
0
;
left
:
0
;
right
:
0
;
height
:
1px
;
background
:
-webkit-linear-gradient
(
left
,
#242635
,
#fff
,
#242635
);
background
:
linear-gradient
(
to
right
,
#242635
,
#fff
,
#242635
);
}
.u-switch
{
position
:
relative
;
width
:
2.667rem
;
height
:
1.333rem
;
}
.u-switch
.u-switch-handle
{
position
:
absolute
;
top
:
50%
;
left
:
50%
;
-webkit-transform
:
translate
(
-50%
,
-50%
);
transform
:
translate
(
-50%
,
-50%
);
width
:
1.333rem
;
height
:
0.8rem
;
border
:
2px
solid
;
border-radius
:
0.533rem
;
-webkit-transition
:
background-color
ease-in-out
0.2s
,
border
ease-in-out
0.2s
;
transition
:
background-color
ease-in-out
0.2s
,
border
ease-in-out
0.2s
;
}
.u-switch
.u-switch-handle
:before
{
content
:
''
;
position
:
absolute
;
z-index
:
1
;
top
:
-1px
;
width
:
0.747rem
;
height
:
0.747rem
;
-webkit-transition
:
left
0.2s
ease-in-out
;
transition
:
left
0.2s
ease-in-out
;
border-radius
:
50%
;
background-color
:
#fff
;
-webkit-box-shadow
:
0
0.053rem
0.133rem
rgba
(
0
,
0
,
0
,
0.4
);
box-shadow
:
0
0.053rem
0.133rem
rgba
(
0
,
0
,
0
,
0.4
);
}
.u-switch.u-switch-on
.u-switch-handle
{
border-color
:
#4cd964
;
background-color
:
#4cd964
;
}
.u-switch.u-switch-on
.u-switch-handle
:before
{
left
:
0.48rem
;
}
.u-switch.u-switch-off
.u-switch-handle
{
border-color
:
#bbb
;
background-color
:
#bbb
;
}
.u-switch.u-switch-off
.u-switch-handle
:before
{
left
:
-1px
;
}
.u-switch.disabled
{
opacity
:
0.3
;
}
.custom-switch
{
position
:
absolute
;
top
:
0
;
right
:
0
;
width
:
3.36rem
;
height
:
100%
;
}
.custom-switch
.u-switch-handle
{
width
:
1.067rem
;
height
:
0.64rem
;
}
.custom-switch
.u-switch-handle
:before
{
top
:
0
;
width
:
0.533rem
;
height
:
0.533rem
;
}
.custom-switch.u-switch-on
.u-switch-handle
{
border-color
:
#00ffff
;
background-color
:
#00ffff
;
}
.custom-switch.u-switch-on
.u-switch-handle
:before
{
left
:
0.427rem
;
}
.custom-switch.u-switch-off
.u-switch-handle
{
border-color
:
#C2C2C2
;
background-color
:
transparent
;
}
.custom-switch.u-switch-off
.u-switch-handle
:before
{
left
:
0
;
}
.nameDisabled
:before
{
display
:
none
;
}
.custom-isClearSwitch-switch
{
width
:
5.333rem
;
height
:
auto
;
text-align
:
center
;
color
:
#00ffff
;
margin
:
0
auto
;
padding
:
0.267rem
0
;
}
.custom-isClearSwitch-switch
.u-switch-handle
{
position
:
relative
;
top
:
auto
;
left
:
auto
;
-webkit-transform
:
none
;
transform
:
none
;
width
:
0.453rem
;
height
:
0.453rem
;
border
:
0
;
border-radius
:
0
;
display
:
inline-block
;
vertical-align
:
middle
;
margin-right
:
0.16rem
;
}
.custom-isClearSwitch-switch
.u-switch-handle
:before
{
font-family
:
iconfont
;
font-size
:
0.453rem
;
-webkit-font-smoothing
:
antialiased
;
line-height
:
1
;
top
:
0
;
width
:
auto
;
height
:
auto
;
border-radius
:
0
;
background-color
:
transparent
;
-webkit-box-shadow
:
none
;
box-shadow
:
none
;
}
.custom-isClearSwitch-switch
.u-switch-text
{
display
:
inline-block
;
vertical-align
:
middle
;
}
.custom-isClearSwitch-switch.u-switch-on
.u-switch-handle
{
background-color
:
transparent
;
}
.custom-isClearSwitch-switch.u-switch-on
.u-switch-handle
:before
{
content
:
'\e6aa'
;
left
:
0
;
}
.custom-isClearSwitch-switch.u-switch-off
.u-switch-handle
{
background-color
:
transparent
;
}
.custom-isClearSwitch-switch.u-switch-off
.u-switch-handle
:before
{
content
:
'\e6a9'
;
left
:
0
;
}
.unbindState-dialog
{
position
:
fixed
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
z-index
:
1051
;
background-color
:
rgba
(
36
,
38
,
53
,
0.8
);
}
.unbindState-dialog
div
{
position
:
absolute
;
top
:
50%
;
left
:
50%
;
-webkit-transform
:
translate
(
-50%
,
-50%
);
transform
:
translate
(
-50%
,
-50%
);
width
:
8.933rem
;
height
:
5.68rem
;
display
:
-webkit-box
;
display
:
-webkit-flex
;
display
:
flex
;
-webkit-box-orient
:
vertical
;
-webkit-flex-direction
:
column
;
flex-direction
:
column
;
-webkit-box-pack
:
center
;
-webkit-justify-content
:
center
;
justify-content
:
center
;
-webkit-box-align
:
center
;
-webkit-align-items
:
center
;
align-items
:
center
;
color
:
#00ffff
;
font-size
:
0.427rem
;
border
:
1px
solid
;
border-radius
:
0.133rem
;
}
.unbindState-dialog
div
img
{
display
:
block
;
width
:
1.733rem
;
height
:
1.733rem
;
margin-bottom
:
0.373rem
;
}
.custom-dialog
.u-dialog-box
.u-dialog-content
img
{
width
:
1.36rem
;
height
:
1.36rem
;
}
\ No newline at end of file
web/view/doorlockUsers/unlockInfo.css
View file @
427e69cf
@font-face
{
font-family
:
'defaultIconfont'
;
src
:
url('../../resources/font/defaultIconfont.ttf')
format
(
'truetype'
);
}
@font-face
{
font-family
:
'iconfont'
;
src
:
url('../../resources/font/iconfont.ttf')
format
(
'truetype'
);
}
@font-face
{
font-family
:
'tipFont'
;
src
:
url('../../resources/font/tipFont.ttf')
format
(
'truetype'
);
}
html
,
body
{
width
:
100%
;
height
:
100%
;
}
body
{
-webkit-user-select
:
none
;
user-select
:
none
;
color
:
#fff
;
font-size
:
0.373rem
;
background-color
:
#242635
;
}
ul
{
padding-left
:
0
;
list-style
:
none
;
margin-bottom
:
0
;
}
p
{
margin-bottom
:
0
;
}
.u-loading
{
position
:
fixed
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
z-index
:
1050
;
background-color
:
rgba
(
0
,
0
,
0
,
0.9
);
}
.u-loading
.u-loading-box
{
position
:
absolute
;
top
:
50%
;
left
:
0
;
-webkit-transform
:
translateY
(
-50%
);
transform
:
translateY
(
-50%
);
right
:
0
;
}
.u-loading
.u-loading-box
.u-loading-icon
{
width
:
30px
;
height
:
30px
;
background-position
:
center
;
background-repeat
:
no-repeat
;
background-image
:
url("../../resources/image/white_loading_icon.png")
;
-webkit-background-size
:
cover
;
background-size
:
cover
;
margin
:
0
auto
;
-webkit-animation
:
loading
1s
steps
(
12
,
end
)
infinite
;
animation
:
loading
1s
steps
(
12
,
end
)
infinite
;
}
.u-loading
.u-loading-box
.u-loading-text
{
color
:
#fff
;
margin-top
:
0.32rem
;
text-align
:
center
;
}
@-webkit-keyframes
loading
{
0
%
{
-webkit-transform
:
rotate3d
(
0
,
0
,
1
,
0deg
);
transform
:
rotate3d
(
0
,
0
,
1
,
0deg
);
}
100
%
{
-webkit-transform
:
rotate3d
(
0
,
0
,
1
,
360deg
);
transform
:
rotate3d
(
0
,
0
,
1
,
360deg
);
}
}
@keyframes
loading
{
0
%
{
-webkit-transform
:
rotate3d
(
0
,
0
,
1
,
0deg
);
transform
:
rotate3d
(
0
,
0
,
1
,
0deg
);
}
100
%
{
-webkit-transform
:
rotate3d
(
0
,
0
,
1
,
360deg
);
transform
:
rotate3d
(
0
,
0
,
1
,
360deg
);
}
}
.custom-loading
{
background-color
:
rgba
(
36
,
38
,
53
,
0.8
);
}
.custom-loading
.u-loading-box
{
color
:
#00ffff
;
}
.custom-loading
.u-loading-box
.u-loading-icon
{
font-size
:
0.427rem
;
margin
:
0
auto
;
width
:
3.750em
;
height
:
3.750em
;
position
:
relative
;
background
:
none
;
-webkit-animation
:
none
;
animation
:
none
;
}
.custom-loading
.u-loading-box
.u-loading-icon
:before
{
content
:
''
;
position
:
absolute
;
top
:
0
;
bottom
:
0
;
left
:
0
;
right
:
0
;
width
:
0.5em
;
height
:
0.5em
;
margin
:
auto
;
border-radius
:
50%
;
-webkit-transform
:
translateZ
(
0
)
scale
(
0.55
);
transform
:
translateZ
(
0
)
scale
(
0.55
);
-webkit-animation
:
loading
1.3s
infinite
linear
;
animation
:
loading
1.3s
infinite
linear
;
}
.custom-loading
.u-loading-box
.u-loading-text
{
color
:
inherit
;
font-size
:
0.427rem
;
margin-top
:
0.533rem
;
}
@-webkit-keyframes
loading
{
0
%,
100
%
{
-webkit-box-shadow
:
0
-3em
0
0.2em
,
2em
-2em
0
0em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
0
;
box-shadow
:
0
-3em
0
0.2em
,
2em
-2em
0
0em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
0
;
}
12
.5
%
{
-webkit-box-shadow
:
0
-3em
0
0
,
2em
-2em
0
0.2em
,
3em
0
0
0
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
0
,
2em
-2em
0
0.2em
,
3em
0
0
0
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
}
25
%
{
-webkit-box-shadow
:
0
-3em
0
-0.5em
,
2em
-2em
0
0
,
3em
0
0
0.2em
,
2em
2em
0
0
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-0.5em
,
2em
-2em
0
0
,
3em
0
0
0.2em
,
2em
2em
0
0
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
}
37
.5
%
{
-webkit-box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
0
,
2em
2em
0
0.2em
,
0
3em
0
0em
,
-2em
2em
0
-1em
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
0
,
2em
2em
0
0.2em
,
0
3em
0
0em
,
-2em
2em
0
-1em
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
}
50
%
{
-webkit-box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
0em
,
0
3em
0
0.2em
,
-2em
2em
0
0
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
0em
,
0
3em
0
0.2em
,
-2em
2em
0
0
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
}
62
.5
%
{
-webkit-box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
0
,
-2em
2em
0
0.2em
,
-3em
0
0
0
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
0
,
-2em
2em
0
0.2em
,
-3em
0
0
0
,
-2em
-2em
0
-1em
;
}
75
%
{
-webkit-box-shadow
:
0em
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0.2em
,
-2em
-2em
0
0
;
box-shadow
:
0em
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0.2em
,
-2em
-2em
0
0
;
}
87
.5
%
{
-webkit-box-shadow
:
0em
-3em
0
0
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0
,
-2em
-2em
0
0.2em
;
box-shadow
:
0em
-3em
0
0
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0
,
-2em
-2em
0
0.2em
;
}
}
@keyframes
loading
{
0
%,
100
%
{
-webkit-box-shadow
:
0
-3em
0
0.2em
,
2em
-2em
0
0em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
0
;
box-shadow
:
0
-3em
0
0.2em
,
2em
-2em
0
0em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
0
;
}
12
.5
%
{
-webkit-box-shadow
:
0
-3em
0
0
,
2em
-2em
0
0.2em
,
3em
0
0
0
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
0
,
2em
-2em
0
0.2em
,
3em
0
0
0
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
}
25
%
{
-webkit-box-shadow
:
0
-3em
0
-0.5em
,
2em
-2em
0
0
,
3em
0
0
0.2em
,
2em
2em
0
0
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-0.5em
,
2em
-2em
0
0
,
3em
0
0
0.2em
,
2em
2em
0
0
,
0
3em
0
-1em
,
-2em
2em
0
-1em
,
-3em
0
0
-1em
,
-2em
-2em
0
-1em
;
}
37
.5
%
{
-webkit-box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
0
,
2em
2em
0
0.2em
,
0
3em
0
0em
,
-2em
2em
0
-1em
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
0
,
2em
2em
0
0.2em
,
0
3em
0
0em
,
-2em
2em
0
-1em
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
}
50
%
{
-webkit-box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
0em
,
0
3em
0
0.2em
,
-2em
2em
0
0
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
0em
,
0
3em
0
0.2em
,
-2em
2em
0
0
,
-3em
0em
0
-1em
,
-2em
-2em
0
-1em
;
}
62
.5
%
{
-webkit-box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
0
,
-2em
2em
0
0.2em
,
-3em
0
0
0
,
-2em
-2em
0
-1em
;
box-shadow
:
0
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
0
,
-2em
2em
0
0.2em
,
-3em
0
0
0
,
-2em
-2em
0
-1em
;
}
75
%
{
-webkit-box-shadow
:
0em
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0.2em
,
-2em
-2em
0
0
;
box-shadow
:
0em
-3em
0
-1em
,
2em
-2em
0
-1em
,
3em
0em
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0.2em
,
-2em
-2em
0
0
;
}
87
.5
%
{
-webkit-box-shadow
:
0em
-3em
0
0
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0
,
-2em
-2em
0
0.2em
;
box-shadow
:
0em
-3em
0
0
,
2em
-2em
0
-1em
,
3em
0
0
-1em
,
2em
2em
0
-1em
,
0
3em
0
-1em
,
-2em
2em
0
0
,
-3em
0em
0
0
,
-2em
-2em
0
0.2em
;
}
}
.u-dialog
{
position
:
fixed
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
z-index
:
1051
;
background-color
:
rgba
(
0
,
0
,
0
,
0.9
);
}
.u-dialog
.u-dialog-box
{
position
:
absolute
;
top
:
50%
;
left
:
50%
;
-webkit-transform
:
translate
(
-50%
,
-50%
);
transform
:
translate
(
-50%
,
-50%
);
width
:
6.667rem
;
background-color
:
#fff
;
border-radius
:
0.32rem
;
}
.u-dialog
.u-dialog-box
.u-dialog-content
{
padding
:
0.4rem
;
text-align
:
center
;
position
:
relative
;
}
.u-dialog
.u-dialog-box
.u-dialog-content
:after
{
content
:
''
;
position
:
absolute
;
bottom
:
0
;
left
:
0
;
right
:
0
;
height
:
1px
;
background
:
#bbb
;
}
.u-dialog
.u-dialog-box
.u-dialog-button
{
display
:
table
;
width
:
100%
;
table-layout
:
fixed
;
border-collapse
:
separate
;
}
.u-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-cancel
,
.u-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-confirm
{
display
:
table-cell
;
color
:
#007aff
;
text-align
:
center
;
padding
:
0.4rem
0
;
line-height
:
1
;
position
:
relative
;
}
.u-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-cancel
:after
{
content
:
''
;
position
:
absolute
;
top
:
0
;
bottom
:
0
;
right
:
0
;
width
:
1px
;
-webkit-transform
:
scaleX
(
0.5
);
transform
:
scaleX
(
0.5
);
background-color
:
#bbb
;
}
.fade-enter-active
,
.fade-leave-active
{
-webkit-transition
:
opacity
0.5s
linear
;
transition
:
opacity
0.5s
linear
;
}
.fade-enter
,
.fade-leave-active
{
opacity
:
0
;
}
.custom-dialog
{
background-color
:
rgba
(
36
,
38
,
53
,
0.8
);
}
.custom-dialog
.u-dialog-box
{
width
:
8.933rem
;
border-radius
:
0.133rem
;
background-color
:
transparent
;
border
:
1px
solid
;
color
:
#00ffff
;
padding-bottom
:
0.4rem
;
}
.custom-dialog
.u-dialog-box
.u-dialog-content
{
width
:
100%
;
height
:
4.213rem
;
display
:
-webkit-box
;
display
:
-webkit-flex
;
display
:
flex
;
-webkit-box-orient
:
vertical
;
-webkit-flex-direction
:
column
;
flex-direction
:
column
;
-webkit-box-pack
:
center
;
-webkit-justify-content
:
center
;
justify-content
:
center
;
-webkit-box-align
:
center
;
-webkit-align-items
:
center
;
align-items
:
center
;
font-size
:
0.427rem
;
line-height
:
0.64rem
;
padding
:
0
0.587rem
;
}
.custom-dialog
.u-dialog-box
.u-dialog-content
span
{
width
:
1.36rem
;
height
:
1.36rem
;
background
:
url("../../resources/image/green_unbind_icon.png")
no-repeat
center
;
-webkit-background-size
:
cover
;
background-size
:
cover
;
margin-bottom
:
0.32rem
;
display
:
block
;
}
.custom-dialog
.u-dialog-box
.u-dialog-content
:after
{
display
:
none
;
}
.custom-dialog
.u-dialog-box
.u-dialog-button
{
border-spacing
:
0.667rem
0
;
}
.custom-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-cancel
,
.custom-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-confirm
{
width
:
3.467rem
;
border-radius
:
0.133rem
;
background-color
:
transparent
;
border
:
1px
solid
;
color
:
#00ffff
;
font-size
:
0.427rem
;
padding
:
0.267rem
0
;
}
.custom-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-cancel
:active
,
.custom-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-confirm
:active
{
background-color
:
#153D4C
;
}
.custom-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-cancel.disabled
,
.custom-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-confirm.disabled
{
background-color
:
transparent
;
color
:
#575a6d
;
}
.custom-dialog
.u-dialog-box
.u-dialog-button
.u-dialog-cancel
:after
{
display
:
none
;
}
.header
{
position
:
fixed
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
1.173rem
;
z-index
:
1030
;
background-color
:
#010d19
;
}
.header
p
{
position
:
absolute
;
top
:
0
;
left
:
1.467rem
;
right
:
1.467rem
;
line-height
:
1.173rem
;
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
color
:
#fff
;
font-size
:
0.507rem
;
text-align
:
center
;
}
.header
span
{
color
:
#00ffff
;
font-size
:
0.427rem
;
width
:
1.467rem
;
line-height
:
1.173rem
;
display
:
block
;
}
.header
span
:active
{
opacity
:
0.5
;
}
.header
.header-left
{
float
:
left
;
padding-left
:
0.213rem
;
}
.header
.header-right
{
float
:
right
;
padding-right
:
0.213rem
;
text-align
:
right
;
}
.header
.icon
{
color
:
#fff
;
font-family
:
iconfont
;
font-size
:
0.667rem
;
-webkit-font-smoothing
:
antialiased
;
line-height
:
1.173rem
;
}
.header
.icon.header-left
{
padding-left
:
0.133rem
;
}
.header
.icon.header-right
{
padding-right
:
0.133rem
;
}
.header
~
.content
{
padding-top
:
1.173rem
;
}
.title
{
height
:
1.28rem
;
line-height
:
1.227rem
;
position
:
relative
;
font-size
:
0.427rem
;
padding-left
:
1.12rem
;
border-bottom
:
2px
solid
#50515d
;
}
.title
~
.custom-swipe-list
{
top
:
2.453rem
;
}
/*
.u-list();
.custom-unlockInfo-list{
position: absolute;
top: 44px;
bottom: 0;
left: 0;
height: auto;
.u-list-scroll .u-list-row{
color: @UNLOCKINFOLIST-TEXT-COLOR;
font-size: @UNLOCKINFOLIST-TEXT-FONTSIZE;
padding: 18px 42px 8px;
&:after{
.white_gradient_border();
}
}
//上拉加载
.u-list-load{
.listLoad();
}
//list 无内容
.u-list-tip{
.bgImg("unlockNoCont.png");
background-position: top center;
background-repeat: no-repeat;
.background-size(70px 70px);
padding-top: 88px;
color: @LIST-NOCONTTIP-COLOR;
font-size: @LIST-NOCONTTIP-FONTSIZE;
}
}
*/
.u-swipe-list
{
width
:
100%
;
height
:
100%
;
position
:
relative
;
overflow
:
auto
;
}
.u-swipe-list-scroll
.u-swipe-list-row
{
position
:
relative
;
overflow
:
hidden
;
}
.u-swipe-list-scroll
.u-swipe-list-row
.u-swipe-list-handle
{
position
:
relative
;
-webkit-transition
:
left
0.4s
ease
;
transition
:
left
0.4s
ease
;
left
:
0
;
background-color
:
#fff
;
padding
:
0.4rem
0.533rem
;
display
:
-webkit-box
;
display
:
-webkit-flex
;
display
:
flex
;
-webkit-box-align
:
center
;
-webkit-align-items
:
center
;
align-items
:
center
;
z-index
:
2
;
}
.u-swipe-list-scroll
.u-swipe-list-row
.u-swipe-list-handle
.u-swipe-list-image
{
width
:
1.333rem
;
height
:
1.333rem
;
margin-right
:
0.267rem
;
}
.u-swipe-list-scroll
.u-swipe-list-row
.u-swipe-list-handle
.u-swipe-list-icon
{
margin-right
:
0.267rem
;
font-family
:
iconfont
;
font-size
:
0.533rem
;
-webkit-font-smoothing
:
antialiased
;
line-height
:
1
;
}
.u-swipe-list-scroll
.u-swipe-list-row
.u-swipe-list-handle
div
{
-webkit-box-flex
:
1
;
-webkit-flex
:
1
;
flex
:
1
;
min-width
:
0
;
}
.u-swipe-list-scroll
.u-swipe-list-row
.u-swipe-list-handle
.u-swipe-list-title
{
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
}
.u-swipe-list-scroll
.u-swipe-list-row
.u-swipe-list-handle
.u-swipe-list-subtitle
{
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
}
.u-swipe-list-scroll
.u-swipe-list-row
.u-swipe-list-button
{
position
:
absolute
;
top
:
0
;
bottom
:
0
;
right
:
0
;
z-index
:
1
;
}
.u-swipe-list-scroll
.u-swipe-list-row
.u-swipe-list-button
div
{
width
:
1.6rem
;
height
:
100%
;
display
:
-webkit-box
;
display
:
-webkit-flex
;
display
:
flex
;
-webkit-box-pack
:
center
;
-webkit-justify-content
:
center
;
justify-content
:
center
;
-webkit-box-align
:
center
;
-webkit-align-items
:
center
;
align-items
:
center
;
color
:
#fff
;
float
:
left
;
}
.u-swipe-list-scroll
.u-swipe-list-row
.u-swipe-list-button
div
:nth-last-of-type
(
1
)
{
background-color
:
#ff0000
;
}
.u-swipe-list-scroll
.u-swipe-list-row
.u-swipe-list-button
div
:nth-last-of-type
(
2
)
{
background-color
:
#bbb
;
}
.u-swipe-list-scroll
.u-swipe-list-row
:after
{
content
:
''
;
position
:
absolute
;
bottom
:
0
;
left
:
0
;
right
:
0
;
height
:
1px
;
background
:
#bbb
;
z-index
:
2
;
}
.u-swipe-list-scroll
.u-swipe-list-row.active
.u-swipe-list-handle
{
left
:
-3.2rem
;
}
.u-swipe-list-load
{
text-align
:
center
;
}
.u-swipeList-tip
{
position
:
absolute
;
top
:
50%
;
left
:
0
;
-webkit-transform
:
translateY
(
-50%
);
transform
:
translateY
(
-50%
);
width
:
100%
;
text-align
:
center
;
}
.tab
{
display
:
-webkit-box
;
display
:
-webkit-flex
;
display
:
flex
;
position
:
relative
;
border-bottom
:
1px
solid
#575a6d
;
}
.tab
li
{
-webkit-box-flex
:
1
;
-webkit-flex
:
1
;
flex
:
1
;
text-align
:
center
;
height
:
1.2rem
;
line-height
:
1.2rem
;
position
:
relative
;
color
:
#575a6d
;
font-size
:
0.427rem
;
}
.tab
li
:after
{
content
:
''
;
position
:
absolute
;
bottom
:
0
;
left
:
0
;
right
:
0
;
height
:
0.053rem
;
background-color
:
transparent
;
}
.tab
.newMsg
:before
{
content
:
''
;
position
:
absolute
;
top
:
0.24rem
;
right
:
0.587rem
;
width
:
7px
;
height
:
7px
;
border-radius
:
50%
;
background-color
:
#fc2168
;
z-index
:
3
;
}
.tab
.active
{
color
:
#fff
;
}
.tab
.active
:after
{
background-color
:
#FFF
;
}
.infoList-list
{
width
:
100%
;
overflow
:
auto
;
position
:
absolute
;
top
:
2.4rem
;
bottom
:
0
;
left
:
0
;
}
.infoList-list
.infoList-list-scroll
.infoList-list-row
{
position
:
relative
;
height
:
1.467rem
;
padding
:
0
1.12rem
;
display
:
-webkit-box
;
display
:
-webkit-flex
;
display
:
flex
;
-webkit-box-align
:
center
;
-webkit-align-items
:
center
;
align-items
:
center
;
}
.infoList-list
.infoList-list-scroll
.infoList-list-row
.infoList-list-handle
.u-swipe-list-title
{
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
font-size
:
0.427rem
;
}
.infoList-list
.infoList-list-scroll
.infoList-list-row
.infoList-list-handle
.u-swipe-list-subtitle
{
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
}
.infoList-list
.infoList-list-scroll
.infoList-list-row
.infoList-list-button
{
position
:
absolute
;
top
:
0
;
bottom
:
0
;
right
:
0.667rem
;
z-index
:
1
;
display
:
-webkit-box
;
display
:
-webkit-flex
;
display
:
flex
;
-webkit-box-align
:
center
;
-webkit-align-items
:
center
;
align-items
:
center
;
}
.infoList-list
.infoList-list-scroll
.infoList-list-row
.infoList-list-button
.infoList-list-buttonCont
{
float
:
left
;
padding
:
0.267rem
;
margin
:
0
0.133rem
;
color
:
#00f8dd
;
font-size
:
0.373rem
;
}
.infoList-list
.infoList-list-scroll
.infoList-list-row
.infoList-list-button
.infoList-list-buttonCont
img
{
width
:
0.613rem
;
height
:
0.613rem
;
}
.infoList-list
.infoList-list-scroll
.infoList-list-row
:after
{
content
:
''
;
position
:
absolute
;
bottom
:
0
;
left
:
0
;
right
:
0
;
height
:
1px
;
background
:
#bbb
;
background
:
-webkit-linear-gradient
(
left
,
#242635
,
#fff
,
#242635
);
background
:
linear-gradient
(
to
right
,
#242635
,
#fff
,
#242635
);
}
.infoList-list
.infoList-list-load
{
text-align
:
center
;
}
.infoList-list
.infoList-list-tip
{
position
:
absolute
;
top
:
50%
;
left
:
0
;
-webkit-transform
:
translateY
(
-50%
);
transform
:
translateY
(
-50%
);
width
:
100%
;
text-align
:
center
;
background-image
:
url("../../resources/image/unlockNoCont.png")
;
background-position
:
top
center
;
background-repeat
:
no-repeat
;
-webkit-background-size
:
1.867rem
1.867rem
;
background-size
:
1.867rem
1.867rem
;
color
:
#91929a
;
font-size
:
0.427rem
;
padding-top
:
2.347rem
;
}
.infoList-list
.noHistory-list-tip
{
background-image
:
url("../../resources/image/noCont.png")
;
background-position
:
top
center
;
background-repeat
:
no-repeat
;
-webkit-background-size
:
1.867rem
1.867rem
;
background-size
:
1.867rem
1.867rem
;
color
:
#91929a
;
font-size
:
0.427rem
;
padding-top
:
2.347rem
;
}
.opendoorMode
{
border
:
solid
#50515d
;
border-width
:
2px
0
;
overflow
:
hidden
;
}
.modeSelect
{
padding
:
0.267rem
1.12rem
;
font-size
:
0
;
margin
:
0
-0.32rem
;
position
:
relative
;
}
.modeSelect
li
{
color
:
#00ffff
;
font-size
:
0.373rem
;
border
:
1px
solid
;
position
:
relative
;
width
:
2.133rem
;
display
:
inline-block
;
text-align
:
center
;
line-height
:
1
;
padding
:
0.213rem
0
;
border-radius
:
0.133rem
;
margin
:
0.267rem
0.32rem
;
}
.modeSelect
li
:before
{
content
:
'\e631'
;
position
:
absolute
;
top
:
50%
;
-webkit-transform
:
translate
(
-0.427rem
,
-50%
);
transform
:
translate
(
-0.427rem
,
-50%
);
font-family
:
iconfont
;
font-size
:
0.4rem
;
-webkit-font-smoothing
:
antialiased
;
line-height
:
1
;
display
:
none
;
}
.modeSelect
li
.active
{
background-color
:
#153D4C
;
}
.modeSelect
li
.active
:before
{
display
:
inline-block
;
}
.u-select
{
width
:
100%
;
height
:
100%
;
overflow
:
auto
;
position
:
relative
;
}
.u-select-scroll
.u-select-row
{
padding
:
0.4rem
1.2rem
0.4rem
0.533rem
;
position
:
relative
;
display
:
-webkit-box
;
display
:
-webkit-flex
;
display
:
flex
;
-webkit-box-align
:
center
;
-webkit-align-items
:
center
;
align-items
:
center
;
}
.u-select-scroll
.u-select-row
.u-select-image
{
width
:
1.333rem
;
height
:
1.333rem
;
margin-right
:
0.267rem
;
}
.u-select-scroll
.u-select-row
.u-select-icon
{
margin-right
:
0.267rem
;
font-family
:
iconfont
;
font-size
:
0.533rem
;
-webkit-font-smoothing
:
antialiased
;
line-height
:
1
;
}
.u-select-scroll
.u-select-row
div
{
-webkit-box-flex
:
1
;
-webkit-flex
:
1
;
flex
:
1
;
min-width
:
0
;
}
.u-select-scroll
.u-select-row
.u-select-title
{
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
}
.u-select-scroll
.u-select-row
.u-select-subtitle
{
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
}
.u-select-scroll
.u-select-row
:before
{
content
:
'\e7a1'
;
position
:
absolute
;
top
:
50%
;
right
:
0.4rem
;
-webkit-transform
:
translateY
(
-50%
);
transform
:
translateY
(
-50%
);
font-family
:
defaultIconfont
;
font-size
:
0.667rem
;
-webkit-font-smoothing
:
antialiased
;
line-height
:
1
;
display
:
none
;
}
.u-select-scroll
.u-select-row
:after
{
content
:
''
;
position
:
absolute
;
bottom
:
0
;
left
:
0
;
right
:
0
;
height
:
1px
;
background
:
#bbb
;
}
.u-select-scroll
.u-select-row.active
:before
{
display
:
block
;
}
.u-select-load
{
text-align
:
center
;
}
.u-select-tip
{
position
:
absolute
;
top
:
50%
;
left
:
0
;
-webkit-transform
:
translateY
(
-50%
);
transform
:
translateY
(
-50%
);
width
:
100%
;
text-align
:
center
;
}
.custom-select
{
position
:
absolute
;
top
:
7.093rem
;
bottom
:
5.627rem
;
left
:
0
;
height
:
auto
;
}
.custom-select
.u-select-scroll
.u-select-row
{
display
:
block
;
font-size
:
0.427rem
;
padding
:
0.587rem
2.133rem
0.293rem
1.12rem
;
}
.custom-select
.u-select-scroll
.u-select-row
.u-select-title
{
float
:
left
;
margin-right
:
0.96rem
;
}
.custom-select
.u-select-scroll
.u-select-row
:before
{
content
:
'\e6a9'
;
top
:
auto
;
bottom
:
0.24rem
;
right
:
1.12rem
;
font-family
:
iconfont
;
color
:
#00ffff
;
-webkit-transform
:
none
;
transform
:
none
;
display
:
block
;
}
.custom-select
.u-select-scroll
.u-select-row
:after
{
background
:
-webkit-linear-gradient
(
left
,
#242635
,
#fff
,
#242635
);
background
:
linear-gradient
(
to
right
,
#242635
,
#fff
,
#242635
);
}
.custom-select
.u-select-scroll
.u-select-row.active
:before
{
content
:
'\e6aa'
;
}
.custom-select
.u-select-load
{
color
:
#00ffff
;
font-size
:
0.427rem
;
-webkit-transform
:
scale
(
0.7
);
transform
:
scale
(
0.7
);
height
:
0.933rem
;
line-height
:
0.933rem
;
}
.custom-select
.u-select-tip
{
top
:
2.133rem
;
-webkit-transform
:
none
;
transform
:
none
;
background-image
:
url("../../resources/image/noCont.png")
;
background-position
:
top
center
;
background-repeat
:
no-repeat
;
-webkit-background-size
:
1.2rem
1.2rem
;
background-size
:
1.2rem
1.2rem
;
color
:
#91929a
;
font-size
:
inherit
;
padding-top
:
1.52rem
;
}
.position
{
position
:
absolute
;
bottom
:
3.253rem
;
left
:
0
;
width
:
100%
;
}
.tip
{
text-align
:
center
;
color
:
#A0A0A7
;
}
.u-switch
{
position
:
relative
;
width
:
2.667rem
;
height
:
1.333rem
;
}
.u-switch
.u-switch-handle
{
position
:
absolute
;
top
:
50%
;
left
:
50%
;
-webkit-transform
:
translate
(
-50%
,
-50%
);
transform
:
translate
(
-50%
,
-50%
);
width
:
1.333rem
;
height
:
0.8rem
;
border
:
2px
solid
;
border-radius
:
0.533rem
;
-webkit-transition
:
background-color
ease-in-out
0.2s
,
border
ease-in-out
0.2s
;
transition
:
background-color
ease-in-out
0.2s
,
border
ease-in-out
0.2s
;
}
.u-switch
.u-switch-handle
:before
{
content
:
''
;
position
:
absolute
;
z-index
:
1
;
top
:
-1px
;
width
:
0.747rem
;
height
:
0.747rem
;
-webkit-transition
:
left
0.2s
ease-in-out
;
transition
:
left
0.2s
ease-in-out
;
border-radius
:
50%
;
background-color
:
#fff
;
-webkit-box-shadow
:
0
0.053rem
0.133rem
rgba
(
0
,
0
,
0
,
0.4
);
box-shadow
:
0
0.053rem
0.133rem
rgba
(
0
,
0
,
0
,
0.4
);
}
.u-switch.u-switch-on
.u-switch-handle
{
border-color
:
#4cd964
;
background-color
:
#4cd964
;
}
.u-switch.u-switch-on
.u-switch-handle
:before
{
left
:
0.48rem
;
}
.u-switch.u-switch-off
.u-switch-handle
{
border-color
:
#bbb
;
background-color
:
#bbb
;
}
.u-switch.u-switch-off
.u-switch-handle
:before
{
left
:
-1px
;
}
.u-switch.disabled
{
opacity
:
0.3
;
}
.custom-setHijack-switch
{
width
:
5.333rem
;
height
:
auto
;
text-align
:
center
;
color
:
#00ffff
;
margin
:
0.72rem
auto
0
;
padding
:
0.267rem
0
;
}
.custom-setHijack-switch
.u-switch-handle
{
position
:
relative
;
top
:
auto
;
left
:
auto
;
-webkit-transform
:
none
;
transform
:
none
;
width
:
0.453rem
;
height
:
0.453rem
;
border
:
0
;
border-radius
:
0
;
display
:
inline-block
;
vertical-align
:
middle
;
margin-right
:
0.16rem
;
}
.custom-setHijack-switch
.u-switch-handle
:before
{
font-family
:
iconfont
;
font-size
:
0.453rem
;
-webkit-font-smoothing
:
antialiased
;
line-height
:
1
;
top
:
0
;
width
:
auto
;
height
:
auto
;
border-radius
:
0
;
background-color
:
transparent
;
-webkit-box-shadow
:
none
;
box-shadow
:
none
;
}
.custom-setHijack-switch
.u-switch-text
{
display
:
inline-block
;
vertical-align
:
middle
;
}
.custom-setHijack-switch.u-switch-on
.u-switch-handle
{
background-color
:
transparent
;
}
.custom-setHijack-switch.u-switch-on
.u-switch-handle
:before
{
content
:
'\e6aa'
;
left
:
0
;
}
.custom-setHijack-switch.u-switch-off
.u-switch-handle
{
background-color
:
transparent
;
}
.custom-setHijack-switch.u-switch-off
.u-switch-handle
:before
{
content
:
'\e6a9'
;
left
:
0
;
}
.u-button
{
width
:
6.4rem
;
color
:
#fff
;
font-size
:
inherit
;
background-color
:
#007aff
;
border-radius
:
0.533rem
;
text-align
:
center
;
line-height
:
1
;
margin
:
0
auto
;
padding
:
0.267rem
0
;
-webkit-transition
:
all
0.2s
linear
;
transition
:
all
0.2s
linear
;
background-clip
:
padding-box
;
}
.u-button
:active
{
background-color
:
#0065ff
;
}
.u-button.disabled
{
background-color
:
#bbb
;
}
.custom-button
{
width
:
7.333rem
;
border-radius
:
0.133rem
;
background-color
:
transparent
;
border
:
1px
solid
;
color
:
#00ffff
;
font-size
:
0.427rem
;
position
:
absolute
;
bottom
:
1.733rem
;
left
:
0
;
right
:
0
;
}
.custom-button
:active
{
background-color
:
#153D4C
;
}
.custom-button.disabled
{
background-color
:
transparent
;
color
:
#575a6d
;
}
.guide-dialog
{
position
:
fixed
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
z-index
:
1051
;
background-color
:
rgba
(
36
,
38
,
53
,
0.8
);
}
.guide-dialog
.guideStep1
{
position
:
absolute
;
top
:
1.227rem
;
left
:
0
;
width
:
100%
;
}
.guide-dialog
.guideStep1
.modeSelect
:after
{
content
:
''
;
position
:
absolute
;
top
:
0
;
left
:
0
;
right
:
0
;
width
:
9.6rem
;
height
:
100%
;
margin
:
0
auto
;
border
:
2px
dashed
;
border-radius
:
0.133rem
;
}
.guide-dialog
.guideStep1
.guideStep1Tip
{
background-image
:
url("../../resources/image/guideArrow1.png")
;
background-position
:
5.067rem
top
;
background-repeat
:
no-repeat
;
-webkit-background-size
:
0.64rem
1.52rem
;
background-size
:
0.64rem
1.52rem
;
padding-top
:
1.707rem
;
margin-top
:
-0.053rem
;
font-size
:
0.507rem
;
font-family
:
tipFont
;
text-align
:
center
;
}
.guide-dialog
.guideStep3
{
position
:
absolute
;
top
:
3.92rem
;
left
:
0
;
width
:
100%
;
}
.guide-dialog
.guideStep3
.guideStep3Tip
{
background-image
:
url("../../resources/image/guideArrow3.png")
;
background-position
:
4.907rem
bottom
;
background-repeat
:
no-repeat
;
-webkit-background-size
:
0.427rem
1.733rem
;
background-size
:
0.427rem
1.733rem
;
padding-bottom
:
2.053rem
;
margin-bottom
:
-0.053rem
;
font-size
:
0.507rem
;
font-family
:
tipFont
;
text-align
:
center
;
line-height
:
0.613rem
;
}
.guide-dialog
.guideStep3
.guideStep3Tip
span
{
color
:
#00ffff
;
}
.guide-dialog
.guideStep3
.guideStep3Cont
{
position
:
relative
;
padding-bottom
:
0.187rem
;
}
.guide-dialog
.guideStep3
.guideStep3Cont
ul
li
{
font-size
:
0.427rem
;
padding
:
0.587rem
2.133rem
0.293rem
1.12rem
;
position
:
relative
;
}
.guide-dialog
.guideStep3
.guideStep3Cont
ul
li
p
:nth-child
(
1
)
{
float
:
left
;
margin-right
:
0.96rem
;
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
}
.guide-dialog
.guideStep3
.guideStep3Cont
ul
li
p
:nth-child
(
2
)
{
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
}
.guide-dialog
.guideStep3
.guideStep3Cont
ul
li
:before
{
content
:
'\e6a9'
;
position
:
absolute
;
bottom
:
0.24rem
;
right
:
1.12rem
;
font-family
:
iconfont
;
font-size
:
0.667rem
;
-webkit-font-smoothing
:
antialiased
;
line-height
:
1
;
color
:
#00ffff
;
}
.guide-dialog
.guideStep3
.guideStep3Cont
ul
li
:after
{
content
:
''
;
position
:
absolute
;
bottom
:
0
;
left
:
0
;
right
:
0
;
height
:
1px
;
background
:
-webkit-linear-gradient
(
left
,
#242635
,
#fff
,
#242635
);
background
:
linear-gradient
(
to
right
,
#242635
,
#fff
,
#242635
);
}
.guide-dialog
.guideStep3
.guideStep3Cont
ul
li
.active
:before
{
content
:
'\e6aa'
;
}
.guide-dialog
.guideStep3
.guideStep3Cont
:after
{
content
:
''
;
position
:
absolute
;
top
:
0
;
left
:
0
;
right
:
0
;
width
:
9.6rem
;
height
:
100%
;
margin
:
0
auto
;
border
:
2px
dashed
;
border-radius
:
0.133rem
;
}
.guide-dialog
.guideStep5
{
position
:
absolute
;
bottom
:
3.093rem
;
left
:
0
;
width
:
100%
;
}
.guide-dialog
.guideStep5
.guideStep5Tip
{
background-image
:
url("../../resources/image/guideArrow4.png")
;
background-position
:
4.373rem
bottom
;
background-repeat
:
no-repeat
;
-webkit-background-size
:
1.04rem
4.773rem
;
background-size
:
1.04rem
4.773rem
;
padding-bottom
:
5.013rem
;
margin-bottom
:
-0.08rem
;
font-size
:
0.507rem
;
font-family
:
tipFont
;
text-align
:
center
;
line-height
:
0.613rem
;
}
.guide-dialog
.guideStep5
.guideStep5Cont
{
position
:
relative
;
}
.guide-dialog
.guideStep5
.guideStep5Cont
p
{
text-align
:
center
;
position
:
relative
;
color
:
#00ffff
;
padding
:
0.453rem
0
;
}
.guide-dialog
.guideStep5
.guideStep5Cont
p
:before
{
content
:
'\e6a9'
;
font-family
:
iconfont
;
font-size
:
0.453rem
;
-webkit-font-smoothing
:
antialiased
;
line-height
:
1
;
display
:
inline-block
;
vertical-align
:
middle
;
margin-right
:
0.24rem
;
}
.guide-dialog
.guideStep5
.guideStep5Cont
p
.active
:before
{
content
:
'\e6aa'
;
}
.guide-dialog
.guideStep5
.guideStep5Cont
:after
{
content
:
''
;
position
:
absolute
;
top
:
0
;
left
:
0
;
right
:
0
;
width
:
9.6rem
;
height
:
100%
;
margin
:
0
auto
;
border
:
2px
dashed
;
border-radius
:
0.133rem
;
}
.guide-dialog
.guideStep2
,
.guide-dialog
.guideStep4
,
.guide-dialog
.guideStep6
{
position
:
absolute
;
bottom
:
1.733rem
;
left
:
0
;
width
:
100%
;
}
.guide-dialog
.custom-dialog-button
{
width
:
5.333rem
;
border-radius
:
0.133rem
;
background-color
:
transparent
;
border
:
1px
solid
;
color
:
#00ffff
;
font-size
:
0.427rem
;
}
.guide-dialog
.custom-dialog-button
:active
{
background-color
:
#153D4C
;
}
.guide-dialog
.custom-dialog-button.disabled
{
background-color
:
transparent
;
color
:
#575a6d
;
}
@media
(
min-width
:
360px
/*no*/
)
and
(
max-height
:
570px
/*no*/
)
{
.custom-button
{
bottom
:
1.2rem
;
}
.guide-dialog
.guideStep2
,
.guide-dialog
.guideStep4
,
.guide-dialog
.guideStep6
{
bottom
:
1.2rem
;
}
.guide-dialog
.guideStep5
{
bottom
:
2.56rem
;
}
.custom-select
{
bottom
:
4.747rem
;
}
.position
{
bottom
:
2.72rem
;
}
.custom-setHijack-switch
{
margin-top
:
0.373rem
;
}
}
\ No newline at end of file
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