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
8029f26c
Commit
8029f26c
authored
Feb 08, 2018
by
朱建香
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式更改
parent
bd80ecf7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
9 deletions
+24
-9
web/lib/less/device/device.less
+9
-9
web/resources/image/red_securityAlarmLight_icon.png
+0
-0
web/resources/image/red_securityAlarm_icon.png
+0
-0
web/view/device/device.css
+15
-0
No files found.
web/lib/less/device/device.less
View file @
8029f26c
...
@@ -186,15 +186,15 @@
...
@@ -186,15 +186,15 @@
.securityAlarm_img{
.securityAlarm_img{
.bgImg("red_securityAlarm_icon.png");
.bgImg("red_securityAlarm_icon.png");
//
&:before{
&:before{
//
content: '';
content: '';
//
display: block;
display: block;
//
position: absolute;
position: absolute;
//
top: 0;
top: 0;
//
left: 0;
left: 0;
//
.bgImgSize(100%,100%,"red_securityAlarmLight_icon.png",center,cover);
.bgImgSize(100%,100%,"red_securityAlarmLight_icon.png",center,cover);
//
.animation(alarmLight 2.5s linear infinite);
.animation(alarmLight 2.5s linear infinite);
//
}
}
}
}
.redDoorbellBg{
.redDoorbellBg{
...
...
web/resources/image/red_securityAlarmLight_icon.png
0 → 100644
View file @
8029f26c
1.98 KB
web/resources/image/red_securityAlarm_icon.png
View replaced file @
bd80ecf7
View file @
8029f26c
3.67 KB
|
W:
|
H:
2.78 KB
|
W:
|
H:
2-up
Swipe
Onion skin
web/view/device/device.css
View file @
8029f26c
...
@@ -1141,6 +1141,21 @@ p {
...
@@ -1141,6 +1141,21 @@ p {
background-image
:
url("../../resources/image/red_securityAlarm_icon.png")
;
background-image
:
url("../../resources/image/red_securityAlarm_icon.png")
;
}
}
.securityAlarm_img
:before
{
content
:
''
;
display
:
block
;
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
background
:
url("../../resources/image/red_securityAlarmLight_icon.png")
no-repeat
center
;
-webkit-background-size
:
cover
;
background-size
:
cover
;
-webkit-animation
:
alarmLight
2.5s
linear
infinite
;
animation
:
alarmLight
2.5s
linear
infinite
;
}
.redDoorbellBg
{
.redDoorbellBg
{
background
:
-webkit-linear-gradient
(
#ff4799
,
#fff
,
#fff
,
#fff
,
#ff4799
);
background
:
-webkit-linear-gradient
(
#ff4799
,
#fff
,
#fff
,
#fff
,
#ff4799
);
background
:
linear-gradient
(
#ff4799
,
#fff
,
#fff
,
#fff
,
#ff4799
);
background
:
linear-gradient
(
#ff4799
,
#fff
,
#fff
,
#fff
,
#ff4799
);
...
...
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