码上敲享录 > HTML+CSS实战 > input框的class属性为form-control,怎么去掉边框和阴影

input框的class属性为form-control,怎么去掉边框和阴影

上一章章节目录下一章 2019-11-03已有3760人阅读 评论(0)

input框的class属性为form-control,怎么去掉边框和阴影


<input class="form-control" style="border: none;box-shadow: none;" />

border: none;去掉边框

box-shadow: none;去调阴影



向大家推荐《Activiti工作流实战教程》:https://xiaozhuanlan.com/activiti
0

有建议,请留言!

  • *您的姓名:

  • *所在城市:

  • *您的联系电话:

    *您的QQ:

  • 咨询问题:

  • 提 交