icon图标与文字对齐
  开发过程中经常遇到img和span标签包含的文字不对齐,设置vertical-align: middle发现图片icon还是会偏下
- 解决方案:
设置img的vertical-align为top,然后设置margin-top属性 
1  | <div class="father">  | 
1  | .father {  | 
  开发过程中经常遇到img和span标签包含的文字不对齐,设置vertical-align: middle发现图片icon还是会偏下
img的vertical-align为top,然后设置margin-top属性1  | <div class="father">  | 
1  | .father {  |