...
|
...
|
@@ -167,14 +167,14 @@ |
|
|
|
|
|
.switch {
|
|
|
width: 100%;
|
|
|
height: 26px;
|
|
|
height: 27px;
|
|
|
background: url(/passport/login-mode-bg.png) no-repeat;
|
|
|
border-radius: 13px;
|
|
|
font-size: 14px;
|
|
|
|
|
|
.left {
|
|
|
width: 52%;
|
|
|
height: 26px;
|
|
|
width: 146px;
|
|
|
height: 27px;
|
|
|
text-align: center;
|
|
|
line-height: @height;
|
|
|
border-radius: 13px;
|
...
|
...
|
@@ -189,8 +189,8 @@ |
|
|
}
|
|
|
|
|
|
.right {
|
|
|
width: 52%;
|
|
|
height: 26px;
|
|
|
width: 146px;
|
|
|
height: 27px;
|
|
|
text-align: center;
|
|
|
line-height: @height;
|
|
|
border-radius: 13px;
|
...
|
...
|
|