...
|
...
|
@@ -50,7 +50,7 @@ |
|
|
top: 20rem / $pxConvertRem;
|
|
|
width: 352rem / $pxConvertRem;
|
|
|
height: 56rem / $pxConvertRem;
|
|
|
padding-right: 40rem / $pxConvertRem;
|
|
|
padding-right: 80rem / $pxConvertRem;
|
|
|
z-index: 1;
|
|
|
transition: width 400ms;
|
|
|
box-sizing: border-box;
|
...
|
...
|
@@ -59,7 +59,7 @@ |
|
|
}
|
|
|
input {
|
|
|
float: left;
|
|
|
width: 100%;
|
|
|
width: 96%;
|
|
|
font-size: 28rem / $pxConvertRem;
|
|
|
padding: 10rem / $pxConvertRem;
|
|
|
color: #999;
|
...
|
...
|
|