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
2a424285
Commit
2a424285
authored
Oct 17, 2017
by
朱建香
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'wangying' of
http://192.168.2.91/gitlab/iot-project-js/doorlock
into zjx
parents
16f1a28b
7edec0f6
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
21 deletions
+27
-21
History.md
+6
-1
web/lib/less/doorlockUsers/unlockInfo.less
+11
-9
web/view/doorlockUsers/unlockInfo.css
+10
-11
No files found.
History.md
View file @
2a424285
1.0.9 / 2017-10-12
1.1.0 / 2017-10-17
==================
*
1.修改绑定开锁信息页面样式
1.
0.9 / 2017-10-12
==================
*
1.上传门锁管理、门锁用户、邀请绑定、绑定开锁信息页面样式
...
...
web/lib/less/doorlockUsers/unlockInfo.less
View file @
2a424285
...
...
@@ -69,29 +69,31 @@
ul{
padding: 11px 42px;
font-size: 0;
margin: 0 -
12
px;
margin: 0 -
5
px;
li{
color: #00ffff;
font-size: 1
4
px;
font-size: 1
3
px;
border: 1px solid;/*no*/
position: relative;
width:
8
0px;
width:
9
0px;
display: inline-block;
text-align: center;
line-height: 1;
padding: 8px 0;
border-radius: 5px;
margin: 10px
12
px;
&:
after
{
margin: 10px
5
px;
&:
before
{
content: '\e631';
.transformV_center(left,5px);
.iconfont(16px);
position: absolute;
top: 50%;
.transform(translate(-14px,-50%));
.iconfont(12px);
display: none;
}
&.active{
background-color: #153D4C;
&:
after
{
display: block;
&:
before
{
display:
inline-
block;
}
}
}
...
...
web/view/doorlockUsers/unlockInfo.css
View file @
2a424285
...
...
@@ -532,32 +532,31 @@ p {
.opendoorMode
ul
{
padding
:
0.293rem
1.12rem
;
font-size
:
0
;
margin
:
0
-0.
32
rem
;
margin
:
0
-0.
133
rem
;
}
.opendoorMode
ul
li
{
color
:
#00ffff
;
font-size
:
0.3
73
rem
;
font-size
:
0.3
47
rem
;
border
:
1px
solid
;
position
:
relative
;
width
:
2.
133
rem
;
width
:
2.
4
rem
;
display
:
inline-block
;
text-align
:
center
;
line-height
:
1
;
padding
:
0.213rem
0
;
border-radius
:
0.133rem
;
margin
:
0.267rem
0.
32
rem
;
margin
:
0.267rem
0.
133
rem
;
}
.opendoorMode
ul
li
:
after
{
.opendoorMode
ul
li
:
before
{
content
:
'\e631'
;
position
:
absolute
;
top
:
50%
;
left
:
0.133rem
;
-webkit-transform
:
translateY
(
-50%
);
transform
:
translateY
(
-50%
);
-webkit-transform
:
translate
(
-0.373rem
,
-50%
);
transform
:
translate
(
-0.373rem
,
-50%
);
font-family
:
iconfont
;
font-size
:
0.
427
rem
;
font-size
:
0.
32
rem
;
-webkit-font-smoothing
:
antialiased
;
line-height
:
1
;
display
:
none
;
...
...
@@ -567,8 +566,8 @@ p {
background-color
:
#153D4C
;
}
.opendoorMode
ul
li
.active
:
after
{
display
:
block
;
.opendoorMode
ul
li
.active
:
before
{
display
:
inline-
block
;
}
.u-select
{
...
...
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