测试复制代码、代码高亮
1 p{ 2 margin: 0; 3 padding: 0; 4 display: inline-block; 5 } 6 i{ 7 font-style: normal; 8 display: inline-block; 9 } 10 select,input{ 11 border: none; 12 outline: none; 13 } 14 15 /* #top模块内界面 样式*/ 16 .top{ 17 line-height: 30px; 18 font-size: 13px; 19 color: #868686; 20 } 21 22 .top .call{ 23 float: left; 24 padding-left: 20px; 25 background:url(../img/icon-call.png) no-repeat center left; 26 }