调整目录结构

This commit is contained in:
zhengxinonly
2021-06-12 21:20:13 +08:00
parent 48633729fb
commit d9a5bcb0de
590 changed files with 1072 additions and 1160 deletions
-115
View File
@@ -1,115 +0,0 @@
.loader-main{
position: fixed;
width: 100%;
height: 100%;
background-color: whitesmoke;
z-index: 9999999;
margin-top:-70px;
padding-left: 0px;
}
.loader {
width: 50px;
height: 50px;
margin: 30px auto 40px;
margin-top: 20%;
position: relative;
z-index: 999999;
background-color: whitesmoke;
}
.loader:before {
content: "";
width: 50px;
height: 7px;
border-radius: 50%;
background: #000;
opacity: 0.1;
position: absolute;
top: 59px;
left: 0;
animation: shadow .5s linear infinite;
}
.loader:after {
content: "";
width: 50px;
height: 50px;
border-radius: 3px;
background-color: #5FB878;
position: absolute;
top: 0;
left: 0;
animation: loading .5s linear infinite;
}
@-webkit-keyframes loading {
17% {
border-bottom-right-radius: 3px;
}
25% {
transform: translateY(9px) rotate(22.5deg);
}
50% {
transform: translateY(18px) scale(1, 0.9) rotate(45deg);
border-bottom-right-radius: 40px;
}
75% {
transform: translateY(9px) rotate(67.5deg);
}
100% {
transform: translateY(0) rotate(90deg);
}
}
@keyframes loading {
17% {
border-bottom-right-radius: 3px;
}
25% {
transform: translateY(9px) rotate(22.5deg);
}
50% {
transform: translateY(18px) scale(1, 0.9) rotate(45deg);
border-bottom-right-radius: 40px;
}
75% {
transform: translateY(9px) rotate(67.5deg);
}
100% {
transform: translateY(0) rotate(90deg);
}
}
@-webkit-keyframes shadow {
0%,
100% {
transform: scale(1, 1);
}
50% {
transform: scale(1.2, 1);
}
}
@keyframes shadow {
0%,
100% {
transform: scale(1, 1);
}
50% {
transform: scale(1.2, 1);
}
}
File diff suppressed because it is too large Load Diff
-539
View File
@@ -1,539 +0,0 @@
/* Logo 字体 */
@font-face {
font-family: "iconfont logo";
src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834');
src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834#iefix') format('embedded-opentype'),
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.woff?t=1545807318834') format('woff'),
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834') format('truetype'),
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont') format('svg');
}
.logo {
font-family: "iconfont logo";
font-size: 160px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* tabs */
.nav-tabs {
position: relative;
}
.nav-tabs .nav-more {
position: absolute;
right: 0;
bottom: 0;
height: 42px;
line-height: 42px;
color: #666;
}
#tabs {
border-bottom: 1px solid #eee;
}
#tabs li {
cursor: pointer;
width: 100px;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 16px;
border-bottom: 2px solid transparent;
position: relative;
z-index: 1;
margin-bottom: -1px;
color: #666;
}
#tabs .active {
border-bottom-color: #f00;
color: #222;
}
.tab-container .content {
display: none;
}
/* 页面布局 */
.main {
padding: 30px 100px;
width: 960px;
margin: 0 auto;
}
.main .logo {
color: #333;
text-align: left;
margin-bottom: 30px;
line-height: 1;
height: 110px;
margin-top: -50px;
overflow: hidden;
*zoom: 1;
}
.main .logo a {
font-size: 160px;
color: #333;
}
.helps {
margin-top: 40px;
}
.helps pre {
padding: 20px;
margin: 10px 0;
border: solid 1px #e7e1cd;
background-color: #fffdef;
overflow: auto;
}
.icon_lists {
width: 100% !important;
overflow: hidden;
*zoom: 1;
}
.icon_lists li {
width: 100px;
margin-bottom: 10px;
margin-right: 20px;
text-align: center;
list-style: none !important;
cursor: default;
}
.icon_lists li .code-name {
line-height: 1.2;
}
.icon_lists .icon {
display: block;
height: 100px;
line-height: 100px;
font-size: 42px;
margin: 10px auto;
color: #333;
-webkit-transition: font-size 0.25s linear, width 0.25s linear;
-moz-transition: font-size 0.25s linear, width 0.25s linear;
transition: font-size 0.25s linear, width 0.25s linear;
}
.icon_lists .icon:hover {
font-size: 100px;
}
.icon_lists .svg-icon {
/* 通过设置 font-size 来改变图标大小 */
width: 1em;
/* 图标和文字相邻时,垂直对齐 */
vertical-align: -0.15em;
/* 通过设置 color 来改变 SVG 的颜色/fill */
fill: currentColor;
/* path 和 stroke 溢出 viewBox 部分在 IE 下会显示
normalize.css 中也包含这行 */
overflow: hidden;
}
.icon_lists li .name,
.icon_lists li .code-name {
color: #666;
}
/* markdown 样式 */
.markdown {
color: #666;
font-size: 14px;
line-height: 1.8;
}
.highlight {
line-height: 1.5;
}
.markdown img {
vertical-align: middle;
max-width: 100%;
}
.markdown h1 {
color: #404040;
font-weight: 500;
line-height: 40px;
margin-bottom: 24px;
}
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5,
.markdown h6 {
color: #404040;
margin: 1.6em 0 0.6em 0;
font-weight: 500;
clear: both;
}
.markdown h1 {
font-size: 28px;
}
.markdown h2 {
font-size: 22px;
}
.markdown h3 {
font-size: 16px;
}
.markdown h4 {
font-size: 14px;
}
.markdown h5 {
font-size: 12px;
}
.markdown h6 {
font-size: 12px;
}
.markdown hr {
height: 1px;
border: 0;
background: #e9e9e9;
margin: 16px 0;
clear: both;
}
.markdown p {
margin: 1em 0;
}
.markdown>p,
.markdown>blockquote,
.markdown>.highlight,
.markdown>ol,
.markdown>ul {
width: 80%;
}
.markdown ul>li {
list-style: circle;
}
.markdown>ul li,
.markdown blockquote ul>li {
margin-left: 20px;
padding-left: 4px;
}
.markdown>ul li p,
.markdown>ol li p {
margin: 0.6em 0;
}
.markdown ol>li {
list-style: decimal;
}
.markdown>ol li,
.markdown blockquote ol>li {
margin-left: 20px;
padding-left: 4px;
}
.markdown code {
margin: 0 3px;
padding: 0 5px;
background: #eee;
border-radius: 3px;
}
.markdown strong,
.markdown b {
font-weight: 600;
}
.markdown>table {
border-collapse: collapse;
border-spacing: 0px;
empty-cells: show;
border: 1px solid #e9e9e9;
width: 95%;
margin-bottom: 24px;
}
.markdown>table th {
white-space: nowrap;
color: #333;
font-weight: 600;
}
.markdown>table th,
.markdown>table td {
border: 1px solid #e9e9e9;
padding: 8px 16px;
text-align: left;
}
.markdown>table th {
background: #F7F7F7;
}
.markdown blockquote {
font-size: 90%;
color: #999;
border-left: 4px solid #e9e9e9;
padding-left: 0.8em;
margin: 1em 0;
}
.markdown blockquote p {
margin: 0;
}
.markdown .anchor {
opacity: 0;
transition: opacity 0.3s ease;
margin-left: 8px;
}
.markdown .waiting {
color: #ccc;
}
.markdown h1:hover .anchor,
.markdown h2:hover .anchor,
.markdown h3:hover .anchor,
.markdown h4:hover .anchor,
.markdown h5:hover .anchor,
.markdown h6:hover .anchor {
opacity: 1;
display: inline-block;
}
.markdown>br,
.markdown>p>br {
clear: both;
}
.hljs {
display: block;
background: white;
padding: 0.5em;
color: #333333;
overflow-x: auto;
}
.hljs-comment,
.hljs-meta {
color: #969896;
}
.hljs-string,
.hljs-variable,
.hljs-template-variable,
.hljs-strong,
.hljs-emphasis,
.hljs-quote {
color: #df5000;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-type {
color: #a71d5d;
}
.hljs-literal,
.hljs-symbol,
.hljs-bullet,
.hljs-attribute {
color: #0086b3;
}
.hljs-section,
.hljs-name {
color: #63a35c;
}
.hljs-tag {
color: #333333;
}
.hljs-title,
.hljs-attr,
.hljs-selector-id,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo {
color: #795da3;
}
.hljs-addition {
color: #55a532;
background-color: #eaffea;
}
.hljs-deletion {
color: #bd2c00;
background-color: #ffecec;
}
.hljs-link {
text-decoration: underline;
}
/* 代码高亮 */
/* PrismJS 1.15.0
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript */
/**
* prism.js default theme for JavaScript, CSS and HTML
* Based on dabblet (http://dabblet.com)
* @author Lea Verou
*/
code[class*="language-"],
pre[class*="language-"] {
color: black;
background: none;
text-shadow: 0 1px white;
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
pre[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection,
code[class*="language-"] ::-moz-selection {
text-shadow: none;
background: #b3d4fc;
}
pre[class*="language-"]::selection,
pre[class*="language-"] ::selection,
code[class*="language-"]::selection,
code[class*="language-"] ::selection {
text-shadow: none;
background: #b3d4fc;
}
@media print {
code[class*="language-"],
pre[class*="language-"] {
text-shadow: none;
}
}
/* Code blocks */
pre[class*="language-"] {
padding: 1em;
margin: .5em 0;
overflow: auto;
}
:not(pre)>code[class*="language-"],
pre[class*="language-"] {
background: #f5f2f0;
}
/* Inline code */
:not(pre)>code[class*="language-"] {
padding: .1em;
border-radius: .3em;
white-space: normal;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
color: slategray;
}
.token.punctuation {
color: #999;
}
.namespace {
opacity: .7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
color: #905;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
color: #9a6e3a;
background: hsla(0, 0%, 100%, .5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
color: #07a;
}
.token.function,
.token.class-name {
color: #DD4A68;
}
.token.regex,
.token.important,
.token.variable {
color: #e90;
}
.token.important,
.token.bold {
font-weight: bold;
}
.token.italic {
font-style: italic;
}
.token.entity {
cursor: help;
}
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
-429
View File
@@ -1,429 +0,0 @@
{
"id": "1858883",
"name": "pe'a'rui",
"font_family": "iconfont",
"css_prefix_text": "pear-icon",
"description": "",
"glyphs": [
{
"icon_id": "14135885",
"name": "日历",
"font_class": "rili",
"unicode": "e615",
"unicode_decimal": 58901
},
{
"icon_id": "14135887",
"name": "书包",
"font_class": "shubao",
"unicode": "e616",
"unicode_decimal": 58902
},
{
"icon_id": "14135890",
"name": "测量",
"font_class": "celiang",
"unicode": "e617",
"unicode_decimal": 58903
},
{
"icon_id": "14136158",
"name": "放大镜",
"font_class": "fangdajing",
"unicode": "e618",
"unicode_decimal": 58904
},
{
"icon_id": "14136159",
"name": "地球仪",
"font_class": "diqiuyi",
"unicode": "e619",
"unicode_decimal": 58905
},
{
"icon_id": "14136160",
"name": "笔记",
"font_class": "biji",
"unicode": "e61a",
"unicode_decimal": 58906
},
{
"icon_id": "14136161",
"name": "学士帽",
"font_class": "xueshimao",
"unicode": "e61b",
"unicode_decimal": 58907
},
{
"icon_id": "14136171",
"name": "线上直播",
"font_class": "xianshangzhibo",
"unicode": "e61c",
"unicode_decimal": 58908
},
{
"icon_id": "15045228",
"name": "目录1",
"font_class": "mulu1",
"unicode": "e670",
"unicode_decimal": 58992
},
{
"icon_id": "15045229",
"name": "编辑",
"font_class": "bianji1",
"unicode": "e671",
"unicode_decimal": 58993
},
{
"icon_id": "15045230",
"name": "更多1",
"font_class": "gengduo1",
"unicode": "e672",
"unicode_decimal": 58994
},
{
"icon_id": "15057284",
"name": "搜素",
"font_class": "sousu",
"unicode": "e673",
"unicode_decimal": 58995
},
{
"icon_id": "15057286",
"name": "设置",
"font_class": "shezhi",
"unicode": "e674",
"unicode_decimal": 58996
},
{
"icon_id": "15057288",
"name": "下载",
"font_class": "xiazai1",
"unicode": "e675",
"unicode_decimal": 58997
},
{
"icon_id": "15057293",
"name": "我的",
"font_class": "wode1",
"unicode": "e676",
"unicode_decimal": 58998
},
{
"icon_id": "15057296",
"name": "工具箱",
"font_class": "gongjuxiang",
"unicode": "e677",
"unicode_decimal": 58999
},
{
"icon_id": "15057297",
"name": "警告",
"font_class": "jinggao",
"unicode": "e678",
"unicode_decimal": 59000
},
{
"icon_id": "15057298",
"name": "星球",
"font_class": "xingqiu",
"unicode": "e679",
"unicode_decimal": 59001
},
{
"icon_id": "15057299",
"name": "邮件",
"font_class": "youjian",
"unicode": "e67a",
"unicode_decimal": 59002
},
{
"icon_id": "15057302",
"name": "链接",
"font_class": "lianjie",
"unicode": "e67b",
"unicode_decimal": 59003
},
{
"icon_id": "15033675",
"name": "转换",
"font_class": "zhuanhuan",
"unicode": "e644",
"unicode_decimal": 58948
},
{
"icon_id": "15033678",
"name": "分类1",
"font_class": "fenlei1",
"unicode": "e647",
"unicode_decimal": 58951
},
{
"icon_id": "15033683",
"name": "扫码",
"font_class": "saoma",
"unicode": "e64a",
"unicode_decimal": 58954
},
{
"icon_id": "15033684",
"name": "二维码",
"font_class": "erweima",
"unicode": "e64b",
"unicode_decimal": 58955
},
{
"icon_id": "15042790",
"name": "定位",
"font_class": "dingwei",
"unicode": "e64c",
"unicode_decimal": 58956
},
{
"icon_id": "15042791",
"name": "关闭",
"font_class": "guanbi",
"unicode": "e64d",
"unicode_decimal": 58957
},
{
"icon_id": "15042792",
"name": "分享",
"font_class": "fenxiang",
"unicode": "e64e",
"unicode_decimal": 58958
},
{
"icon_id": "15042793",
"name": "分享1",
"font_class": "fenxiang1",
"unicode": "e64f",
"unicode_decimal": 58959
},
{
"icon_id": "15042794",
"name": "关闭1",
"font_class": "guanbi1",
"unicode": "e650",
"unicode_decimal": 58960
},
{
"icon_id": "15042795",
"name": "多云",
"font_class": "duoyun",
"unicode": "e651",
"unicode_decimal": 58961
},
{
"icon_id": "15042796",
"name": "发现",
"font_class": "faxian",
"unicode": "e652",
"unicode_decimal": 58962
},
{
"icon_id": "15042797",
"name": "我的",
"font_class": "wode",
"unicode": "e653",
"unicode_decimal": 58963
},
{
"icon_id": "15042798",
"name": "编辑",
"font_class": "bianji",
"unicode": "e654",
"unicode_decimal": 58964
},
{
"icon_id": "15042799",
"name": "消息",
"font_class": "xiaoxi",
"unicode": "e655",
"unicode_decimal": 58965
},
{
"icon_id": "15042800",
"name": "首页",
"font_class": "shouye",
"unicode": "e656",
"unicode_decimal": 58966
},
{
"icon_id": "15042801",
"name": "窗户",
"font_class": "chuanghu",
"unicode": "e657",
"unicode_decimal": 58967
},
{
"icon_id": "15042802",
"name": "账单",
"font_class": "zhangdan",
"unicode": "e658",
"unicode_decimal": 58968
},
{
"icon_id": "15042803",
"name": "导航",
"font_class": "daohang",
"unicode": "e659",
"unicode_decimal": 58969
},
{
"icon_id": "15042804",
"name": "文件夹1",
"font_class": "wenjianjia1",
"unicode": "e65a",
"unicode_decimal": 58970
},
{
"icon_id": "15042805",
"name": "鼠标",
"font_class": "shubiao",
"unicode": "e65b",
"unicode_decimal": 58971
},
{
"icon_id": "15042806",
"name": "生活",
"font_class": "shenghuo",
"unicode": "e65c",
"unicode_decimal": 58972
},
{
"icon_id": "15042807",
"name": "耳机",
"font_class": "erji",
"unicode": "e65d",
"unicode_decimal": 58973
},
{
"icon_id": "15042808",
"name": "删除",
"font_class": "shanchu",
"unicode": "e65e",
"unicode_decimal": 58974
},
{
"icon_id": "15042809",
"name": "更多",
"font_class": "gengduo",
"unicode": "e65f",
"unicode_decimal": 58975
},
{
"icon_id": "15042810",
"name": "语音",
"font_class": "yuyin",
"unicode": "e660",
"unicode_decimal": 58976
},
{
"icon_id": "15042811",
"name": "文件",
"font_class": "wenjian",
"unicode": "e661",
"unicode_decimal": 58977
},
{
"icon_id": "15042812",
"name": "信号",
"font_class": "xinhao",
"unicode": "e662",
"unicode_decimal": 58978
},
{
"icon_id": "15042813",
"name": "首页1",
"font_class": "shouye1",
"unicode": "e663",
"unicode_decimal": 58979
},
{
"icon_id": "15042814",
"name": "图片",
"font_class": "tupian",
"unicode": "e664",
"unicode_decimal": 58980
},
{
"icon_id": "15042815",
"name": "文件夹",
"font_class": "wenjianjia",
"unicode": "e665",
"unicode_decimal": 58981
},
{
"icon_id": "15042816",
"name": "锁",
"font_class": "suo",
"unicode": "e666",
"unicode_decimal": 58982
},
{
"icon_id": "15045217",
"name": "等级",
"font_class": "dengji",
"unicode": "e667",
"unicode_decimal": 58983
},
{
"icon_id": "15045218",
"name": "上传1",
"font_class": "shangchuan1",
"unicode": "e668",
"unicode_decimal": 58984
},
{
"icon_id": "15045220",
"name": "添加",
"font_class": "tianjia",
"unicode": "e669",
"unicode_decimal": 58985
},
{
"icon_id": "15045221",
"name": "返回",
"font_class": "fanhui",
"unicode": "e66a",
"unicode_decimal": 58986
},
{
"icon_id": "15045222",
"name": "账单",
"font_class": "zhangdan1",
"unicode": "e66b",
"unicode_decimal": 58987
},
{
"icon_id": "15045223",
"name": "下载",
"font_class": "xiazai",
"unicode": "e66c",
"unicode_decimal": 58988
},
{
"icon_id": "15045224",
"name": "目录",
"font_class": "mulu",
"unicode": "e66d",
"unicode_decimal": 58989
},
{
"icon_id": "15045226",
"name": "关闭",
"font_class": "guanbi2",
"unicode": "e66e",
"unicode_decimal": 58990
},
{
"icon_id": "15045227",
"name": "上传",
"font_class": "shangchuan",
"unicode": "e66f",
"unicode_decimal": 58991
}
]
}
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 154 KiB

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 216 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 314 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 447 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 179 KiB

-1
View File
@@ -1 +0,0 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1606023214912" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6512" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M1023.984 512l-77.592-116.402 9-139.59-125.402-62.03-61.998-125.37-139.59 8.998L512 0.016l-116.372 77.59-139.62-8.998-61.998 125.37-125.374 62.03 9 139.59L0.016 512l77.62 116.372-9 139.62 125.374 61.998 61.998 125.374 139.62-9L512 1023.984l116.402-77.62 139.59 9 62.03-125.374 125.37-61.998-9-139.62z" fill="#f56c6c" p-id="6513" data-spm-anchor-id="a313x.7781069.0.i19" class="selected"></path><path d="M320.6 567.342l-75.936-123.622h-41.218v184.526h39.156v-123.87l76.466 123.87h40.436V443.72H320.6zM449.94 548.936h90.214v-31.874H449.94v-40.186h98.246V443.72h-138.434v184.526h140.246v-33.936H449.94zM780.678 443.72l-30.592 126.996-31.904-126.996h-38.094l-32.406 125.434-29.53-125.434h-40.716l48.998 184.526h41.216l31.094-125.964 31.626 125.964h40.434l49.78-184.526z" fill="#F5F7FA" p-id="6514"></path></svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 179 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 299 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 6.4 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 9.7 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 27 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 8.8 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 34 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 43 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 7.8 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 6.9 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 20 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 33 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 11 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 36 KiB

-1
View File
@@ -1 +0,0 @@
<svg id="bac3cfc7-b61b-48ce-8441-8100e40ddaa6" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="797.5" height="834.5" viewBox="0 0 797.5 834.5"><title>void</title><ellipse cx="308.5" cy="780" rx="308.5" ry="54.5" fill="#3f3d56"/><circle cx="496" cy="301.5" r="301.5" fill="#3f3d56"/><circle cx="496" cy="301.5" r="248.89787" opacity="0.05"/><circle cx="496" cy="301.5" r="203.99362" opacity="0.05"/><circle cx="496" cy="301.5" r="146.25957" opacity="0.05"/><path d="M398.42029,361.23224s-23.70394,66.72221-13.16886,90.42615,27.21564,46.52995,27.21564,46.52995S406.3216,365.62186,398.42029,361.23224Z" transform="translate(-201.25 -32.75)" fill="#d0cde1"/><path d="M398.42029,361.23224s-23.70394,66.72221-13.16886,90.42615,27.21564,46.52995,27.21564,46.52995S406.3216,365.62186,398.42029,361.23224Z" transform="translate(-201.25 -32.75)" opacity="0.1"/><path d="M415.10084,515.74682s-1.75585,16.68055-2.63377,17.55847.87792,2.63377,0,5.26754-1.75585,6.14547,0,7.02339-9.65716,78.13521-9.65716,78.13521-28.09356,36.8728-16.68055,94.81576l3.51169,58.82089s27.21564,1.75585,27.21564-7.90132c0,0-1.75585-11.413-1.75585-16.68055s4.38962-5.26754,1.75585-7.90131-2.63377-4.38962-2.63377-4.38962,4.38961-3.51169,3.51169-4.38962,7.90131-63.2105,7.90131-63.2105,9.65716-9.65716,9.65716-14.92471v-5.26754s4.38962-11.413,4.38962-12.29093,23.70394-54.43127,23.70394-54.43127l9.65716,38.62864,10.53509,55.3092s5.26754,50.04165,15.80262,69.356c0,0,18.4364,63.21051,18.4364,61.45466s30.72733-6.14547,29.84941-14.04678-18.4364-118.5197-18.4364-118.5197L533.62054,513.991Z" transform="translate(-201.25 -32.75)" fill="#2f2e41"/><path d="M391.3969,772.97846s-23.70394,46.53-7.90131,48.2858,21.94809,1.75585,28.97148-5.26754c3.83968-3.83968,11.61528-8.99134,17.87566-12.87285a23.117,23.117,0,0,0,10.96893-21.98175c-.463-4.29531-2.06792-7.83444-6.01858-8.16366-10.53508-.87792-22.826-10.53508-22.826-10.53508Z" transform="translate(-201.25 -32.75)" fill="#2f2e41"/><path d="M522.20753,807.21748s-23.70394,46.53-7.90131,48.28581,21.94809,1.75584,28.97148-5.26754c3.83968-3.83969,11.61528-8.99134,17.87566-12.87285a23.117,23.117,0,0,0,10.96893-21.98175c-.463-4.29531-2.06792-7.83444-6.01857-8.16367-10.53509-.87792-22.826-10.53508-22.826-10.53508Z" transform="translate(-201.25 -32.75)" fill="#2f2e41"/><circle cx="295.90488" cy="215.43252" r="36.90462" fill="#ffb8b8"/><path d="M473.43048,260.30832S447.07,308.81154,444.9612,308.81154,492.41,324.62781,492.41,324.62781s13.70743-46.39439,15.81626-50.61206Z" transform="translate(-201.25 -32.75)" fill="#ffb8b8"/><path d="M513.86726,313.3854s-52.67543-28.97148-57.943-28.09356-61.45466,50.04166-60.57673,70.2339,7.90131,53.55335,7.90131,53.55335,2.63377,93.05991,7.90131,93.93783-.87792,16.68055.87793,16.68055,122.90931,0,123.78724-2.63377S513.86726,313.3854,513.86726,313.3854Z" transform="translate(-201.25 -32.75)" fill="#d0cde1"/><path d="M543.2777,521.89228s16.68055,50.91958,2.63377,49.16373-20.19224-43.89619-20.19224-43.89619Z" transform="translate(-201.25 -32.75)" fill="#ffb8b8"/><path d="M498.50359,310.31267s-32.48318,7.02339-27.21563,50.91957,14.9247,87.79237,14.9247,87.79237l32.48318,71.11182,3.51169,13.16886,23.70394-6.14547L528.353,425.32067s-6.14547-108.86253-14.04678-112.37423A33.99966,33.99966,0,0,0,498.50359,310.31267Z" transform="translate(-201.25 -32.75)" fill="#d0cde1"/><polygon points="277.5 414.958 317.885 486.947 283.86 411.09 277.5 414.958" opacity="0.1"/><path d="M533.896,237.31585l.122-2.82012,5.6101,1.39632a6.26971,6.26971,0,0,0-2.5138-4.61513l5.97581-.33413a64.47667,64.47667,0,0,0-43.1245-26.65136c-12.92583-1.87346-27.31837.83756-36.182,10.43045-4.29926,4.653-7.00067,10.57018-8.92232,16.60685-3.53926,11.11821-4.26038,24.3719,3.11964,33.40938,7.5006,9.18513,20.602,10.98439,32.40592,12.12114,4.15328.4,8.50581.77216,12.35457-.83928a29.721,29.721,0,0,0-1.6539-13.03688,8.68665,8.68665,0,0,1-.87879-4.15246c.5247-3.51164,5.20884-4.39635,8.72762-3.9219s7.74984,1.20031,10.062-1.49432c1.59261-1.85609,1.49867-4.559,1.70967-6.99575C521.28248,239.785,533.83587,238.70653,533.896,237.31585Z" transform="translate(-201.25 -32.75)" fill="#2f2e41"/><circle cx="559" cy="744.5" r="43" fill="#3ec483"/><circle cx="54" cy="729.5" r="43" fill="#3ec483"/><circle cx="54" cy="672.5" r="31" fill="#3ec483"/><circle cx="54" cy="624.5" r="22" fill="#3ec483"/></svg>

Before

Width:  |  Height:  |  Size: 4.2 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 14 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 9.5 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 21 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 11 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 24 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 21 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 11 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 20 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 8.8 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 33 KiB

-34
View File
@@ -1,34 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="681" height="686.689" viewBox="0 0 681 686.689">
<g id="Group_25" data-name="Group 25" transform="translate(-228 -105)">
<ellipse id="Ellipse_92" data-name="Ellipse 92" cx="340.5" cy="20" rx="340.5" ry="20" transform="translate(228 751.689)" fill="#e6e6e6"/>
<path id="Path_607" data-name="Path 607" d="M614,263.086h-3.663V162.735a58.08,58.08,0,0,0-58.08-58.08H339.651a58.08,58.08,0,0,0-58.08,58.08V713.265a58.08,58.08,0,0,0,58.08,58.08H552.257a58.08,58.08,0,0,0,58.08-58.08V334.517H614Z" transform="translate(0 0.345)" fill="#3f3d56"/>
<path id="Path_608" data-name="Path 608" d="M597.975,163.141V712.86A43.376,43.376,0,0,1,554.6,756.235H340.974A43.376,43.376,0,0,1,297.6,712.861V163.141a43.376,43.376,0,0,1,43.375-43.375h25.916a20.617,20.617,0,0,0,19.081,28.389h121.8a20.617,20.617,0,0,0,19.082-28.389H554.6a43.376,43.376,0,0,1,43.375,43.375Z" transform="translate(0 0.345)" fill="#fff"/>
<path id="Path_609" data-name="Path 609" d="M212.286,474.693h-4.493l1.5-87.756h1.5Z" transform="translate(184 105)" fill="#e6e6e6"/>
<path id="Path_610" data-name="Path 610" d="M400.029,436.342l7.252-11.207a168.035,168.035,0,0,0-7.44-17.416l-4.689,3.788,3.713-5.738c-3.539-6.965-6.323-11.354-6.323-11.354S378,417.332,373.139,441.6l9.306,14.382-10.3-8.321a67.979,67.979,0,0,0-.565,8.524c0,28.739,9.386,52.036,20.964,52.036s20.964-23.3,20.964-52.036c0-8.909-2.016-18.23-4.8-26.853Z" transform="translate(0 0.345)" fill="#ccc"/>
<path id="Path_611" data-name="Path 611" d="M329.245,474.693h-4.493l1.5-87.756h1.5Z" transform="translate(184 105)" fill="#e6e6e6"/>
<path id="Path_612" data-name="Path 612" d="M516.988,436.342l7.252-11.207a168.022,168.022,0,0,0-7.44-17.416l-4.689,3.788,3.713-5.738c-3.539-6.965-6.323-11.354-6.323-11.354s-14.544,22.919-19.4,47.185L499.4,455.98l-10.3-8.321a67.979,67.979,0,0,0-.565,8.524c0,28.739,9.386,52.036,20.964,52.036s20.964-23.3,20.964-52.036c0-8.909-2.016-18.23-4.8-26.853Z" transform="translate(0 0.345)" fill="#ccc"/>
<circle id="Ellipse_94" data-name="Ellipse 94" cx="41.28" cy="41.28" r="41.28" transform="translate(351.587 206.238)" fill="#e6e6e6"/>
<path id="Path_613" data-name="Path 613" d="M266.043,461.916H256.78l3.088-180.945h3.087Z" transform="translate(184 105)" fill="#e6e6e6"/>
<path id="Path_614" data-name="Path 614" d="M457.762,271.706,472.715,248.6a346.45,346.45,0,0,0-15.341-35.911l-9.669,7.809,7.656-11.832c-7.3-14.362-13.037-23.411-13.037-23.411s-29.988,47.256-40.007,97.29L421.5,312.2l-21.242-17.157a140.16,140.16,0,0,0-1.165,17.576c0,59.257,19.353,107.294,43.226,107.294s43.226-48.037,43.226-107.294c0-18.37-4.156-37.589-9.889-55.368Z" transform="translate(0 0.345)" fill="#ccc"/>
<path id="Path_615" data-name="Path 615" d="M591.743,592.653V715.661c0,24.949-19.419,45.174-43.375,45.175H334.742c-23.955,0-43.375-20.225-43.376-45.175V604.645c37.038-45.282,90.589-72.345,147.662-74.624S551.485,550.456,591.743,592.653Z" transform="translate(6.232 0.345)" fill="#e6e6e6"/>
<circle id="Ellipse_95" data-name="Ellipse 95" cx="63.208" cy="63.208" r="63.208" transform="translate(384.812 587.922)" fill="#3ec483" opacity="0.2"/>
<circle id="Ellipse_96" data-name="Ellipse 96" cx="50.895" cy="50.895" r="50.895" transform="translate(397.125 600.235)" fill="#3ec483"/>
<path id="Path_616" data-name="Path 616" d="M258.084,567.89l-17.937-23.061,10.431-8.113,8.492,10.919,28.689-30.284,9.594,9.088Z" transform="translate(184 105)" fill="#fff"/>
<g id="Group_24" data-name="Group 24">
<circle id="Ellipse_97" data-name="Ellipse 97" cx="33" cy="33" r="33" transform="translate(685.486 505.969)" fill="#2f2e41"/>
<path id="Path_624" data-name="Path 624" d="M553.859,383.226l2.542,11.993,47.47-4.1-3.751-17.7Z" transform="translate(178 341)" fill="#ffb8b8"/>
<path id="Path_625" data-name="Path 625" d="M789.188,618.5h38.531v14.887H804.075A14.887,14.887,0,0,1,789.188,618.5Z" transform="translate(286.71 1661.973) rotate(-101.965)" fill="#2f2e41"/>
<path id="Path_626" data-name="Path 626" d="M524.12,382.586l-5.343,11.035-45.1-15.357,7.886-16.285Z" transform="translate(178 341)" fill="#ffb8b8"/>
<path id="Path_627" data-name="Path 627" d="M771.037,617.456h23.644v14.887H756.151A14.887,14.887,0,0,1,771.037,617.456Z" transform="translate(-201.941 1165.868) rotate(-64.164)" fill="#2f2e41"/>
<path id="Path_628" data-name="Path 628" d="M690.259,586.414a10.743,10.743,0,0,0,12.709-10.48l74.374-68.571-18.47-14.305L691.535,565a10.8,10.8,0,0,0-1.275,21.413Z" transform="translate(-77 115.379)" fill="#ffb8b8"/>
<circle id="Ellipse_98" data-name="Ellipse 98" cx="24.561" cy="24.561" r="24.561" transform="translate(689.783 524.337)" fill="#ffb8b8"/>
<path id="Path_629" data-name="Path 629" d="M813.386,577.893c-17.229,0-37.978-3.628-50.779-18.477l-.288-.334.3-.328c.1-.107,9.514-10.869.111-30.061L749.8,532.67l-12.87-16.989,7.13-21.389,29.177-23.5A26.751,26.751,0,0,1,787.846,465a80.211,80.211,0,0,0,27.785-7.913,27.906,27.906,0,0,1,12.8-2.8l.574.016a9.95,9.95,0,0,1,9.641,10.708c-1.979,25.63-5.472,87.543,4.792,108.861l.265.551-.592.15a136.109,136.109,0,0,1-29.723,3.319Z" transform="translate(-77 115.379)" fill="#3ec483"/>
<path id="Path_630" data-name="Path 630" d="M765.986,559.09s-65-6-72,13,1,28,13,32,41,9,41,9l13-16,34,2s37.885,21.973,48.36,45.474A30.762,30.762,0,0,0,869.123,662.8c8.4.584,15.863-2.587,15.863-15.712,0-30-42-73-42-73Z" transform="translate(-77 115.379)" fill="#2f2e41"/>
<path id="Path_631" data-name="Path 631" d="M716.486,588.59s17-5,44,8" transform="translate(-77 115.379)" fill="#2f2e41"/>
<path id="Path_632" data-name="Path 632" d="M766.843,417.855a73.042,73.042,0,0,0,31.6,10.412l-3.331-3.991a24.476,24.476,0,0,0,7.561,1.5,8.281,8.281,0,0,0,6.75-3.159,7.7,7.7,0,0,0,.516-7.115,14.589,14.589,0,0,0-4.589-5.739,27.323,27.323,0,0,0-25.431-4.545,16.33,16.33,0,0,0-7.6,4.872,9.236,9.236,0,0,0-1.863,8.561" transform="translate(-77 115.379)" fill="#2f2e41"/>
<path id="Path_633" data-name="Path 633" d="M795.309,398.224A75.485,75.485,0,0,1,814.446,371.7c5.292-4.7,11.473-8.743,18.446-9.963s14.833.87,19.111,6.511c3.5,4.613,4.152,10.793,3.767,16.569s-1.676,11.5-1.553,17.284a35.468,35.468,0,0,0,50.527,31.351c-6.022,3.329-10.714,8.6-16.3,12.608s-12.963,6.76-19.312,4.11c-6.718-2.8-9.8-10.419-12.206-17.29l-10.732-30.64c-1.824-5.209-3.739-10.572-7.462-14.645s-9.765-6.557-14.889-4.509c-3.884,1.552-6.413,5.258-8.63,8.8s-4.557,7.32-8.3,9.179-9.3.715-10.523-3.285" transform="translate(-77 115.379)" fill="#2f2e41"/>
<path id="Path_636" data-name="Path 636" d="M803.736,577.979a11.57,11.57,0,0,1-1.268-.07,11,11,0,0,1,1.251-21.931,10.626,10.626,0,0,1,1.466.109l33.578-35.745-3.505-11.685,17.6-7.892,4.934,12.06A20.49,20.49,0,0,1,851.62,536.5l-36.961,29.4a10.238,10.238,0,0,1,.06,1.079,11.018,11.018,0,0,1-3.664,8.2A10.872,10.872,0,0,1,803.736,577.979Z" transform="translate(-77 115.379)" fill="#ffb8b8"/>
<path id="Path_637" data-name="Path 637" d="M829.986,459.09h0a9.453,9.453,0,0,1,12.628,5.156l17.372,43.844-27,18Z" transform="translate(-77 115.379)" fill="#3ec483"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

-120
View File
@@ -1,120 +0,0 @@
/** EasyWeb site v2.0.1 date:2019-11-03 License By http://easyweb.vip */
layui.config({
base: getProjectUrl() + 'static/index/module/'
}).use(['jquery', 'element', 'util', 'admin'], function () {
var $ = layui.jquery;
var element = layui.element;
var util = layui.util;
var admin = layui.admin;
admin.removeLoading();
if ($('.ew-header').length > 0) {
// 获取当前页面所有的导航id
var navIds = [];
$('[nav-id]').each(function () {
navIds.push($(this).attr('nav-id'));
});
// 导航点击事件
element.on('nav(ew-header-nav)', function (elem) {
var layHref = $(elem).attr('lay-href');
if (layHref) {
if (navIds.length == 0) {
location.href = layHref;
} else if (layHref.indexOf('#') != -1) {
var hash = layHref.substring(layHref.indexOf('#') + 1);
var $section = $('[nav-id="' + hash + '"]');
if ($section.length > 0) {
$('html,body').animate({scrollTop: $section.offset().top - 70}, 300);
}
} else {
$('html').animate({scrollTop: 0}, 300);
}
}
});
// 滚动监听,节流处理
if (navIds.length > 0) {
$(window).on('scroll', function () {
doOnScroll();
});
if (location.hash) {
$('.ew-header a[lay-href$="' + location.hash.substring(1) + '"]').trigger('click');
} else {
doOnScroll();
}
// nav-scroll事件
$(document).on('click', '[nav-scroll]', function () {
var hash = $(this).attr('nav-scroll');
var $section = $('[nav-id="' + hash + '"]');
if ($section.length > 0) {
$('.ew-header .layui-nav-item').removeClass('layui-this');
$('.ew-header a[lay-href$="#' + hash + '"]').parent().addClass('layui-this');
$('html,body').animate({scrollTop: $section.offset().top - 70}, 300);
}
});
}
// 返回顶部
util.fixbar({
bgcolor: '#3EC483',
bar1: '&#xe606;',
click: function (type) {
if (type == 'bar1') {
window.open('http://qm.qq.com/cgi-bin/qm/qr?k=wguN0SYYFVTX9K-5Muf36E_J77bCzdDD&authKey=Ye5voDJGOphYUvypWJHOEyHoYBcgzk1l7djAS4fWcmls1jybLnYjwLrzwsS6Jdo3&group_code=682110771');
}
}
});
}
// 同步当前滚动位置
function doOnScroll() {
var winScrollTop = $(window).scrollTop();
for (var i = navIds.length - 1; i >= 0; i--) {
if (winScrollTop >= ($('[nav-id="' + navIds[i] + '"]').offset().top - 75)) {
$('.ew-header .layui-nav-item').removeClass('layui-this');
$('.ew-header a[lay-href$="#' + navIds[i] + '"]').parent().addClass('layui-this');
return;
}
}
$('.ew-header .layui-nav-item').removeClass('layui-this');
$('.ew-header a[lay-href="index.html"]').parent().addClass('layui-this');
}
// 移动设备下头部导航多级菜单展开折叠
$('body').on('click', '.ew-nav-group .layui-nav-item', function (e) {
if (admin.getPageWidth() < 935) {
$('.ew-nav-group .layui-nav-item>.layui-nav-child').removeClass('layui-anim layui-anim-upbit');
var $navChild = $(this).children('.layui-nav-child');
if ($navChild.hasClass('layui-show')) {
$navChild.removeClass('layui-show');
$(this).find('.layui-nav-more').removeClass('layui-nav-mored');
} else {
$('.ew-nav-group .layui-nav-item>.layui-nav-child').removeClass('layui-show');
$('.ew-nav-group .layui-nav-item>a>.layui-nav-more').removeClass('layui-nav-mored');
$navChild.addClass('layui-show');
$(this).find('.layui-nav-more').addClass('layui-nav-mored');
}
}
});
});
// 获取当前项目的根路径
function getProjectUrl() {
var layuiDir = layui.cache.dir;
if (!layuiDir) {
var js = document.scripts, last = js.length - 1, src;
for (var i = last; i > 0; i--) {
if (js[i].readyState === 'interactive') {
src = js[i].src;
break;
}
}
var jsPath = src || js[last].src;
layuiDir = jsPath.substring(0, jsPath.lastIndexOf('/') + 1);
}
return layuiDir.substring(0, layuiDir.indexOf('assets'));
}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
-2
View File
@@ -1,2 +0,0 @@
/** layui-v2.5.4 MIT License By https://www.layui.com */
html #layuicss-skincodecss{display:none;position:absolute;width:1989px}.layui-code-h3,.layui-code-view{position:relative;font-size:12px}.layui-code-view{display:block;margin:10px 0;padding:0;border:1px solid #e2e2e2;border-left-width:6px;background-color:#F2F2F2;color:#333;font-family:Courier New}.layui-code-h3{padding:0 10px;height:32px;line-height:32px;border-bottom:1px solid #e2e2e2}.layui-code-h3 a{position:absolute;right:10px;top:0;color:#999}.layui-code-view .layui-code-ol{position:relative;overflow:auto}.layui-code-view .layui-code-ol li{position:relative;margin-left:45px;line-height:20px;padding:0 5px;border-left:1px solid #e2e2e2;list-style-type:decimal-leading-zero;*list-style-type:decimal;background-color:#fff}.layui-code-view pre{margin:0}.layui-code-notepad{border:1px solid #0C0C0C;border-left-color:#3F3F3F;background-color:#0C0C0C;color:#C2BE9E}.layui-code-notepad .layui-code-h3{border-bottom:none}.layui-code-notepad .layui-code-ol li{background-color:#3F3F3F;border-left:none}
File diff suppressed because one or more lines are too long
Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 701 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 277 KiB

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Some files were not shown because too many files have changed in this diff Show More