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
felix
DoorLock
Commits
000cabc1
Commit
000cabc1
authored
Feb 08, 2018
by
wjd
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'jianxiang' into 'debug'
Jianxiang See merge request iot-project-js/doorlock!39
parents
a4cf43ad
8029f26c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
8 deletions
+9
-8
dev/config/lang.js
+2
-1
web/lib/less/device/device.less
+3
-3
web/resources/image/red_securityAlarmLight_icon.png
+0
-0
web/view/device/device.css
+4
-4
No files found.
dev/config/lang.js
View file @
000cabc1
...
...
@@ -2,7 +2,7 @@ const path = require('path');
const
srcPath
=
path
.
join
(
__dirname
,
".."
,
"src"
);
const
outputPath
=
"../resources/lang/"
;
module
.
exports
=
{
lang
:[
"zh"
,
"en"
],
lang
:[
"zh"
],
group
:
srcPath
,
output
:
outputPath
};
\ No newline at end of file
web/lib/less/device/device.less
View file @
000cabc1
...
...
@@ -188,11 +188,11 @@
.bgImg("red_securityAlarm_icon.png");
&:before{
content: '';
width: 100%;
height: 100%;
display: block;
position: absolute;
.bgImgSize(40px,40px,"red_securityAlarmLight_icon.png",center,cover);
top: 0;
left: 0;
.bgImgSize(100%,100%,"red_securityAlarmLight_icon.png",center,cover);
.animation(alarmLight 2.5s linear infinite);
}
}
...
...
web/resources/image/red_securityAlarmLight_icon.png
0 → 100644
View file @
000cabc1
1.98 KB
web/view/device/device.css
View file @
000cabc1
...
...
@@ -1143,12 +1143,12 @@ p {
.securityAlarm_img
:before
{
content
:
''
;
width
:
100%
;
height
:
100%
;
display
:
block
;
position
:
absolute
;
width
:
1.067rem
;
height
:
1.067rem
;
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
;
...
...
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