Commit 2a424285 by 朱建香

Merge branch 'wangying' of http://192.168.2.91/gitlab/iot-project-js/doorlock into zjx

parents 16f1a28b 7edec0f6
1.0.9 / 2017-10-12 1.1.0 / 2017-10-17
==================
* 1.修改绑定开锁信息页面样式
1.0.9 / 2017-10-12
================== ==================
* 1.上传门锁管理、门锁用户、邀请绑定、绑定开锁信息页面样式 * 1.上传门锁管理、门锁用户、邀请绑定、绑定开锁信息页面样式
......
...@@ -69,29 +69,31 @@ ...@@ -69,29 +69,31 @@
ul{ ul{
padding: 11px 42px; padding: 11px 42px;
font-size: 0; font-size: 0;
margin: 0 -12px; margin: 0 -5px;
li{ li{
color: #00ffff; color: #00ffff;
font-size: 14px; font-size: 13px;
border: 1px solid;/*no*/ border: 1px solid;/*no*/
position: relative; position: relative;
width: 80px; width: 90px;
display: inline-block; display: inline-block;
text-align: center; text-align: center;
line-height: 1; line-height: 1;
padding: 8px 0; padding: 8px 0;
border-radius: 5px; border-radius: 5px;
margin: 10px 12px; margin: 10px 5px;
&:after{ &:before{
content: '\e631'; content: '\e631';
.transformV_center(left,5px); position: absolute;
.iconfont(16px); top: 50%;
.transform(translate(-14px,-50%));
.iconfont(12px);
display: none; display: none;
} }
&.active{ &.active{
background-color: #153D4C; background-color: #153D4C;
&:after{ &:before{
display: block; display: inline-block;
} }
} }
} }
......
...@@ -532,32 +532,31 @@ p { ...@@ -532,32 +532,31 @@ p {
.opendoorMode ul { .opendoorMode ul {
padding: 0.293rem 1.12rem; padding: 0.293rem 1.12rem;
font-size: 0; font-size: 0;
margin: 0 -0.32rem; margin: 0 -0.133rem;
} }
.opendoorMode ul li { .opendoorMode ul li {
color: #00ffff; color: #00ffff;
font-size: 0.373rem; font-size: 0.347rem;
border: 1px solid; border: 1px solid;
position: relative; position: relative;
width: 2.133rem; width: 2.4rem;
display: inline-block; display: inline-block;
text-align: center; text-align: center;
line-height: 1; line-height: 1;
padding: 0.213rem 0; padding: 0.213rem 0;
border-radius: 0.133rem; border-radius: 0.133rem;
margin: 0.267rem 0.32rem; margin: 0.267rem 0.133rem;
} }
.opendoorMode ul li:after { .opendoorMode ul li:before {
content: '\e631'; content: '\e631';
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 0.133rem; -webkit-transform: translate(-0.373rem, -50%);
-webkit-transform: translateY(-50%); transform: translate(-0.373rem, -50%);
transform: translateY(-50%);
font-family: iconfont; font-family: iconfont;
font-size: 0.427rem; font-size: 0.32rem;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
line-height: 1; line-height: 1;
display: none; display: none;
...@@ -567,8 +566,8 @@ p { ...@@ -567,8 +566,8 @@ p {
background-color: #153D4C; background-color: #153D4C;
} }
.opendoorMode ul li.active:after { .opendoorMode ul li.active:before {
display: block; display: inline-block;
} }
.u-select { .u-select {
......
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