Showing
1 changed file
with
5 additions
and
5 deletions
@@ -87,15 +87,15 @@ export default { | @@ -87,15 +87,15 @@ export default { | ||
87 | 87 | ||
88 | .icon.icon-right { | 88 | .icon.icon-right { |
89 | top: 28px; | 89 | top: 28px; |
90 | - right: 28px; | 90 | + right: 26px; |
91 | font-size: 30px; | 91 | font-size: 30px; |
92 | } | 92 | } |
93 | 93 | ||
94 | - &:before { | 94 | + &:after { |
95 | content: " "; | 95 | content: " "; |
96 | position: absolute; | 96 | position: absolute; |
97 | left: 0; | 97 | left: 0; |
98 | - top: 0; | 98 | + bottom: 0; |
99 | right: 0; | 99 | right: 0; |
100 | height: 1px; | 100 | height: 1px; |
101 | border-top: 1px solid #e0e0e0; | 101 | border-top: 1px solid #e0e0e0; |
@@ -116,11 +116,11 @@ export default { | @@ -116,11 +116,11 @@ export default { | ||
116 | height: 88px; | 116 | height: 88px; |
117 | line-height: 88px; | 117 | line-height: 88px; |
118 | 118 | ||
119 | - &:before { | 119 | + &:after { |
120 | content: " "; | 120 | content: " "; |
121 | position: absolute; | 121 | position: absolute; |
122 | left: 0; | 122 | left: 0; |
123 | - top: 0; | 123 | + bottom: 0; |
124 | right: 0; | 124 | right: 0; |
125 | height: 1px; | 125 | height: 1px; |
126 | border-top: 1px solid #e0e0e0; | 126 | border-top: 1px solid #e0e0e0; |
-
Please register or login to post a comment