提交项目

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
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 401 B

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 470 B

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 511 B

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 476 B

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 472 B

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 545 B

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 365 B

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 587 B

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 565 B

+20
View File
@@ -0,0 +1,20 @@
@font-face {
font-family: "customicons"; /* Project id 2878519 */
src:url('/static/customicons.ttf') format('truetype');
}
.customicons {
font-family: "customicons" !important;
}
.youxi:before {
content: "\e60e";
}
.wenjian:before {
content: "\e60f";
}
.zhuanfa:before {
content: "\e610";
}
Binary file not shown.
@@ -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
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB