开发者社区 问答 正文

为啥checkbox显示不出来?

这部分代码有什么问题,为啥checkbox显示不出来?
screenshot

展开
收起
a123456678 2016-07-13 14:52:31 2807 分享 版权
1 条回答
写回答
取消 提交回答
  • input[type="checkbox"], input[type="radio"] {
        cursor: pointer;
        height: 18px;
        left: -9999px;
        opacity: 0;
        position: absolute;
        width: 18px;
        z-index: 12;
    }
    2019-07-17 19:55:36
    赞同 展开评论
问答地址: