提交项目

This commit is contained in:
‘tuzi0421
2024-01-15 14:02:04 +08:00
commit ea0b969b32
35 changed files with 1166 additions and 0 deletions
@@ -0,0 +1,14 @@
Component({
externalClasses: ['custom-class'],
properties: {
icon: {
type: String,
value: '',
},
size: {
type: Number,
value: 32,
},
},
})
@@ -0,0 +1,4 @@
{
"component": true
}
@@ -0,0 +1,2 @@
<cover-view class="t-icon t-icon-{{icon}}" style="width: {{ size }}rpx;height:width: {{ size }}rpx;"></cover-view>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+109
View 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";
}
File diff suppressed because one or more lines are too long