Commit 576447a4 by 朱建香

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

parents 7413b195 c0af337f
...@@ -100,14 +100,14 @@ ...@@ -100,14 +100,14 @@
} }
//x icon //x icon
.u-text-clear{ .u-text-clear{
right: 37px; right: 25px;
&:before{ &:before{
content: '\e601'; content: '\e724';
} }
} }
//眼睛 icon //眼睛 icon
.u-text-see{ .u-text-see{
right: 7px; right: -7px;
&:before{ &:before{
content: '\e6b2'; content: '\e6b2';
} }
......
...@@ -717,15 +717,15 @@ p { ...@@ -717,15 +717,15 @@ p {
} }
.custom-password-text .u-text-clear { .custom-password-text .u-text-clear {
right: 0.987rem; right: 0.667rem;
} }
.custom-password-text .u-text-clear:before { .custom-password-text .u-text-clear:before {
content: '\e601'; content: '\e724';
} }
.custom-password-text .u-text-see { .custom-password-text .u-text-see {
right: 0.187rem; right: -0.187rem;
} }
.custom-password-text .u-text-see:before { .custom-password-text .u-text-see:before {
......
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