登录页
This commit is contained in:
parent
2488a8ba8b
commit
a34f6bb1f9
File diff suppressed because it is too large
Load Diff
@ -1,8 +1,10 @@
|
||||
@font-face {
|
||||
font-family: "iconfont"; /* Project id 4299634 */
|
||||
src: url('iconfont.woff2?t=1700789582875') format('woff2'),
|
||||
url('iconfont.woff?t=1700789582875') format('woff'),
|
||||
url('iconfont.ttf?t=1700789582875') format('truetype');
|
||||
/* Color fonts */
|
||||
src:
|
||||
url('iconfont.woff2?t=1709515058835') format('woff2'),
|
||||
url('iconfont.woff?t=1709515058835') format('woff'),
|
||||
url('iconfont.ttf?t=1709515058835') format('truetype');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
@ -13,35 +15,159 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-zhankaiquanpingkuozhan:before {
|
||||
content: "\e7b0";
|
||||
.icon-Mark:before {
|
||||
content: "\e632";
|
||||
}
|
||||
|
||||
.icon-a-zu185:before {
|
||||
content: "\e626";
|
||||
}
|
||||
|
||||
.icon-a-zu249:before {
|
||||
content: "\e627";
|
||||
}
|
||||
|
||||
.icon-a-zu74:before {
|
||||
content: "\e613";
|
||||
}
|
||||
|
||||
.icon-a-zu83:before {
|
||||
content: "\e614";
|
||||
}
|
||||
|
||||
.icon-a-zu198:before {
|
||||
content: "\e615";
|
||||
}
|
||||
|
||||
.icon-a-zu238:before {
|
||||
content: "\e616";
|
||||
}
|
||||
|
||||
.icon-a-zu164:before {
|
||||
content: "\e617";
|
||||
}
|
||||
|
||||
.icon-a-zu181:before {
|
||||
content: "\e618";
|
||||
}
|
||||
|
||||
.icon-a-zu65:before {
|
||||
content: "\e619";
|
||||
}
|
||||
|
||||
.icon-a-zu266:before {
|
||||
content: "\e61a";
|
||||
}
|
||||
|
||||
.icon-a-zu67:before {
|
||||
content: "\e61b";
|
||||
}
|
||||
|
||||
.icon-a-zu76:before {
|
||||
content: "\e61c";
|
||||
}
|
||||
|
||||
.icon-a-zu137:before {
|
||||
content: "\e61d";
|
||||
}
|
||||
|
||||
.icon-a-zu108:before {
|
||||
content: "\e61e";
|
||||
}
|
||||
|
||||
.icon-a-zu196:before {
|
||||
content: "\e61f";
|
||||
}
|
||||
|
||||
.icon-a-zu203:before {
|
||||
content: "\e620";
|
||||
}
|
||||
|
||||
.icon-a-zu208:before {
|
||||
content: "\e621";
|
||||
}
|
||||
|
||||
.icon-a-zu261:before {
|
||||
content: "\e622";
|
||||
}
|
||||
|
||||
.icon-a-zu253:before {
|
||||
content: "\e623";
|
||||
}
|
||||
|
||||
.icon-a-zu131:before {
|
||||
content: "\e624";
|
||||
}
|
||||
|
||||
.icon-a-zu57:before {
|
||||
content: "\e601";
|
||||
}
|
||||
|
||||
.icon-a-zu18:before {
|
||||
content: "\e602";
|
||||
}
|
||||
|
||||
.icon-a-zu286:before {
|
||||
content: "\e603";
|
||||
}
|
||||
|
||||
.icon-a-zu81:before {
|
||||
content: "\e605";
|
||||
}
|
||||
|
||||
.icon-a-zu73:before {
|
||||
content: "\e607";
|
||||
}
|
||||
|
||||
.icon-a-zu150:before {
|
||||
content: "\e608";
|
||||
}
|
||||
|
||||
.icon-a-zu284:before {
|
||||
content: "\e609";
|
||||
}
|
||||
|
||||
.icon-a-zu3:before {
|
||||
content: "\e60a";
|
||||
}
|
||||
|
||||
.icon-a-zu133:before {
|
||||
content: "\e60b";
|
||||
}
|
||||
|
||||
.icon-a-zu291:before {
|
||||
content: "\e60c";
|
||||
}
|
||||
|
||||
.icon-a-zu112:before {
|
||||
content: "\e60d";
|
||||
}
|
||||
|
||||
.icon-a-zu63:before {
|
||||
content: "\e60e";
|
||||
}
|
||||
|
||||
.icon-a-zu126:before {
|
||||
content: "\e60f";
|
||||
}
|
||||
|
||||
.icon-a-zu110:before {
|
||||
content: "\e610";
|
||||
}
|
||||
|
||||
.icon-a-zu116:before {
|
||||
content: "\e612";
|
||||
}
|
||||
|
||||
.icon-a-zu4:before {
|
||||
content: "\e600";
|
||||
}
|
||||
|
||||
.icon-24gl-expand2:before {
|
||||
content: "\eb6c";
|
||||
}
|
||||
|
||||
.icon-kuangshan:before {
|
||||
content: "\e6a6";
|
||||
}
|
||||
|
||||
.icon-shengchanqiye:before {
|
||||
content: "\e732";
|
||||
}
|
||||
|
||||
.icon-shengchandanyuanxinxi:before {
|
||||
content: "\e606";
|
||||
}
|
||||
|
||||
.icon-caidan1:before {
|
||||
content: "\e640";
|
||||
}
|
||||
|
||||
.icon-line-108:before {
|
||||
content: "\e76e";
|
||||
}
|
||||
|
||||
.icon-caidan:before {
|
||||
content: "\e689";
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -6,11 +6,263 @@
|
||||
"description": "",
|
||||
"glyphs": [
|
||||
{
|
||||
"icon_id": "688141",
|
||||
"name": "展开 全屏 扩展",
|
||||
"font_class": "zhankaiquanpingkuozhan",
|
||||
"unicode": "e7b0",
|
||||
"unicode_decimal": 59312
|
||||
"icon_id": "39402403",
|
||||
"name": "Mark",
|
||||
"font_class": "Mark",
|
||||
"unicode": "e632",
|
||||
"unicode_decimal": 58930
|
||||
},
|
||||
{
|
||||
"icon_id": "39402081",
|
||||
"name": "组 185",
|
||||
"font_class": "a-zu185",
|
||||
"unicode": "e626",
|
||||
"unicode_decimal": 58918
|
||||
},
|
||||
{
|
||||
"icon_id": "39402079",
|
||||
"name": "组 249",
|
||||
"font_class": "a-zu249",
|
||||
"unicode": "e627",
|
||||
"unicode_decimal": 58919
|
||||
},
|
||||
{
|
||||
"icon_id": "39402101",
|
||||
"name": "组 74",
|
||||
"font_class": "a-zu74",
|
||||
"unicode": "e613",
|
||||
"unicode_decimal": 58899
|
||||
},
|
||||
{
|
||||
"icon_id": "39402102",
|
||||
"name": "组 83",
|
||||
"font_class": "a-zu83",
|
||||
"unicode": "e614",
|
||||
"unicode_decimal": 58900
|
||||
},
|
||||
{
|
||||
"icon_id": "39402092",
|
||||
"name": "组 198",
|
||||
"font_class": "a-zu198",
|
||||
"unicode": "e615",
|
||||
"unicode_decimal": 58901
|
||||
},
|
||||
{
|
||||
"icon_id": "39402100",
|
||||
"name": "组 238",
|
||||
"font_class": "a-zu238",
|
||||
"unicode": "e616",
|
||||
"unicode_decimal": 58902
|
||||
},
|
||||
{
|
||||
"icon_id": "39402086",
|
||||
"name": "组 164",
|
||||
"font_class": "a-zu164",
|
||||
"unicode": "e617",
|
||||
"unicode_decimal": 58903
|
||||
},
|
||||
{
|
||||
"icon_id": "39402088",
|
||||
"name": "组 181",
|
||||
"font_class": "a-zu181",
|
||||
"unicode": "e618",
|
||||
"unicode_decimal": 58904
|
||||
},
|
||||
{
|
||||
"icon_id": "39402099",
|
||||
"name": "组 65",
|
||||
"font_class": "a-zu65",
|
||||
"unicode": "e619",
|
||||
"unicode_decimal": 58905
|
||||
},
|
||||
{
|
||||
"icon_id": "39402095",
|
||||
"name": "组 266",
|
||||
"font_class": "a-zu266",
|
||||
"unicode": "e61a",
|
||||
"unicode_decimal": 58906
|
||||
},
|
||||
{
|
||||
"icon_id": "39402098",
|
||||
"name": "组 67",
|
||||
"font_class": "a-zu67",
|
||||
"unicode": "e61b",
|
||||
"unicode_decimal": 58907
|
||||
},
|
||||
{
|
||||
"icon_id": "39402096",
|
||||
"name": "组 76",
|
||||
"font_class": "a-zu76",
|
||||
"unicode": "e61c",
|
||||
"unicode_decimal": 58908
|
||||
},
|
||||
{
|
||||
"icon_id": "39402090",
|
||||
"name": "组 137",
|
||||
"font_class": "a-zu137",
|
||||
"unicode": "e61d",
|
||||
"unicode_decimal": 58909
|
||||
},
|
||||
{
|
||||
"icon_id": "39402094",
|
||||
"name": "组 108",
|
||||
"font_class": "a-zu108",
|
||||
"unicode": "e61e",
|
||||
"unicode_decimal": 58910
|
||||
},
|
||||
{
|
||||
"icon_id": "39402083",
|
||||
"name": "组 196",
|
||||
"font_class": "a-zu196",
|
||||
"unicode": "e61f",
|
||||
"unicode_decimal": 58911
|
||||
},
|
||||
{
|
||||
"icon_id": "39402093",
|
||||
"name": "组 203",
|
||||
"font_class": "a-zu203",
|
||||
"unicode": "e620",
|
||||
"unicode_decimal": 58912
|
||||
},
|
||||
{
|
||||
"icon_id": "39402082",
|
||||
"name": "组 208",
|
||||
"font_class": "a-zu208",
|
||||
"unicode": "e621",
|
||||
"unicode_decimal": 58913
|
||||
},
|
||||
{
|
||||
"icon_id": "39402089",
|
||||
"name": "组 261",
|
||||
"font_class": "a-zu261",
|
||||
"unicode": "e622",
|
||||
"unicode_decimal": 58914
|
||||
},
|
||||
{
|
||||
"icon_id": "39402085",
|
||||
"name": "组 253",
|
||||
"font_class": "a-zu253",
|
||||
"unicode": "e623",
|
||||
"unicode_decimal": 58915
|
||||
},
|
||||
{
|
||||
"icon_id": "39402084",
|
||||
"name": "组 131",
|
||||
"font_class": "a-zu131",
|
||||
"unicode": "e624",
|
||||
"unicode_decimal": 58916
|
||||
},
|
||||
{
|
||||
"icon_id": "39402116",
|
||||
"name": "组 57",
|
||||
"font_class": "a-zu57",
|
||||
"unicode": "e601",
|
||||
"unicode_decimal": 58881
|
||||
},
|
||||
{
|
||||
"icon_id": "39402115",
|
||||
"name": "组 18",
|
||||
"font_class": "a-zu18",
|
||||
"unicode": "e602",
|
||||
"unicode_decimal": 58882
|
||||
},
|
||||
{
|
||||
"icon_id": "39402114",
|
||||
"name": "组 286",
|
||||
"font_class": "a-zu286",
|
||||
"unicode": "e603",
|
||||
"unicode_decimal": 58883
|
||||
},
|
||||
{
|
||||
"icon_id": "39402113",
|
||||
"name": "组 81",
|
||||
"font_class": "a-zu81",
|
||||
"unicode": "e605",
|
||||
"unicode_decimal": 58885
|
||||
},
|
||||
{
|
||||
"icon_id": "39402110",
|
||||
"name": "组 73",
|
||||
"font_class": "a-zu73",
|
||||
"unicode": "e607",
|
||||
"unicode_decimal": 58887
|
||||
},
|
||||
{
|
||||
"icon_id": "39402112",
|
||||
"name": "组 150",
|
||||
"font_class": "a-zu150",
|
||||
"unicode": "e608",
|
||||
"unicode_decimal": 58888
|
||||
},
|
||||
{
|
||||
"icon_id": "39402087",
|
||||
"name": "组 284",
|
||||
"font_class": "a-zu284",
|
||||
"unicode": "e609",
|
||||
"unicode_decimal": 58889
|
||||
},
|
||||
{
|
||||
"icon_id": "39402105",
|
||||
"name": "组 3",
|
||||
"font_class": "a-zu3",
|
||||
"unicode": "e60a",
|
||||
"unicode_decimal": 58890
|
||||
},
|
||||
{
|
||||
"icon_id": "39402109",
|
||||
"name": "组 133",
|
||||
"font_class": "a-zu133",
|
||||
"unicode": "e60b",
|
||||
"unicode_decimal": 58891
|
||||
},
|
||||
{
|
||||
"icon_id": "39402107",
|
||||
"name": "组 291",
|
||||
"font_class": "a-zu291",
|
||||
"unicode": "e60c",
|
||||
"unicode_decimal": 58892
|
||||
},
|
||||
{
|
||||
"icon_id": "39402106",
|
||||
"name": "组 112",
|
||||
"font_class": "a-zu112",
|
||||
"unicode": "e60d",
|
||||
"unicode_decimal": 58893
|
||||
},
|
||||
{
|
||||
"icon_id": "39402108",
|
||||
"name": "组 63",
|
||||
"font_class": "a-zu63",
|
||||
"unicode": "e60e",
|
||||
"unicode_decimal": 58894
|
||||
},
|
||||
{
|
||||
"icon_id": "39402097",
|
||||
"name": "组 126",
|
||||
"font_class": "a-zu126",
|
||||
"unicode": "e60f",
|
||||
"unicode_decimal": 58895
|
||||
},
|
||||
{
|
||||
"icon_id": "39402104",
|
||||
"name": "组 110",
|
||||
"font_class": "a-zu110",
|
||||
"unicode": "e610",
|
||||
"unicode_decimal": 58896
|
||||
},
|
||||
{
|
||||
"icon_id": "39402091",
|
||||
"name": "组 116",
|
||||
"font_class": "a-zu116",
|
||||
"unicode": "e612",
|
||||
"unicode_decimal": 58898
|
||||
},
|
||||
{
|
||||
"icon_id": "39401777",
|
||||
"name": "组 4",
|
||||
"font_class": "a-zu4",
|
||||
"unicode": "e600",
|
||||
"unicode_decimal": 58880
|
||||
},
|
||||
{
|
||||
"icon_id": "7597941",
|
||||
@ -19,47 +271,12 @@
|
||||
"unicode": "eb6c",
|
||||
"unicode_decimal": 60268
|
||||
},
|
||||
{
|
||||
"icon_id": "3758785",
|
||||
"name": "矿山",
|
||||
"font_class": "kuangshan",
|
||||
"unicode": "e6a6",
|
||||
"unicode_decimal": 59046
|
||||
},
|
||||
{
|
||||
"icon_id": "14656272",
|
||||
"name": "生产企业",
|
||||
"font_class": "shengchanqiye",
|
||||
"unicode": "e732",
|
||||
"unicode_decimal": 59186
|
||||
},
|
||||
{
|
||||
"icon_id": "37507407",
|
||||
"name": "生产单元信息",
|
||||
"font_class": "shengchandanyuanxinxi",
|
||||
"unicode": "e606",
|
||||
"unicode_decimal": 58886
|
||||
},
|
||||
{
|
||||
"icon_id": "18863151",
|
||||
"name": "菜单",
|
||||
"font_class": "caidan1",
|
||||
"unicode": "e640",
|
||||
"unicode_decimal": 58944
|
||||
},
|
||||
{
|
||||
"icon_id": "24551787",
|
||||
"name": "菜单",
|
||||
"font_class": "line-108",
|
||||
"unicode": "e76e",
|
||||
"unicode_decimal": 59246
|
||||
},
|
||||
{
|
||||
"icon_id": "6337586",
|
||||
"name": "菜单",
|
||||
"font_class": "caidan",
|
||||
"unicode": "e689",
|
||||
"unicode_decimal": 59017
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
src/assets/home/1x.png
Normal file
BIN
src/assets/home/1x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.6 KiB |
BIN
src/assets/home/2x.png
Normal file
BIN
src/assets/home/2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.7 KiB |
BIN
src/assets/home/3x.png
Normal file
BIN
src/assets/home/3x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.7 KiB |
BIN
src/assets/logo-slider.jpg
Normal file
BIN
src/assets/logo-slider.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 82 KiB |
2156
src/routes/Home1.js
Normal file
2156
src/routes/Home1.js
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user