a {
text-decoration: none;//去掉下划线
color: inherit;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-appearance: none;
-webkit-text-size-adjust: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-touch-callout: none;
border-bottom: none;//去掉下边框(用text-decoration: none;没有用是时候加上);
display: block;
width: 100%;
height: 40px;
}

  

最新文章

  1. java-内省与javabean
  2. Eclipse *版本
  3. .net 调度器怎么实现心跳(socket除了他,没选择吧)
  4. application/x-www-form-urlencoded
  5. JS代码大全 (都是网上看到 自己整理的)
  6. javaee学习-新建servlet 直接返回html
  7. lightoj 1243 - Guardian Knights 最小费用流
  8. java 获取URL链接 内容
  9. HDU 2080 夹角有多大II (数学) atan(y/x)分类求角度
  10. 关于MATLAB处理大数据坐标文件2017530
  11. 机器学习(二)-kNN手写数字识别
  12. Python面试题之Python面试题汇总
  13. 如何在cmd中执行python文件
  14. Python元组与列表的区别
  15. 10. Regular Expression Matching (JAVA)
  16. 彻底解决:java.sql.SQLException: Incorrect string value: '\xF0\x9F\x92\x94' for column 'name' at row 1
  17. CICD 基础
  18. js网页上画图
  19. vue路由跳转的多种方式
  20. VMware coding Challenge: Coin Toss Betting

热门文章

  1. lab1-Junit&Eclemma
  2. 安装SVN报无法访问windows installer服务。
  3. 控制语句 for while if switch
  4. 使用RecyclerView实现的分组列表。
  5. unittest单元测试框架实现参数化
  6. php中数据库服务器连接类库文件的编写
  7. web简易MP3播放插件 Aplayer篇章一
  8. Java中实现短信发送
  9. 玩转Node.js单元测试
  10. ABP入门系列(15)——创建微信公众号模块