UNPKG

yonui-ys

Version:
88 lines (73 loc) 1.95 kB
// @import '../../static/antd/anticon.less'; .anticon { display: inline-block; font-style: normal; vertical-align: baseline; text-align: center; text-transform: none; line-height: 1; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .anticon:before { display: block; font-family: 'yonicon' !important; } // 必填 .anticon.anticon-star { &:before{ content: "\e605"; font-family: 'yonicon' !important; } } // 树展开图标 .anticon.anticon-minus-square-o:before { font-family: "yonicon"; content: "\e625"; font-weight: bold; } // 下拉框选项勾选态 .u-select-dropdown.u-select-dropdown--multiple .u-select-dropdown-menu-item:after { font-family: "yonicon"; content: "\e6af"; } // 模态框中穿梭框的向右、向左 .u-modal .crossGroupingModal .u-modal-body .crossbtncount { .u-button-icon.icon-right-enabled::before, .u-button-icon.icon-right-disabled::before { content: "\e514"; font-family: 'yonicon'; } } .u-modal .crossGroupingModal .u-modal-body .crossbtncount { .u-button-icon.icon-left-enabled::before, .u-button-icon.icon-left-disabled::before { content: "\e515"; font-family: 'yonicon'; } } // fix: 基础数据,弹框,添加查询条件 分别:x up down .yonicon-guanbi1:before, .yonicon-shanchucopy1:before, .yonicon-shanchucopy2:before { font-family: 'yonicon' !important; } .wuliu_none .icon-cuowutishi:before { font-family: 'yonicon' !important; content: "\e671"; } .anticon-shurukuangshanchu::before { content: "\e690"; font-family: 'yonicon' !important; } // 新组件的日期图标暂用iconfont 的 .uf-calendar:before, i.uf-calendar:before { content: "\e661"; font-family: 'yonicon' !important; color: #c3c3c3; } .uf-location:before { content: "\e78b"; }