Commit 000cabc1 by wjd

Merge branch 'jianxiang' into 'debug'

Jianxiang

See merge request iot-project-js/doorlock!39
parents a4cf43ad 8029f26c
...@@ -2,7 +2,7 @@ const path = require('path'); ...@@ -2,7 +2,7 @@ const path = require('path');
const srcPath = path.join(__dirname,"..","src"); const srcPath = path.join(__dirname,"..","src");
const outputPath = "../resources/lang/"; const outputPath = "../resources/lang/";
module.exports = { module.exports = {
lang:["zh","en"], lang:["zh"],
group:srcPath, group:srcPath,
output:outputPath output:outputPath
}; };
\ No newline at end of file
...@@ -188,11 +188,11 @@ ...@@ -188,11 +188,11 @@
.bgImg("red_securityAlarm_icon.png"); .bgImg("red_securityAlarm_icon.png");
&:before{ &:before{
content: ''; content: '';
width: 100%;
height: 100%;
display: block; display: block;
position: absolute; 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); .animation(alarmLight 2.5s linear infinite);
} }
} }
......
...@@ -1143,12 +1143,12 @@ p { ...@@ -1143,12 +1143,12 @@ p {
.securityAlarm_img:before { .securityAlarm_img:before {
content: ''; content: '';
width: 100%;
height: 100%;
display: block; display: block;
position: absolute; position: absolute;
width: 1.067rem; top: 0;
height: 1.067rem; left: 0;
width: 100%;
height: 100%;
background: url("../../resources/image/red_securityAlarmLight_icon.png") no-repeat center; background: url("../../resources/image/red_securityAlarmLight_icon.png") no-repeat center;
-webkit-background-size: cover; -webkit-background-size: cover;
background-size: cover; background-size: cover;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment