Commit fe444f8b2474f9ae5fa62c060d17e022f280dad1
1 parent
64b527f3
细节优化~
Showing
1 changed file
with
3 additions
and
3 deletions
src/pages/labourUnion/labourUnion.less
| ... | ... | @@ -36,7 +36,7 @@ |
| 36 | 36 | height: 212px; |
| 37 | 37 | } |
| 38 | 38 | &.is-cnlive { |
| 39 | - height: 183px; | |
| 39 | + height: 185px; | |
| 40 | 40 | } |
| 41 | 41 | &.is-hide { |
| 42 | 42 | height: 90px; |
| ... | ... | @@ -146,7 +146,7 @@ |
| 146 | 146 | top: 122px; |
| 147 | 147 | } |
| 148 | 148 | &.is-cnlive { |
| 149 | - top: 93px; | |
| 149 | + top: 95px; | |
| 150 | 150 | } |
| 151 | 151 | &.is-hide { |
| 152 | 152 | top: 0; |
| ... | ... | @@ -154,7 +154,7 @@ |
| 154 | 154 | } |
| 155 | 155 | } |
| 156 | 156 | .column-list-container { |
| 157 | - margin-top: 30px; | |
| 157 | + padding-top: 30px; | |
| 158 | 158 | .section { |
| 159 | 159 | // background-color: #ffffff; |
| 160 | 160 | margin: 0 auto 40px auto; | ... | ... |