css_3 form

2018-11-16  本文已影响0人  basicGeek

输入框去掉边框

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
  <style type="text/css">
      .username{
          border:0 none;// 去掉边框
        outline-style: none;//去掉轮廓线
      }
  </style>
</head>
<body>
mingzi:<input type="text" class="username">
mingzi:<input type="text" class="username111">

</body>
</html>

上一篇 下一篇

猜你喜欢

热点阅读