ios 上 复选框背景黑边bug

input[type='radio'],
  input[type='checkbox'] {
    -webkit-appearance: none; //去掉默认样式
    border-radius: 0;
    border: none !important; //去掉边框
  }
posted @ 2020-09-15 14:21  weekai  阅读(223)  评论(0)    收藏  举报