4***@qq.com
4***@qq.com
  • 发布:2019-09-18 13:59
  • 更新:2021-04-01 14:58
  • 阅读:1143

原有的uni checkbox选中效果的✔无法显示

分类:uni-app
@import "colorui/main.css";  
@import "colorui/icon.css";  

引入整两个css 会使得原有的uni checkbox选中效果的✔无法显示

2019-09-18 13:59 负责人:无 分享
已邀请:
Guozx

Guozx

colorui的main.css的第225、229行注释掉。

/* checkbox .wx-checkbox-input::before, */  
/* checkbox .uni-checkbox-input::before, */

134行去掉checkbox::before样式:

/* checkbox::before */  
radio::before {  
    font-family: "cuIcon";  
    content: "\e645";  
    position: absolute;  
    color: #ffffff !important;  
    top: 50%;  
    margin-top: -8px;  
    right: 5px;  
    font-size: 32upx;  
    line-height: 16px;  
    pointer-events: none;  
    transform: scale(1, 1);  
    transition: all 0.3s ease-in-out 0s;  
    z-index: 9;  
}

该问题目前已经被锁定, 无法添加新回复