收藏
回答

switcha按钮false时候 边框不清晰咋办


右边和白色背景融为一体了。这个样式可以修改吗

最后一次编辑于  2019-06-21
回答关注问题邀请回答
收藏

1 个回答

  • A notorious liar(小花猫)
    A notorious liar(小花猫)
    2019-06-21








    .wx-switch-input {

    width: 80rpx !important;

    height: 44rpx !important;

    margin: 0 !important;

    padding: 0 !important;

    background: #4d7bf9 !important;

    border: #4d7bf9 !important; /* 2018-07-18 重置开关边框颜色 */}


    .wx-switch-input::before {

    width: 82rpx !important;

    height: 44rpx !important;

    background: #e5e5e5 !important;

    }


    .wx-switch-input::after {

    width: 40rpx !important;

    height: 42rpx !important;

    }


    2019-06-21
    有用
    回复
登录 后发表内容