lizhaoyao
<!DOCTYPE HTML>
<html lang="en-US">
<head>
    <meta charset="UTF-8">
    <title></title>
</head>
<body>
<style type="text/css">
button{
    width:32px;
    height:32px;
    border-radius:20px;
    outline:none;
    color:green;
    background:white;
    border:solid 1px green;
    cursor:pointer;
    font-size:18px;
}
</style>
    <button>+</button>
</body>
</html>

效果如图:

 

分类:

技术点:

相关文章:

  • 2021-11-09
  • 2021-12-09
  • 2022-12-23
  • 2021-08-12
  • 2021-09-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-08
  • 2021-12-30
  • 2021-09-17
  • 2021-06-18
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案