收藏
回答

Button 按钮的圆角无法去除?

button 默认带圆角,设置 border-radius, 加上 !important 也没有效果,请问是如何修改呢?

回答关注问题邀请回答
收藏

3 个回答

  • 牛
    2017-11-01

    :: 两个冒号

    2017-11-01
    有用 1
    回复
  • 牛
    2017-11-01

    button:affter{ border:none;

    }

    2017-11-01
    有用 1
    回复
  • 2019-01-18

    button, button::before, button::after {

      border: none;

      border-radius: 0;

    }


    2019-01-18
    有用
    回复
登录 后发表内容