CSS代码优化
font-size:20px; => font-size:20px
line-height:30px; line-height:1.5
border- 10px 10px 10px 0; => border- 10px;
border-left- 0 方便后期维护
max-width的合理运用
CSS代码优化
font-size:20px; => font-size:20px
line-height:30px; line-height:1.5
border- 10px 10px 10px 0; => border- 10px;
border-left- 0 方便后期维护
max-width的合理运用