refactor: login page

This commit is contained in:
xiaoxian521
2021-11-06 19:15:10 +08:00
parent 544e474e98
commit aa7a073b4a
20 changed files with 351 additions and 117 deletions

View File

@@ -1,8 +1,8 @@
@font-face {
font-family: "iconfont"; /* Project id 2208059 */
src: url("iconfont.woff2?t=1634903299890") format("woff2"),
url("iconfont.woff?t=1634903299890") format("woff"),
url("iconfont.ttf?t=1634903299890") format("truetype");
src: url("iconfont.woff2?t=1636197082361") format("woff2"),
url("iconfont.woff?t=1636197082361") format("woff"),
url("iconfont.ttf?t=1636197082361") format("truetype");
}
.iconfont {
@@ -13,24 +13,8 @@
-moz-osx-font-smoothing: grayscale;
}
.team-iconshuifei::before {
content: "\e62d";
}
.team-iconshuiyuandi::before {
content: "\e64e";
}
.team-iconshuifei1::before {
content: "\e616";
}
.team-iconshui::before {
content: "\e61f";
}
.team-iconzuixinlianzai::before {
content: "\e6da";
.team-iconlogo::before {
content: "\e620";
}
.team-iconxinpin::before {
@@ -41,22 +25,6 @@
content: "\e615";
}
.team-iconinternationality::before {
content: "\e67a";
}
.team-iconshanchu::before {
content: "\e617";
}
.team-iconshow-main-container::before {
content: "\e878";
}
.team-iconhidden-main-container::before {
content: "\e881";
}
.team-iconexit-fullscreen::before {
content: "\e62a";
}

File diff suppressed because one or more lines are too long

View File

@@ -6,39 +6,11 @@
"description": "pure-admin",
"glyphs": [
{
"icon_id": "1715043",
"name": "水",
"font_class": "shuifei",
"unicode": "e62d",
"unicode_decimal": 58925
},
{
"icon_id": "7873366",
"name": "水源地",
"font_class": "shuiyuandi",
"unicode": "e64e",
"unicode_decimal": 58958
},
{
"icon_id": "12257150",
"name": "水费",
"font_class": "shuifei1",
"unicode": "e616",
"unicode_decimal": 58902
},
{
"icon_id": "24810949",
"name": "水",
"font_class": "shui",
"unicode": "e61f",
"unicode_decimal": 58911
},
{
"icon_id": "2508809",
"name": "最新连载",
"font_class": "zuixinlianzai",
"unicode": "e6da",
"unicode_decimal": 59098
"icon_id": "22129506",
"name": "水",
"font_class": "logo",
"unicode": "e620",
"unicode_decimal": 58912
},
{
"icon_id": "7795613",
@@ -54,34 +26,6 @@
"unicode": "e615",
"unicode_decimal": 58901
},
{
"icon_id": "18367956",
"name": "中英文2 中文",
"font_class": "internationality",
"unicode": "e67a",
"unicode_decimal": 59002
},
{
"icon_id": "6184565",
"name": "删除",
"font_class": "shanchu",
"unicode": "e617",
"unicode_decimal": 58903
},
{
"icon_id": "9626913",
"name": "全屏",
"font_class": "show-main-container",
"unicode": "e878",
"unicode_decimal": 59512
},
{
"icon_id": "9626952",
"name": "退出全屏",
"font_class": "hidden-main-container",
"unicode": "e881",
"unicode_decimal": 59521
},
{
"icon_id": "5698509",
"name": "全屏缩小",

Binary file not shown.

Binary file not shown.

Binary file not shown.