html文件代码测试

我们两清 提交于 2019-11-28 01:04:44

测试复制代码、代码高亮

 

 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 }

 

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!