mirror of
https://github.com/weilanwl/coloruicss.git
synced 2026-03-07 14:34:02 +08:00
v2.0.3
1.修复一些单位错误(带输入框的操作条) 2.纠正一些单词拼写... 3.抛弃icon标签,改回text标签的写法 4.抛弃px单位的样式文件 5.优化一些组件的字体大小 6.新增两种加载样式
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
@import "icon.wxss";
|
||||
@import "colorui-rpx.wxss";
|
||||
@import "colorui.wxss";
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -27,31 +27,6 @@
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
icon {
|
||||
height: 1em;
|
||||
width: 1.4em;
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
icon[class*="icon-"]::after {
|
||||
content: "正";
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
icon[class*="icon-"]::before {
|
||||
position: absolute;
|
||||
display: block;
|
||||
text-align: center;
|
||||
top: 0px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
height: 1em;
|
||||
margin: auto;
|
||||
line-height: 1em;
|
||||
}
|
||||
|
||||
@font-face {font-family: "iconfont";
|
||||
src: url('//at.alicdn.com/t/font_533566_yfq2d9wdij.eot?t=1545239985831'); /* IE9*/
|
||||
src: url('//at.alicdn.com/t/font_533566_yfq2d9wdij.eot?t=1545239985831#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
|
||||
Reference in New Issue
Block a user