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;
}
1 个回复
Guozx
colorui的main.css的第225、229行注释掉。
134行去掉checkbox::before样式: