...
|
...
|
@@ -4,15 +4,15 @@ |
|
|
color: #fff;
|
|
|
width: 100%;
|
|
|
overflow: hidden;
|
|
|
height: 44px;
|
|
|
line-height: 44px;
|
|
|
height: 88rem / $pxConvertRem;
|
|
|
line-height: 88rem / $pxConvertRem;
|
|
|
|
|
|
.nav-back {
|
|
|
position: absolute;
|
|
|
left: 17px;
|
|
|
top: 14px;
|
|
|
width: 9px;
|
|
|
height: 16px;
|
|
|
left: 34rem / $pxConvertRem;
|
|
|
top: 28rem / $pxConvertRem;
|
|
|
width: 18rem / $pxConvertRem;
|
|
|
height: 32rem / $pxConvertRem;
|
|
|
background: image-url('layout/back.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
outline: none;
|
...
|
...
|
@@ -20,8 +20,8 @@ |
|
|
|
|
|
.nav-home {
|
|
|
position: absolute;
|
|
|
top: 14px;
|
|
|
right: 17px;
|
|
|
top: 28rem / $pxConvertRem;
|
|
|
right: 34rem / $pxConvertRem;
|
|
|
width: 20px;
|
|
|
height: 20px;
|
|
|
background: image-url('layout/home.png') no-repeat;
|
...
|
...
|
@@ -31,10 +31,10 @@ |
|
|
|
|
|
.nav-title {
|
|
|
position: absolute;
|
|
|
margin-left: 26px;
|
|
|
margin-right: 32px;
|
|
|
margin-left: 52rem / $pxConvertRem;
|
|
|
margin-right: 64rem / $pxConvertRem;
|
|
|
height: 100%;
|
|
|
font-size: 18px;
|
|
|
font-size: 36rem / $pxConvertRem;
|
|
|
color: #fff;
|
|
|
font-weight: bold;
|
|
|
top: 0;
|
...
|
...
|
|