Showing
2 changed files
with
8 additions
and
6 deletions
@@ -17,7 +17,6 @@ | @@ -17,7 +17,6 @@ | ||
17 | color: $blue; | 17 | color: $blue; |
18 | font-weight: bold; | 18 | font-weight: bold; |
19 | } | 19 | } |
20 | - | ||
21 | } | 20 | } |
22 | 21 | ||
23 | .country-code { | 22 | .country-code { |
@@ -36,7 +35,7 @@ | @@ -36,7 +35,7 @@ | ||
36 | @mixin input; | 35 | @mixin input; |
37 | 36 | ||
38 | &.phone-num { | 37 | &.phone-num { |
39 | - width: 150px; | 38 | + width: 170px; |
40 | display: block; | 39 | display: block; |
41 | float: left; | 40 | float: left; |
42 | border: none !important; | 41 | border: none !important; |
@@ -46,7 +45,6 @@ | @@ -46,7 +45,6 @@ | ||
46 | &.captcha { | 45 | &.captcha { |
47 | width: $captcha; | 46 | width: $captcha; |
48 | float: left; | 47 | float: left; |
49 | - | ||
50 | } | 48 | } |
51 | } | 49 | } |
52 | 50 | ||
@@ -93,7 +91,6 @@ | @@ -93,7 +91,6 @@ | ||
93 | .small { | 91 | .small { |
94 | @mixin small; | 92 | @mixin small; |
95 | } | 93 | } |
96 | - | ||
97 | } | 94 | } |
98 | 95 | ||
99 | .other-opts { | 96 | .other-opts { |
@@ -104,6 +101,7 @@ | @@ -104,6 +101,7 @@ | ||
104 | 101 | ||
105 | .third-party-login { | 102 | .third-party-login { |
106 | margin: 0 30px; | 103 | margin: 0 30px; |
104 | + | ||
107 | span { | 105 | span { |
108 | float: left; | 106 | float: left; |
109 | width: calc(($item-width - 60px) / 4); | 107 | width: calc(($item-width - 60px) / 4); |
@@ -397,11 +397,15 @@ | @@ -397,11 +397,15 @@ | ||
397 | display: inline-block; | 397 | display: inline-block; |
398 | vertical-align: top; | 398 | vertical-align: top; |
399 | width: 60px; | 399 | width: 60px; |
400 | - margin-right: 10px; | 400 | + margin-right: 11px; |
401 | + } | ||
402 | + | ||
403 | + .goods-img-col:last-child { | ||
404 | + margin-right: 0; | ||
401 | } | 405 | } |
402 | 406 | ||
403 | img { | 407 | img { |
404 | - margin: 8px 0; | 408 | + margin-top: 11px; |
405 | cursor: pointer; | 409 | cursor: pointer; |
406 | } | 410 | } |
407 | } | 411 | } |
-
Please register or login to post a comment