提交项目
This commit is contained in:
14
static/iconfont/iconfont-weapp/icon/icon.js
Normal file
14
static/iconfont/iconfont-weapp/icon/icon.js
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
Component({
|
||||
externalClasses: ['custom-class'],
|
||||
properties: {
|
||||
icon: {
|
||||
type: String,
|
||||
value: '',
|
||||
},
|
||||
size: {
|
||||
type: Number,
|
||||
value: 32,
|
||||
},
|
||||
},
|
||||
})
|
4
static/iconfont/iconfont-weapp/icon/icon.json
Normal file
4
static/iconfont/iconfont-weapp/icon/icon.json
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
{
|
||||
"component": true
|
||||
}
|
2
static/iconfont/iconfont-weapp/icon/icon.wxml
Normal file
2
static/iconfont/iconfont-weapp/icon/icon.wxml
Normal file
@ -0,0 +1,2 @@
|
||||
|
||||
<cover-view class="t-icon t-icon-{{icon}}" style="width: {{ size }}rpx;height:width: {{ size }}rpx;"></cover-view>
|
107
static/iconfont/iconfont-weapp/icon/icon.wxss
Normal file
107
static/iconfont/iconfont-weapp/icon/icon.wxss
Normal file
File diff suppressed because one or more lines are too long
107
static/iconfont/iconfont-weapp/iconfont-weapp-icon.css
Normal file
107
static/iconfont/iconfont-weapp/iconfont-weapp-icon.css
Normal file
File diff suppressed because one or more lines are too long
107
static/iconfont/iconfont-weapp/iconfont-weapp-icon.wxss
Normal file
107
static/iconfont/iconfont-weapp/iconfont-weapp-icon.wxss
Normal file
File diff suppressed because one or more lines are too long
109
static/iconfont/iconfont.css
Normal file
109
static/iconfont/iconfont.css
Normal file
@ -0,0 +1,109 @@
|
||||
@font-face {
|
||||
font-family: "iconfont"; /* Project id 4403683 */
|
||||
src: url('//at.alicdn.com/t/c/font_4403683_jzx1hwbdok.woff2?t=1704766027171') format('woff2'),
|
||||
url('//at.alicdn.com/t/c/font_4403683_jzx1hwbdok.woff?t=1704766027171') format('woff'),
|
||||
url('//at.alicdn.com/t/c/font_4403683_jzx1hwbdok.ttf?t=1704766027171') format('truetype');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
font-family: "iconfont" !important;
|
||||
font-style: normal;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-xitongshezhi-gerenzhongxin:before {
|
||||
content: "\e611";
|
||||
}
|
||||
|
||||
.icon-gongdanshenpi:before {
|
||||
content: "\e612";
|
||||
}
|
||||
|
||||
.icon-xiaoxitongzhi-gerenzhongxin:before {
|
||||
content: "\e613";
|
||||
}
|
||||
|
||||
.icon-anquanshigu:before {
|
||||
content: "\e614";
|
||||
}
|
||||
|
||||
.icon-quanxianguanli:before {
|
||||
content: "\e615";
|
||||
}
|
||||
|
||||
.icon-wodequanxian:before {
|
||||
content: "\e616";
|
||||
}
|
||||
|
||||
.icon-zhanghaozhongxin:before {
|
||||
content: "\e617";
|
||||
}
|
||||
|
||||
.icon-shenpizhida:before {
|
||||
content: "\e618";
|
||||
}
|
||||
|
||||
.icon-liuchengshenpi:before {
|
||||
content: "\e619";
|
||||
}
|
||||
|
||||
.icon-shebeibaojing:before {
|
||||
content: "\e61a";
|
||||
}
|
||||
|
||||
.icon-wode:before {
|
||||
content: "\e60f";
|
||||
}
|
||||
|
||||
.icon-shouye:before {
|
||||
content: "\e610";
|
||||
}
|
||||
|
||||
.icon-shebeiguanli:before {
|
||||
content: "\e603";
|
||||
}
|
||||
|
||||
.icon-shengchangongdan:before {
|
||||
content: "\e604";
|
||||
}
|
||||
|
||||
.icon-shebeibaoxiu:before {
|
||||
content: "\e605";
|
||||
}
|
||||
|
||||
.icon-gongdanchucaishuai:before {
|
||||
content: "\e606";
|
||||
}
|
||||
|
||||
.icon-shengchanbaobiao:before {
|
||||
content: "\e607";
|
||||
}
|
||||
|
||||
.icon-xiaoxitongzhi:before {
|
||||
content: "\e608";
|
||||
}
|
||||
|
||||
.icon-gongdanjindu:before {
|
||||
content: "\e609";
|
||||
}
|
||||
|
||||
.icon-shezhi:before {
|
||||
content: "\e60a";
|
||||
}
|
||||
|
||||
.icon-shebeizhuangtai:before {
|
||||
content: "\e60b";
|
||||
}
|
||||
|
||||
.icon-chaojiguanliyuan:before {
|
||||
content: "\e60c";
|
||||
}
|
||||
|
||||
.icon-paichengshichang:before {
|
||||
content: "\e60d";
|
||||
}
|
||||
|
||||
.icon-paichengguanli:before {
|
||||
content: "\e60e";
|
||||
}
|
1
static/iconfont/svg.js
Normal file
1
static/iconfont/svg.js
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user