first commit
10
src/App.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<transition name="fade">
|
||||
<router-view></router-view>
|
||||
</transition>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
}
|
||||
</script>
|
||||
BIN
src/assets/img/avatar.png
Normal file
|
After Width: | Height: | Size: 40 KiB |
BIN
src/assets/img/avatar1.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
src/assets/img/avatar10.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
src/assets/img/avatar2.png
Normal file
|
After Width: | Height: | Size: 45 KiB |
BIN
src/assets/img/avatar3.png
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
src/assets/img/avatar4.png
Normal file
|
After Width: | Height: | Size: 7.8 KiB |
BIN
src/assets/img/avatar6.png
Normal file
|
After Width: | Height: | Size: 174 KiB |
BIN
src/assets/img/avatar7.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
src/assets/img/avatar8.png
Normal file
|
After Width: | Height: | Size: 577 KiB |
BIN
src/assets/img/avatar9.png
Normal file
|
After Width: | Height: | Size: 139 KiB |
BIN
src/assets/img/login_bg.jpg
Normal file
|
After Width: | Height: | Size: 416 KiB |
364
src/assets/scss/_base.scss
Normal file
@@ -0,0 +1,364 @@
|
||||
*,
|
||||
*:before,
|
||||
*:after {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
body {
|
||||
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
line-height: 1.15;
|
||||
color: #303133;
|
||||
background-color: #fff;
|
||||
}
|
||||
a {
|
||||
color: mix(#fff, $--color-primary, 20%);
|
||||
text-decoration: none;
|
||||
&:focus,
|
||||
&:hover {
|
||||
color: $--color-primary;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
||||
/* Utils
|
||||
------------------------------ */
|
||||
.clearfix:before,
|
||||
.clearfix:after {
|
||||
content: " ";
|
||||
display: table;
|
||||
}
|
||||
.clearfix:after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
|
||||
/* Animation
|
||||
------------------------------ */
|
||||
.fade-enter-active,
|
||||
.fade-leave-active {
|
||||
transition: opacity .5s;
|
||||
}
|
||||
.fade-enter,
|
||||
.fade-leave-to {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
|
||||
/* Reset element-ui
|
||||
------------------------------ */
|
||||
.site-wrapper {
|
||||
.el-pagination {
|
||||
margin-top: 15px;
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Layout
|
||||
------------------------------ */
|
||||
.site-wrapper {
|
||||
position: relative;
|
||||
min-width: 1180px;
|
||||
}
|
||||
|
||||
|
||||
/* Sidebar fold
|
||||
------------------------------ */
|
||||
.site-sidebar--fold {
|
||||
.site-navbar__header,
|
||||
.site-navbar__brand,
|
||||
.site-sidebar,
|
||||
.site-sidebar__inner,
|
||||
.el-menu.site-sidebar__menu {
|
||||
width: 64px;
|
||||
}
|
||||
.site-navbar__body,
|
||||
.site-content__wrapper {
|
||||
margin-left: 64px;
|
||||
}
|
||||
.site-navbar__brand {
|
||||
&-lg {
|
||||
display: none;
|
||||
}
|
||||
&-mini {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
.site-sidebar,
|
||||
.site-sidebar__inner {
|
||||
overflow: initial;
|
||||
}
|
||||
.site-sidebar__menu-icon {
|
||||
margin-right: 0;
|
||||
font-size: 20px;
|
||||
}
|
||||
.site-content--tabs > .el-tabs > .el-tabs__header {
|
||||
left: 64px;
|
||||
}
|
||||
}
|
||||
// animation
|
||||
.site-navbar__header,
|
||||
.site-navbar__brand,
|
||||
.site-navbar__body,
|
||||
.site-sidebar,
|
||||
.site-sidebar__inner,
|
||||
.site-sidebar__menu.el-menu,
|
||||
.site-sidebar__menu-icon,
|
||||
.site-content__wrapper,
|
||||
.site-content--tabs > .el-tabs .el-tabs__header {
|
||||
transition: inline-block .3s, left .3s, width .3s, margin-left .3s, font-size .3s;
|
||||
}
|
||||
|
||||
|
||||
/* Navbar
|
||||
------------------------------ */
|
||||
.site-navbar {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
z-index: 1030;
|
||||
height: 50px;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
|
||||
background-color: $navbar--background-color;
|
||||
|
||||
&--inverse {
|
||||
.site-navbar__body {
|
||||
background-color: transparent;
|
||||
}
|
||||
.el-menu {
|
||||
> .el-menu-item,
|
||||
> .el-submenu > .el-submenu__title {
|
||||
color: #fff;
|
||||
&:focus,
|
||||
&:hover {
|
||||
color: #fff;
|
||||
background-color: mix(#000, $navbar--background-color, 15%);
|
||||
}
|
||||
}
|
||||
> .el-menu-item.is-active,
|
||||
> .el-submenu.is-active > .el-submenu__title {
|
||||
border-bottom-color: mix(#fff, $navbar--background-color, 85%);
|
||||
}
|
||||
.el-menu-item i,
|
||||
.el-submenu__title i,
|
||||
.el-dropdown {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
.el-menu--popup-bottom-start {
|
||||
background-color: $navbar--background-color;
|
||||
}
|
||||
}
|
||||
|
||||
&__header {
|
||||
position: relative;
|
||||
float: left;
|
||||
width: 230px;
|
||||
height: 50px;
|
||||
overflow: hidden;
|
||||
}
|
||||
&__brand {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
width: 230px;
|
||||
height: 50px;
|
||||
margin: 0;
|
||||
line-height: 50px;
|
||||
font-size: 18px;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
white-space: nowrap;
|
||||
color: #fff;
|
||||
|
||||
&-lg,
|
||||
&-mini {
|
||||
margin: 0 5px;
|
||||
color: #fff;
|
||||
&:focus,
|
||||
&:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
&-mini {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
&__switch {
|
||||
font-size: 18px;
|
||||
border-bottom: none !important;
|
||||
}
|
||||
&__avatar {
|
||||
border-bottom: none !important;
|
||||
* {
|
||||
vertical-align: inherit;
|
||||
}
|
||||
.el-dropdown-link {
|
||||
> img {
|
||||
width: 36px;
|
||||
height: auto;
|
||||
margin-right: 5px;
|
||||
border-radius: 100%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
}
|
||||
&__body {
|
||||
position: relative;
|
||||
margin-left: 230px;
|
||||
padding-right: 15px;
|
||||
background-color: #fff;
|
||||
}
|
||||
&__menu {
|
||||
float: left;
|
||||
background-color: transparent;
|
||||
border-bottom: 0;
|
||||
|
||||
&--right {
|
||||
float: right;
|
||||
}
|
||||
a:focus,
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
.el-menu-item,
|
||||
.el-submenu > .el-submenu__title {
|
||||
height: 50px;
|
||||
line-height: 50px;
|
||||
}
|
||||
.el-submenu > .el-menu {
|
||||
top: 55px;
|
||||
}
|
||||
.el-badge {
|
||||
display: inline;
|
||||
z-index: 2;
|
||||
&__content {
|
||||
line-height: 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Sidebar
|
||||
------------------------------ */
|
||||
.site-sidebar {
|
||||
position: fixed;
|
||||
top: 50px;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
z-index: 1020;
|
||||
width: 230px;
|
||||
overflow: hidden;
|
||||
|
||||
&--dark,
|
||||
&--dark-popper {
|
||||
background-color: $sidebar--background-color-dark;
|
||||
.site-sidebar__menu.el-menu,
|
||||
> .el-menu--popup {
|
||||
background-color: $sidebar--background-color-dark;
|
||||
.el-menu-item,
|
||||
.el-submenu > .el-submenu__title {
|
||||
color: $sidebar--color-text-dark;
|
||||
&:focus,
|
||||
&:hover {
|
||||
color: mix(#fff, $sidebar--color-text-dark, 50%);
|
||||
background-color: mix(#293749, $sidebar--background-color-dark, 65%);
|
||||
}
|
||||
}
|
||||
.el-menu,
|
||||
.el-submenu.is-opened {
|
||||
background-color: mix(#000, $sidebar--background-color-dark, 15%);
|
||||
}
|
||||
.el-menu-item.is-active,
|
||||
.el-submenu.is-active > .el-submenu__title {
|
||||
color: mix(#4f9dec, $sidebar--color-text-dark, 100%);
|
||||
}
|
||||
}
|
||||
}
|
||||
&__inner {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
width: 250px;
|
||||
height: 100%;
|
||||
padding-bottom: 15px;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
&__menu.el-menu {
|
||||
width: 230px;
|
||||
border-right: 0;
|
||||
}
|
||||
&__menu-icon {
|
||||
width: 24px;
|
||||
margin-right: 5px;
|
||||
text-align: center;
|
||||
font-size: 18px;
|
||||
color: inherit !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Content
|
||||
------------------------------ */
|
||||
.site-content {
|
||||
position: relative;
|
||||
padding: 15px;
|
||||
|
||||
&__wrapper {
|
||||
position: relative;
|
||||
padding-top: 50px;
|
||||
margin-left: 230px;
|
||||
min-height: 100%;
|
||||
background: $content--background-color;
|
||||
}
|
||||
&--tabs {
|
||||
padding: 55px 0 0;
|
||||
}
|
||||
> .el-tabs {
|
||||
> .el-tabs__header {
|
||||
position: fixed;
|
||||
top: 50px;
|
||||
left: 230px;
|
||||
right: 0;
|
||||
z-index: 930;
|
||||
padding: 0 55px 0 15px;
|
||||
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12), 0 0 6px 0 rgba(0, 0, 0, .04);
|
||||
background-color: #fff;
|
||||
> .el-tabs__nav-wrap {
|
||||
margin-bottom: 0;
|
||||
&:after {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
> .el-tabs__content {
|
||||
padding: 0 15px 15px;
|
||||
> .site-tabs__tools {
|
||||
position: fixed;
|
||||
top: 50px;
|
||||
right: 0;
|
||||
z-index: 931;
|
||||
height: 40px;
|
||||
padding: 0 12px;
|
||||
font-size: 16px;
|
||||
line-height: 40px;
|
||||
background-color: $content--background-color;
|
||||
cursor: pointer;
|
||||
.el-icon--right {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.el-table__expand-icon {
|
||||
display: inline-block;
|
||||
width: 14px;
|
||||
vertical-align: middle;
|
||||
margin-right: 5px;
|
||||
}
|
||||
447
src/assets/scss/_normalize.scss
Normal file
@@ -0,0 +1,447 @@
|
||||
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
|
||||
|
||||
/* Document
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* 1. Correct the line height in all browsers.
|
||||
* 2. Prevent adjustments of font size after orientation changes in
|
||||
* IE on Windows Phone and in iOS.
|
||||
*/
|
||||
|
||||
html {
|
||||
line-height: 1.15; /* 1 */
|
||||
-ms-text-size-adjust: 100%; /* 2 */
|
||||
-webkit-text-size-adjust: 100%; /* 2 */
|
||||
}
|
||||
|
||||
/* Sections
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Remove the margin in all browsers (opinionated).
|
||||
*/
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Add the correct display in IE 9-.
|
||||
*/
|
||||
|
||||
article,
|
||||
aside,
|
||||
footer,
|
||||
header,
|
||||
nav,
|
||||
section {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct the font size and margin on `h1` elements within `section` and
|
||||
* `article` contexts in Chrome, Firefox, and Safari.
|
||||
*/
|
||||
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
margin: 0.67em 0;
|
||||
}
|
||||
|
||||
/* Grouping content
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Add the correct display in IE 9-.
|
||||
* 1. Add the correct display in IE.
|
||||
*/
|
||||
|
||||
figcaption,
|
||||
figure,
|
||||
main { /* 1 */
|
||||
display: block;
|
||||
}
|
||||
|
||||
/**
|
||||
* Add the correct margin in IE 8.
|
||||
*/
|
||||
|
||||
figure {
|
||||
margin: 1em 40px;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Add the correct box sizing in Firefox.
|
||||
* 2. Show the overflow in Edge and IE.
|
||||
*/
|
||||
|
||||
hr {
|
||||
box-sizing: content-box; /* 1 */
|
||||
height: 0; /* 1 */
|
||||
overflow: visible; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct the inheritance and scaling of font size in all browsers.
|
||||
* 2. Correct the odd `em` font sizing in all browsers.
|
||||
*/
|
||||
|
||||
pre {
|
||||
font-family: monospace, monospace; /* 1 */
|
||||
font-size: 1em; /* 2 */
|
||||
}
|
||||
|
||||
/* Text-level semantics
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* 1. Remove the gray background on active links in IE 10.
|
||||
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
|
||||
*/
|
||||
|
||||
a {
|
||||
background-color: transparent; /* 1 */
|
||||
-webkit-text-decoration-skip: objects; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
|
||||
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
|
||||
*/
|
||||
|
||||
abbr[title] {
|
||||
border-bottom: none; /* 1 */
|
||||
text-decoration: underline; /* 2 */
|
||||
text-decoration: underline dotted; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
|
||||
*/
|
||||
|
||||
b,
|
||||
strong {
|
||||
font-weight: inherit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Add the correct font weight in Chrome, Edge, and Safari.
|
||||
*/
|
||||
|
||||
b,
|
||||
strong {
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct the inheritance and scaling of font size in all browsers.
|
||||
* 2. Correct the odd `em` font sizing in all browsers.
|
||||
*/
|
||||
|
||||
code,
|
||||
kbd,
|
||||
samp {
|
||||
font-family: monospace, monospace; /* 1 */
|
||||
font-size: 1em; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Add the correct font style in Android 4.3-.
|
||||
*/
|
||||
|
||||
dfn {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/**
|
||||
* Add the correct background and color in IE 9-.
|
||||
*/
|
||||
|
||||
mark {
|
||||
background-color: #ff0;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
/**
|
||||
* Add the correct font size in all browsers.
|
||||
*/
|
||||
|
||||
small {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
/**
|
||||
* Prevent `sub` and `sup` elements from affecting the line height in
|
||||
* all browsers.
|
||||
*/
|
||||
|
||||
sub,
|
||||
sup {
|
||||
font-size: 75%;
|
||||
line-height: 0;
|
||||
position: relative;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
sub {
|
||||
bottom: -0.25em;
|
||||
}
|
||||
|
||||
sup {
|
||||
top: -0.5em;
|
||||
}
|
||||
|
||||
/* Embedded content
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Add the correct display in IE 9-.
|
||||
*/
|
||||
|
||||
audio,
|
||||
video {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/**
|
||||
* Add the correct display in iOS 4-7.
|
||||
*/
|
||||
|
||||
audio:not([controls]) {
|
||||
display: none;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove the border on images inside links in IE 10-.
|
||||
*/
|
||||
|
||||
img {
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Hide the overflow in IE.
|
||||
*/
|
||||
|
||||
svg:not(:root) {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* Forms
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* 1. Change the font styles in all browsers (opinionated).
|
||||
* 2. Remove the margin in Firefox and Safari.
|
||||
*/
|
||||
|
||||
button,
|
||||
input,
|
||||
optgroup,
|
||||
select,
|
||||
textarea {
|
||||
font-family: sans-serif; /* 1 */
|
||||
font-size: 100%; /* 1 */
|
||||
line-height: 1.15; /* 1 */
|
||||
margin: 0; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Show the overflow in IE.
|
||||
* 1. Show the overflow in Edge.
|
||||
*/
|
||||
|
||||
button,
|
||||
input { /* 1 */
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove the inheritance of text transform in Edge, Firefox, and IE.
|
||||
* 1. Remove the inheritance of text transform in Firefox.
|
||||
*/
|
||||
|
||||
button,
|
||||
select { /* 1 */
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
|
||||
* controls in Android 4.
|
||||
* 2. Correct the inability to style clickable types in iOS and Safari.
|
||||
*/
|
||||
|
||||
button,
|
||||
html [type="button"], /* 1 */
|
||||
[type="reset"],
|
||||
[type="submit"] {
|
||||
-webkit-appearance: button; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove the inner border and padding in Firefox.
|
||||
*/
|
||||
|
||||
button::-moz-focus-inner,
|
||||
[type="button"]::-moz-focus-inner,
|
||||
[type="reset"]::-moz-focus-inner,
|
||||
[type="submit"]::-moz-focus-inner {
|
||||
border-style: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Restore the focus styles unset by the previous rule.
|
||||
*/
|
||||
|
||||
button:-moz-focusring,
|
||||
[type="button"]:-moz-focusring,
|
||||
[type="reset"]:-moz-focusring,
|
||||
[type="submit"]:-moz-focusring {
|
||||
outline: 1px dotted ButtonText;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct the padding in Firefox.
|
||||
*/
|
||||
|
||||
fieldset {
|
||||
padding: 0.35em 0.75em 0.625em;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct the text wrapping in Edge and IE.
|
||||
* 2. Correct the color inheritance from `fieldset` elements in IE.
|
||||
* 3. Remove the padding so developers are not caught out when they zero out
|
||||
* `fieldset` elements in all browsers.
|
||||
*/
|
||||
|
||||
legend {
|
||||
box-sizing: border-box; /* 1 */
|
||||
color: inherit; /* 2 */
|
||||
display: table; /* 1 */
|
||||
max-width: 100%; /* 1 */
|
||||
padding: 0; /* 3 */
|
||||
white-space: normal; /* 1 */
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Add the correct display in IE 9-.
|
||||
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
|
||||
*/
|
||||
|
||||
progress {
|
||||
display: inline-block; /* 1 */
|
||||
vertical-align: baseline; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove the default vertical scrollbar in IE.
|
||||
*/
|
||||
|
||||
textarea {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Add the correct box sizing in IE 10-.
|
||||
* 2. Remove the padding in IE 10-.
|
||||
*/
|
||||
|
||||
[type="checkbox"],
|
||||
[type="radio"] {
|
||||
box-sizing: border-box; /* 1 */
|
||||
padding: 0; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct the cursor style of increment and decrement buttons in Chrome.
|
||||
*/
|
||||
|
||||
[type="number"]::-webkit-inner-spin-button,
|
||||
[type="number"]::-webkit-outer-spin-button {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct the odd appearance in Chrome and Safari.
|
||||
* 2. Correct the outline style in Safari.
|
||||
*/
|
||||
|
||||
[type="search"] {
|
||||
-webkit-appearance: textfield; /* 1 */
|
||||
outline-offset: -2px; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
|
||||
*/
|
||||
|
||||
[type="search"]::-webkit-search-cancel-button,
|
||||
[type="search"]::-webkit-search-decoration {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct the inability to style clickable types in iOS and Safari.
|
||||
* 2. Change font properties to `inherit` in Safari.
|
||||
*/
|
||||
|
||||
::-webkit-file-upload-button {
|
||||
-webkit-appearance: button; /* 1 */
|
||||
font: inherit; /* 2 */
|
||||
}
|
||||
|
||||
/* Interactive
|
||||
========================================================================== */
|
||||
|
||||
/*
|
||||
* Add the correct display in IE 9-.
|
||||
* 1. Add the correct display in Edge, IE, and Firefox.
|
||||
*/
|
||||
|
||||
details, /* 1 */
|
||||
menu {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/*
|
||||
* Add the correct display in all browsers.
|
||||
*/
|
||||
|
||||
summary {
|
||||
display: list-item;
|
||||
}
|
||||
|
||||
/* Scripting
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Add the correct display in IE 9-.
|
||||
*/
|
||||
|
||||
canvas {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/**
|
||||
* Add the correct display in IE.
|
||||
*/
|
||||
|
||||
template {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Hidden
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Add the correct display in IE 10-.
|
||||
*/
|
||||
|
||||
[hidden] {
|
||||
display: none;
|
||||
}
|
||||
13
src/assets/scss/_variables.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
// 站点主色
|
||||
// tips: 要达到整站主题修改效果, 请确保[$--color-primary]站点主色与[/src/element-ui-theme/index.js]文件中[import './element-[#17B3A3]/index.css']当前主题色一致
|
||||
$--color-primary: #304156;
|
||||
|
||||
// Navbar
|
||||
$navbar--background-color: $--color-primary;
|
||||
|
||||
// Sidebar
|
||||
$sidebar--background-color-dark: #304156;
|
||||
$sidebar--color-text-dark:#c1cbd9;
|
||||
|
||||
// Content
|
||||
$content--background-color: #f1f4f5;
|
||||
3
src/assets/scss/index.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
@import "normalize"; // api: https://github.com/necolas/normalize.css/
|
||||
@import "variables"; // 站点变量
|
||||
@import "base";
|
||||
BIN
src/assets/wechat/head.gif
Normal file
|
After Width: | Height: | Size: 126 KiB |
BIN
src/assets/wechat/index.png
Normal file
|
After Width: | Height: | Size: 231 B |
BIN
src/assets/wechat/mobile_foot.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
src/assets/wechat/mobile_head.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
51
src/components/icon-svg/index.vue
Normal file
@@ -0,0 +1,51 @@
|
||||
<template>
|
||||
<svg
|
||||
:class="getClassName"
|
||||
:width="width"
|
||||
:height="height"
|
||||
aria-hidden="true">
|
||||
<use :xlink:href="getName"></use>
|
||||
</svg>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'icon-svg',
|
||||
props: {
|
||||
name: {
|
||||
type: String,
|
||||
required: true
|
||||
},
|
||||
className: {
|
||||
type: String
|
||||
},
|
||||
width: {
|
||||
type: String
|
||||
},
|
||||
height: {
|
||||
type: String
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
getName () {
|
||||
return `#icon-${this.name}`
|
||||
},
|
||||
getClassName () {
|
||||
return [
|
||||
'icon-svg',
|
||||
`icon-svg__${this.name}`,
|
||||
this.className && /\S/.test(this.className) ? `${this.className}` : ''
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.icon-svg {
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
fill: currentColor;
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
84
src/components/table-tree-column/index.vue
Normal file
@@ -0,0 +1,84 @@
|
||||
<template>
|
||||
<el-table-column :prop="prop" v-bind="$attrs">
|
||||
<template slot-scope="scope">
|
||||
<span @click.prevent="toggleHandle(scope.$index, scope.row)" :style="childStyles(scope.row)">
|
||||
<i :class="iconClasses(scope.row)" :style="iconStyles(scope.row)"></i>
|
||||
{{ scope.row[prop] }}
|
||||
</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import isArray from 'lodash/isArray'
|
||||
export default {
|
||||
name: 'table-tree-column',
|
||||
props: {
|
||||
prop: {
|
||||
type: String
|
||||
},
|
||||
treeKey: {
|
||||
type: String,
|
||||
default: 'id'
|
||||
},
|
||||
parentKey: {
|
||||
type: String,
|
||||
default: 'parentId'
|
||||
},
|
||||
levelKey: {
|
||||
type: String,
|
||||
default: '_level'
|
||||
},
|
||||
childKey: {
|
||||
type: String,
|
||||
default: 'children'
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
childStyles (row) {
|
||||
return { 'padding-left': (row[this.levelKey] > 1 ? row[this.levelKey] * 7 : 0) + 'px' }
|
||||
},
|
||||
iconClasses (row) {
|
||||
return [ !row._expanded ? 'el-icon-caret-right' : 'el-icon-caret-bottom' ]
|
||||
},
|
||||
iconStyles (row) {
|
||||
return { 'visibility': this.hasChild(row) ? 'visible' : 'hidden' }
|
||||
},
|
||||
hasChild (row) {
|
||||
return (isArray(row[this.childKey]) && row[this.childKey].length >= 1) || false
|
||||
},
|
||||
// 切换处理
|
||||
toggleHandle (index, row) {
|
||||
if (this.hasChild(row)) {
|
||||
var data = this.$parent.store.states.data.slice(0)
|
||||
data[index]._expanded = !data[index]._expanded
|
||||
if (data[index]._expanded) {
|
||||
data = data.splice(0, index + 1).concat(row[this.childKey]).concat(data)
|
||||
} else {
|
||||
data = this.removeChildNode(data, row[this.treeKey])
|
||||
}
|
||||
this.$parent.store.commit('setData', data)
|
||||
this.$nextTick(() => {
|
||||
this.$parent.doLayout()
|
||||
})
|
||||
}
|
||||
},
|
||||
// 移除子节点
|
||||
removeChildNode (data, parentId) {
|
||||
var parentIds = isArray(parentId) ? parentId : [parentId]
|
||||
if (parentId.length <= 0) {
|
||||
return data
|
||||
}
|
||||
var ids = []
|
||||
for (var i = 0; i < data.length; i++) {
|
||||
if (parentIds.indexOf(data[i][this.parentKey]) !== -1 && parentIds.indexOf(data[i][this.treeKey]) === -1) {
|
||||
data[i]._expanded = false
|
||||
ids.push(data.splice(i, 1)[0][this.treeKey])
|
||||
i--
|
||||
}
|
||||
}
|
||||
return this.removeChildNode(data, ids)
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
BIN
src/element-ui-theme/element-#0BB2D4/fonts/element-icons.ttf
Normal file
BIN
src/element-ui-theme/element-#0BB2D4/fonts/element-icons.woff
Normal file
1
src/element-ui-theme/element-#0BB2D4/index.css
Normal file
BIN
src/element-ui-theme/element-#11C26D/fonts/element-icons.ttf
Normal file
BIN
src/element-ui-theme/element-#11C26D/fonts/element-icons.woff
Normal file
1
src/element-ui-theme/element-#11C26D/index.css
Normal file
BIN
src/element-ui-theme/element-#17B3A3/fonts/element-icons.ttf
Normal file
BIN
src/element-ui-theme/element-#17B3A3/fonts/element-icons.woff
Normal file
10361
src/element-ui-theme/element-#17B3A3/index.css
Normal file
BIN
src/element-ui-theme/element-#3E8EF7/fonts/element-icons.ttf
Normal file
BIN
src/element-ui-theme/element-#3E8EF7/fonts/element-icons.woff
Normal file
1
src/element-ui-theme/element-#3E8EF7/index.css
Normal file
BIN
src/element-ui-theme/element-#667AFA/fonts/element-icons.ttf
Normal file
BIN
src/element-ui-theme/element-#667AFA/fonts/element-icons.woff
Normal file
1
src/element-ui-theme/element-#667AFA/index.css
Normal file
BIN
src/element-ui-theme/element-#757575/fonts/element-icons.ttf
Normal file
BIN
src/element-ui-theme/element-#757575/fonts/element-icons.woff
Normal file
1
src/element-ui-theme/element-#757575/index.css
Normal file
BIN
src/element-ui-theme/element-#9463F7/fonts/element-icons.ttf
Normal file
BIN
src/element-ui-theme/element-#9463F7/fonts/element-icons.woff
Normal file
1
src/element-ui-theme/element-#9463F7/index.css
Normal file
BIN
src/element-ui-theme/element-#997B71/fonts/element-icons.ttf
Normal file
BIN
src/element-ui-theme/element-#997B71/fonts/element-icons.woff
Normal file
1
src/element-ui-theme/element-#997B71/index.css
Normal file
BIN
src/element-ui-theme/element-#EB6709/fonts/element-icons.ttf
Normal file
BIN
src/element-ui-theme/element-#EB6709/fonts/element-icons.woff
Normal file
1
src/element-ui-theme/element-#EB6709/index.css
Normal file
BIN
src/element-ui-theme/element-#F74584/fonts/element-icons.ttf
Normal file
BIN
src/element-ui-theme/element-#F74584/fonts/element-icons.woff
Normal file
1
src/element-ui-theme/element-#F74584/index.css
Normal file
BIN
src/element-ui-theme/element-#FCB900/fonts/element-icons.ttf
Normal file
BIN
src/element-ui-theme/element-#FCB900/fonts/element-icons.woff
Normal file
1
src/element-ui-theme/element-#FCB900/index.css
Normal file
BIN
src/element-ui-theme/element-#FF4C52/fonts/element-icons.ttf
Normal file
BIN
src/element-ui-theme/element-#FF4C52/fonts/element-icons.woff
Normal file
1
src/element-ui-theme/element-#FF4C52/index.css
Normal file
24
src/element-ui-theme/index.js
Normal file
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* element-ui组件主题
|
||||
*
|
||||
* tips:
|
||||
* 1. 此处只包含element-ui组件主题
|
||||
* 2. 要达到整站主题修改效果, 请确保[import './element-[#17B3A3]/index.css']当前主题色与[/src/assets/scss/_variables.scss]文件中[$--color-primary]属性值一致
|
||||
*/
|
||||
import './element-#3E8EF7/index.css' // 当前主题色
|
||||
export default {
|
||||
list: [
|
||||
'#0BB2D4', // 青色
|
||||
'#3E8EF7', // 蓝色
|
||||
'#11C26D', // 绿色
|
||||
'#17B3A3', // 蓝绿色
|
||||
'#667AFA', // 靛青色
|
||||
'#997B71', // 棕色
|
||||
'#9463F7', // 紫色
|
||||
'#757575', // 灰色
|
||||
'#EB6709', // 橙色
|
||||
'#F74584', // 粉红色
|
||||
'#FCB900', // 黄色
|
||||
'#FF4C52' // 红色
|
||||
]
|
||||
}
|
||||
155
src/element-ui/index.js
Normal file
@@ -0,0 +1,155 @@
|
||||
/**
|
||||
* UI组件, 统一使用饿了么桌面端组件库(https://github.com/ElemeFE/element)
|
||||
*
|
||||
* 使用:
|
||||
* 1. 项目中需要的组件进行释放(解开注释)
|
||||
*
|
||||
* 注意:
|
||||
* 1. 打包只会包含释放(解开注释)的组件, 减少打包文件大小
|
||||
*/
|
||||
import Vue from 'vue'
|
||||
import {
|
||||
Pagination,
|
||||
Dialog,
|
||||
Autocomplete,
|
||||
Dropdown,
|
||||
DropdownMenu,
|
||||
DropdownItem,
|
||||
Menu,
|
||||
Submenu,
|
||||
MenuItem,
|
||||
MenuItemGroup,
|
||||
Input,
|
||||
InputNumber,
|
||||
Radio,
|
||||
RadioGroup,
|
||||
RadioButton,
|
||||
Checkbox,
|
||||
CheckboxButton,
|
||||
CheckboxGroup,
|
||||
Switch,
|
||||
Select,
|
||||
Option,
|
||||
OptionGroup,
|
||||
Button,
|
||||
ButtonGroup,
|
||||
Table,
|
||||
TableColumn,
|
||||
DatePicker,
|
||||
TimeSelect,
|
||||
TimePicker,
|
||||
Popover,
|
||||
Tooltip,
|
||||
Breadcrumb,
|
||||
BreadcrumbItem,
|
||||
Form,
|
||||
FormItem,
|
||||
Tabs,
|
||||
TabPane,
|
||||
Tag,
|
||||
Tree,
|
||||
Alert,
|
||||
Slider,
|
||||
Icon,
|
||||
Row,
|
||||
Col,
|
||||
Upload,
|
||||
Progress,
|
||||
Badge,
|
||||
Card,
|
||||
Rate,
|
||||
Steps,
|
||||
Step,
|
||||
Carousel,
|
||||
CarouselItem,
|
||||
Collapse,
|
||||
CollapseItem,
|
||||
Cascader,
|
||||
ColorPicker,
|
||||
Transfer,
|
||||
Container,
|
||||
Header,
|
||||
Aside,
|
||||
Main,
|
||||
Footer,
|
||||
Loading,
|
||||
MessageBox,
|
||||
Message,
|
||||
Notification
|
||||
} from 'element-ui'
|
||||
|
||||
Vue.use(Pagination)
|
||||
Vue.use(Dialog)
|
||||
Vue.use(Autocomplete)
|
||||
Vue.use(Dropdown)
|
||||
Vue.use(DropdownMenu)
|
||||
Vue.use(DropdownItem)
|
||||
Vue.use(Menu)
|
||||
Vue.use(Submenu)
|
||||
Vue.use(MenuItem)
|
||||
Vue.use(MenuItemGroup)
|
||||
Vue.use(Input)
|
||||
Vue.use(InputNumber)
|
||||
Vue.use(Radio)
|
||||
Vue.use(RadioGroup)
|
||||
Vue.use(RadioButton)
|
||||
Vue.use(Checkbox)
|
||||
Vue.use(CheckboxButton)
|
||||
Vue.use(CheckboxGroup)
|
||||
Vue.use(Switch)
|
||||
Vue.use(Select)
|
||||
Vue.use(Option)
|
||||
Vue.use(OptionGroup)
|
||||
Vue.use(Button)
|
||||
Vue.use(ButtonGroup)
|
||||
Vue.use(Table)
|
||||
Vue.use(TableColumn)
|
||||
Vue.use(DatePicker)
|
||||
Vue.use(TimeSelect)
|
||||
Vue.use(TimePicker)
|
||||
Vue.use(Popover)
|
||||
Vue.use(Tooltip)
|
||||
Vue.use(Breadcrumb)
|
||||
Vue.use(BreadcrumbItem)
|
||||
Vue.use(Form)
|
||||
Vue.use(FormItem)
|
||||
Vue.use(Tabs)
|
||||
Vue.use(TabPane)
|
||||
Vue.use(Tag)
|
||||
Vue.use(Tree)
|
||||
Vue.use(Alert)
|
||||
Vue.use(Slider)
|
||||
Vue.use(Icon)
|
||||
Vue.use(Row)
|
||||
Vue.use(Col)
|
||||
Vue.use(Upload)
|
||||
Vue.use(Progress)
|
||||
Vue.use(Badge)
|
||||
Vue.use(Card)
|
||||
Vue.use(Rate)
|
||||
Vue.use(Steps)
|
||||
Vue.use(Step)
|
||||
Vue.use(Carousel)
|
||||
Vue.use(CarouselItem)
|
||||
Vue.use(Collapse)
|
||||
Vue.use(CollapseItem)
|
||||
Vue.use(Cascader)
|
||||
Vue.use(ColorPicker)
|
||||
Vue.use(Transfer)
|
||||
Vue.use(Container)
|
||||
Vue.use(Header)
|
||||
Vue.use(Aside)
|
||||
Vue.use(Main)
|
||||
Vue.use(Footer)
|
||||
|
||||
Vue.use(Loading.directive)
|
||||
|
||||
Vue.prototype.$loading = Loading.service
|
||||
Vue.prototype.$msgbox = MessageBox
|
||||
Vue.prototype.$alert = MessageBox.alert
|
||||
Vue.prototype.$confirm = MessageBox.confirm
|
||||
Vue.prototype.$prompt = MessageBox.prompt
|
||||
Vue.prototype.$notify = Notification
|
||||
Vue.prototype.$message = Message
|
||||
|
||||
Vue.prototype.$ELEMENT = { size: 'medium' }
|
||||
0
src/icons/iconfont.js
Normal file
27
src/icons/index.js
Normal file
@@ -0,0 +1,27 @@
|
||||
/**
|
||||
* 字体图标, 统一使用SVG Sprite矢量图标(http://www.iconfont.cn/)
|
||||
*
|
||||
* 使用:
|
||||
* 1. 在阿里矢量图标站创建一个项目, 并添加图标(这一步非必须, 创建方便项目图标管理)
|
||||
* 2-1. 添加icon, 选中新增的icon图标, 复制代码 -> 下载 -> SVG下载 -> 粘贴代码(重命名)
|
||||
* 2-2. 添加icons, 下载图标库对应[iconfont.js]文件, 替换项目[./iconfont.js]文件
|
||||
* 3. 组件模版中使用 [<icon-svg name="canyin"></icon-svg>]
|
||||
*
|
||||
* 注意:
|
||||
* 1. 通过2-2 添加icons, getNameList方法无法返回对应数据
|
||||
*/
|
||||
import Vue from 'vue'
|
||||
import IconSvg from '@/components/icon-svg'
|
||||
import './iconfont.js'
|
||||
|
||||
Vue.component('IconSvg', IconSvg)
|
||||
|
||||
const svgFiles = require.context('./svg', true, /\.svg$/)
|
||||
const iconList = svgFiles.keys().map(item => svgFiles(item))
|
||||
|
||||
export default {
|
||||
// 获取图标icon-(*).svg名称列表, 例如[shouye, xitong, zhedie, ...]
|
||||
getNameList () {
|
||||
return iconList.map(item => item.default.id.replace('icon-', ''))
|
||||
}
|
||||
}
|
||||
1
src/icons/svg/icon-admin.svg
Normal file
@@ -0,0 +1 @@
|
||||
<?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="1525499040598" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1423" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M491.392 286.464m-286.464 0a4.476 4.476 0 1 0 572.928 0 4.476 4.476 0 1 0-572.928 0Z" p-id="1424"></path><path d="M869.312 523.264c-35.392-43.2-101.888-51.2-140.16-10.496-59.648 63.36-143.744 103.232-237.824 103.232-83.264 0-158.976-31.04-216.832-82.048C230.656 495.296 161.856 510.592 129.024 558.976c-49.28 72.768-78.4 160.064-78.4 254.72 0 19.072 1.28 37.76 3.648 56.064C66.176 960.32 150.272 1024 241.536 1024l539.392 0c100.544 0 183.744-77.824 191.232-178.048 0.768-10.624 1.216-21.376 1.216-32.192C973.376 703.296 934.208 602.432 869.312 523.264z" p-id="1425"></path></svg>
|
||||
|
After Width: | Height: | Size: 965 B |
1
src/icons/svg/icon-bianji.svg
Normal file
@@ -0,0 +1 @@
|
||||
<?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="1523793686319" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2491" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M908.785955 492.415966c-11.04966 0-20.008706 8.958022-20.008706 20.008706l0 338.328565c0 38.614459-31.416524 70.030983-70.030983 70.030983L202.707748 920.78422c-38.614459 0-70.030983-31.416524-70.030983-70.030983l0-676.303067c0-38.614459 31.416524-70.030983 70.030983-70.030983l362.378308 0c11.04966 0 20.008706-8.958022 20.008706-20.008706 0-11.050684-8.959046-20.008706-20.008706-20.008706L202.707748 64.401776c-60.681034 0-110.049418 49.367361-110.049418 110.049418l0 676.303067c0 60.681034 49.367361 110.049418 110.049418 110.049418l616.038518 0c60.681034 0 110.049418-49.367361 110.049418-110.049418L928.795685 512.425695C928.795685 501.373988 919.836639 492.415966 908.785955 492.415966z" p-id="2492"></path><path d="M942.576549 117.985158 907.20597 82.614579c-23.405059-23.405059-61.486376-23.400966-84.891436 0l-422.369633 422.36861c-1.295506 1.296529-2.407839 2.76395-3.304256 4.363378L269.318842 736.416166c-4.457522 7.951089-2.977821 17.909905 3.598968 24.221658 3.830235 3.675716 8.823969 5.572926 13.859659 5.572926 3.613294 0 7.247054-0.977257 10.488889-2.973728l219.285309-135.104047c1.327228-0.816598 2.552126-1.784646 3.654226-2.885723l422.369633-422.36861C965.979562 179.471534 965.979562 141.390217 942.576549 117.985158zM418.556794 552.080857l55.42124 55.279001-132.025942 81.343633L418.556794 552.080857zM914.279063 174.579107 505.926678 582.930469l-63.748906-63.586201L850.612021 110.912066c7.798617-7.800663 20.493753-7.804756 28.29544 0l35.371602 35.371602C922.081773 154.084331 922.081773 166.777421 914.279063 174.579107z" p-id="2493"></path></svg>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
1
src/icons/svg/icon-caiwu.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg t="1592529304583" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3988" width="200" height="200"><path d="M160 336c-19.2 0-32 12.8-32 32v416c0 19.2 12.8 32 32 32h608c19.2 0 32-12.8 32-32v-416c0-19.2-12.8-32-32-32H160z m0-64h608c54.4 0 96 41.6 96 96v416c0 54.4-41.6 96-96 96H160c-54.4 0-96-41.6-96-96v-416c0-54.4 41.6-96 96-96z m96-64c-19.2 0-32-12.8-32-32s12.8-32 32-32h640c54.4 0 96 41.6 96 96v480c0 19.2-12.8 32-32 32s-32-12.8-32-32v-480c0-19.2-12.8-32-32-32H256z m160 358.4l-80-80c-12.8-12.8-12.8-32 0-44.8 12.8-12.8 32-12.8 44.8 0l67.2 67.2 67.2-67.2c12.8-12.8 32-12.8 44.8 0 12.8 12.8 12.8 32 0 44.8L480 566.4v25.6h64c19.2 0 32 12.8 32 32s-12.8 32-32 32h-64v64c0 19.2-12.8 32-32 32s-32-12.8-32-32v-64h-64c-19.2 0-32-12.8-32-32s12.8-32 32-32h64v-25.6z" p-id="3989"></path></svg>
|
||||
|
After Width: | Height: | Size: 831 B |
1
src/icons/svg/icon-config.svg
Normal file
@@ -0,0 +1 @@
|
||||
<?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="1525499385323" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4161" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M993.889598 704.576038l-41.044193 12.788439c1.179981 8.865801 2.455635 17.508362 2.455636 26.661186 0 9.057149-1.435112 17.859167-2.806441 26.533619l41.394998 12.884114c9.694976 2.806441 17.859167 9.376063 22.57909 18.241864 4.688031 8.865801 5.644772 19.262387 2.423745 28.829798-6.665296 19.708867-28.574668 30.360584-49.080819 24.046093l-41.873369-12.979788a207.389579 207.389579 0 0 1-32.178392 43.27659l25.544987 33.741069a36.388053 36.388053 0 0 1-8.61067 52.174281 39.896104 39.896104 0 0 1-54.438568-8.227973l-25.672553-33.900526a218.009405 218.009405 0 0 1-52.748326 17.093774v41.139867c0 20.601825-17.476471 37.408577-38.939363 37.408577-21.558566 0-39.003146-16.711078-39.003145-37.408577v-41.139867a217.818057 217.818057 0 0 1-52.780218-17.093774l-25.60877 33.900526a40.183126 40.183126 0 0 1-54.47046 8.227973 36.164814 36.164814 0 0 1-8.578778-52.174281l25.800118-34.059983a201.138871 201.138871 0 0 1-33.29459-42.702545l-40.916628 12.78844c-20.601825 6.442057-42.511196-4.337226-49.11271-24.046093a36.930206 36.930206 0 0 1 24.970943-47.071662l41.076084-12.724657c-1.148089-8.833909-2.519418-17.604036-2.519418-26.693077 0-9.184715 1.498894-17.859167 2.838332-26.661185l-41.42689-12.820331c-20.569934-6.442057-31.66813-27.490361-24.970942-47.135445 6.601514-19.613193 28.510885-30.296802 49.112709-24.014201l41.841478 13.04357a211.057087 211.057087 0 0 1 32.178392-43.372263l-25.513096-33.645396a36.451836 36.451836 0 0 1 8.578779-52.206172 39.959887 39.959887 0 0 1 54.47046 8.291756l25.640661 33.900526a214.469463 214.469463 0 0 1 52.748326-17.125665v-41.139868c0-20.633716 17.412688-37.408577 39.003146-37.408577 21.494783 0 38.971254 16.647295 38.971254 37.408577v41.076085a216.733751 216.733751 0 0 1 52.716435 17.157557l25.672553-33.932418a40.119343 40.119343 0 0 1 54.438568-8.291756c17.348905 12.182503 21.271544 35.495095 8.642561 52.238064l-25.832009 34.028092c12.724657 12.916005 24.365007 26.980099 33.358373 42.60687l40.884736-12.660874c20.538042-6.314491 42.415522 4.401009 49.080819 24.077985 6.76097 19.613193-4.528575 40.661497-25.002835 47.071662z m-252.898564-91.273101c-75.327416 0-136.463172 58.616338-136.463172 130.8184 0 72.265844 61.135756 130.754617 136.463172 130.754617 75.231742 0 136.39939-58.488773 136.39939-130.754617 0-72.202062-61.071974-130.8184-136.39939-130.8184z" p-id="4162"></path><path d="M441.690527 895.669127H99.528018a49.750537 49.750537 0 0 1-49.782429-49.782429V99.596749c0-27.45847 22.292068-49.782429 49.782429-49.782429h447.818617v223.909309a99.532966 99.532966 0 0 0 99.532966 99.532966h199.002149v36.451836a322.102837 322.102837 0 0 1 49.782429 32.018935V348.381326l-8.802018-8.770127 1.530785-8.802018-307.05011-330.713507H99.559909A99.532966 99.532966 0 0 0 0.026943 99.62864v746.321841a99.532966 99.532966 0 0 0 99.532966 99.532966h390.446043a322.963904 322.963904 0 0 1-48.315425-49.81432z" p-id="4163"></path><path d="M597.129064 91.145536l217.818057 232.32863h-168.06752a49.750537 49.750537 0 0 1-49.782428-49.750537V91.145536h0.031891zM174.185715 423.007132h248.784577v-49.750537H174.185715v49.750537zM422.970292 223.9412H174.185715v49.782429h248.784577V223.9412zM174.185715 744.057554h248.784577v-49.750537H174.185715v49.750537zM514.115828 545.023514H174.185715v49.750537h339.930113v-49.750537z" p-id="4164"></path></svg>
|
||||
|
After Width: | Height: | Size: 3.6 KiB |
1
src/icons/svg/icon-dangdifill.svg
Normal file
@@ -0,0 +1 @@
|
||||
<?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="1523793636434" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1860" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M814.898635 729.554898c-52.181453-15.880689-113.718995-27.296693-179.771363-33.619702 83.378989-122.791627 144.990209-275.473005 144.990209-379.626133 0-144.027278-119.42802-260.733303-266.739087-260.733303-147.317207 0-266.739087 116.706025-266.739087 260.733303 0 102.385878 61.574381 255.895111 145.227616 379.482871-66.636676 6.290263-128.727827 17.752316-181.310416 33.752732-60.22771 18.326391-132.022872 49.885154-132.022872 96.160083 0 89.684602 218.426755 136.608308 434.19496 136.608308 112.413256 0 218.348983-12.394285 298.29478-34.899858 88.904843-25.027 135.898133-60.19701 135.898133-101.707426C946.922531 779.442098 875.128391 747.883335 814.898635 729.554898zM514.324952 181.990914c60.772109 0 110.043279 49.269124 110.043279 110.063745 0 60.753689-49.27117 110.034069-110.043279 110.034069-60.784388 0-110.054535-49.28038-110.054535-110.034069C404.269393 231.260038 453.540563 181.990914 514.324952 181.990914zM883.279025 854.435093c-18.848277 12.544711-47.583738 24.460088-83.099626 34.458813-76.514651 21.538549-178.599677 33.401738-287.450804 33.401738s-210.9382-11.863189-287.451828-33.401738c-35.515888-9.998725-64.250326-21.914102-83.099626-34.458813-15.234983-10.140964-23.626094-20.343327-23.626094-28.729322 0-5.562692 17.591657-31.6877 103.654778-57.875129 56.150858-17.086144 123.93773-28.755927 196.708104-34.169217 24.391527 32.31601 50.161447 61.676711 76.472696 86.332251 4.39203 4.923126 10.781554 8.099469 17.99177 8.099469 7.100722 0 13.407358-3.080152 17.799388-7.869225 26.40744-24.667819 52.311413-54.06229 76.838016-86.449931 72.206532 5.462408 139.457192 17.093307 195.23352 34.06791 86.064145 26.191522 103.655801 52.306296 103.655801 57.865919C906.904095 834.091766 898.514008 844.294129 883.279025 854.435093z" p-id="1861"></path></svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
1
src/icons/svg/icon-daohang.svg
Normal file
@@ -0,0 +1 @@
|
||||
<?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="1523793771421" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3764" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M605.848435 958.708971c-0.36225 0-0.724501-0.008186-1.088798-0.026606-9.098215-0.468674-16.872273-6.712889-19.288299-15.495926L476.898551 548.458353 80.07064 437.83486c-8.760524-2.442632-14.976086-10.218736-15.427364-19.304671-0.451278-9.083889 4.965082-17.437138 13.44215-20.73423L929.251056 66.728774c7.80885-3.038196 16.669658-1.174756 22.597671 4.750187 5.922896 5.92392 7.788383 14.789844 4.751211 22.597671L625.531729 945.241238C622.361527 953.390849 614.518908 958.708971 605.848435 958.708971zM152.537092 414.172951l347.232352 96.79658c7.148817 1.9934 12.726859 7.591909 14.696724 14.746866l94.821599 344.730369 290.525839-746.93166L152.537092 414.172951z" p-id="3765"></path></svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
1
src/icons/svg/icon-duanxin.svg
Normal file
@@ -0,0 +1 @@
|
||||
<?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="1523793786368" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4016" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M958.359001 286.941198c0-64.308655-52.132334-116.440989-116.440989-116.440989L181.453678 170.500209c-64.308655 0-116.440989 52.132334-116.440989 116.440989l0 448.63995c0 64.308655 52.132334 116.440989 116.440989 116.440989l660.464333 0c64.308655 0 116.440989-52.132334 116.440989-116.440989L958.359001 286.941198zM843.814198 212.455763c12.059664 0 23.444968 3.465938 33.519418 8.598842L530.749016 549.347606c-1.227967 1.161453-1.156336 0.916882-1.752924 1.868557-1.426489 1.067308-6.055926 3.922333-15.449877 3.922333-9.397021 0-14.025435-2.75474-15.4509-3.818979-0.676405-1.077541-0.662079-0.716314-1.995447-1.940189l-353.122503-324.412624c11.609409-7.557116 25.445532-12.509918 40.300868-12.509918L843.814198 212.456786zM916.403446 736.484727c0 40.857547-31.730679 73.582879-72.589248 73.582879L183.27721 810.067606c-40.85857 0-75.28566-32.725332-75.28566-73.582879L107.99155 287.657512c0-10.630105 2.860141-20.735253 6.909363-29.882588l351.486236 322.096882c4.91187 5.302773 19.479657 17.676591 47.009663 17.676591 27.799136 0 42.303478-12.618389 47.076178-17.830087l346.800517-328.899822c6.251378 10.860349 9.129938 23.433712 9.129938 36.838L916.403446 736.484727z" p-id="4017"></path></svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
1
src/icons/svg/icon-editor.svg
Normal file
@@ -0,0 +1 @@
|
||||
<?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="1527128057551" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1399" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M218.316 307.727h87.886v205.06h-29.297v29.295h117.179v-29.294H364.79V307.727h87.882v29.293h29.294v-87.882H189.022v87.882h29.294v-29.293z m322.242 58.59h292.945v58.588H540.558v-58.588z m0 117.177h292.945v58.588H540.558v-58.588z m-351.536 117.18h644.481v58.588h-644.48v-58.587z m0 117.176h644.481v58.588h-644.48V717.85z m351.536-468.713h292.945v58.589H540.558v-58.589z m420.923 713.13H61.045V63.309h900.436v898.958z m-864.62-35.816h828.804V99.125H96.861V926.45z" p-id="1400"></path></svg>
|
||||
|
After Width: | Height: | Size: 872 B |
1
src/icons/svg/icon-fenleilist.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg t="1593483466324" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1382" width="200" height="200"><path d="M386.84444445 466.48888889H159.28888889c-43.91822222 0-79.64444445-35.72622222-79.64444444-79.64444444V159.28888889c0-43.91822222 35.72622222-79.64444445 79.64444444-79.64444444h227.55555556c43.91822222 0 79.64444445 35.72622222 79.64444444 79.64444444v227.55555556c0 43.91822222-35.72622222 79.64444445-79.64444444 79.64444444zM159.28888889 147.91111111c-6.25777778 0-11.37777778 5.12-11.37777778 11.37777778v227.55555556c0 6.25777778 5.12 11.37777778 11.37777778 11.37777777h227.55555556c6.25777778 0 11.37777778-5.12 11.37777777-11.37777777V159.28888889c0-6.25777778-5.12-11.37777778-11.37777777-11.37777778H159.28888889zM386.84444445 944.35555555H159.28888889c-43.91822222 0-79.64444445-35.72622222-79.64444444-79.64444444V637.15555555c0-43.91822222 35.72622222-79.64444445 79.64444444-79.64444444h227.55555556c43.91822222 0 79.64444445 35.72622222 79.64444444 79.64444444v227.55555556c0 43.91822222-35.72622222 79.64444445-79.64444444 79.64444444zM159.28888889 625.77777778c-6.25777778 0-11.37777778 5.12-11.37777778 11.37777777v227.55555556c0 6.25777778 5.12 11.37777778 11.37777778 11.37777778h227.55555556c6.25777778 0 11.37777778-5.12 11.37777777-11.37777778V637.15555555c0-6.25777778-5.12-11.37777778-11.37777777-11.37777777H159.28888889zM910.22222222 216.17777778H591.64444445c-18.88711111 0-34.13333333-15.24622222-34.13333334-34.13333333s15.24622222-34.13333333 34.13333334-34.13333334h318.57777777c18.88711111 0 34.13333333 15.24622222 34.13333333 34.13333334s-15.24622222 34.13333333-34.13333333 34.13333333zM910.22222222 398.22222222H591.64444445c-18.88711111 0-34.13333333-15.24622222-34.13333334-34.13333333s15.24622222-34.13333333 34.13333334-34.13333334h318.57777777c18.88711111 0 34.13333333 15.24622222 34.13333333 34.13333334s-15.24622222 34.13333333-34.13333333 34.13333333zM910.22222222 694.04444445H591.64444445c-18.88711111 0-34.13333333-15.24622222-34.13333334-34.13333334s15.24622222-34.13333333 34.13333334-34.13333333h318.57777777c18.88711111 0 34.13333333 15.24622222 34.13333333 34.13333333s-15.24622222 34.13333333-34.13333333 34.13333334zM910.22222222 876.08888889H591.64444445c-18.88711111 0-34.13333333-15.24622222-34.13333334-34.13333334s15.24622222-34.13333333 34.13333334-34.13333333h318.57777777c18.88711111 0 34.13333333 15.24622222 34.13333333 34.13333333s-15.24622222 34.13333333-34.13333333 34.13333334z" p-id="1383"></path></svg>
|
||||
|
After Width: | Height: | Size: 2.5 KiB |
1
src/icons/svg/icon-geren.svg
Normal file
@@ -0,0 +1 @@
|
||||
<?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="1523793764144" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3637" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M586.945923 513.581008c55.067176-27.962865 92.91211-85.125773 92.91211-150.998039 0-93.338828-75.937506-169.276335-169.277358-169.276335s-169.275311 75.937506-169.275311 169.276335c0 65.872267 37.844933 123.034151 92.911086 150.998039-95.652524 32.016181-164.778904 122.45496-164.778904 228.743728 0 11.31572 9.17394 20.491707 20.491707 20.491707s20.491707-9.174963 20.491707-20.491707c0-110.36869 89.791026-200.160739 200.160739-200.160739S710.741413 631.956046 710.741413 742.324736c0 11.31572 9.17394 20.491707 20.491707 20.491707s20.491707-9.174963 20.491707-20.491707C751.723803 636.035968 682.598446 545.598212 586.945923 513.581008zM382.287753 362.582969c0-70.742181 57.552787-128.293945 128.292921-128.293945 70.742181 0 128.293945 57.552787 128.293945 128.293945 0 70.741157-57.552787 128.292921-128.293945 128.292921C439.84054 490.876913 382.287753 433.324126 382.287753 362.582969z" p-id="3638"></path><path d="M827.871087 196.127889C743.498468 111.757317 631.320573 65.290005 512 65.290005S280.500509 111.756293 196.128913 196.127889C111.756293 280.501532 65.291029 392.678404 65.291029 511.998977s46.465265 231.499491 130.837884 315.872111 196.550515 130.837884 315.871087 130.837884 231.498468-46.465265 315.871087-130.837884S958.708971 631.319549 958.708971 511.998977 912.243707 280.500509 827.871087 196.127889zM512 917.726581c-223.718271 0-405.726581-182.007287-405.726581-405.727605 0-223.718271 182.00831-405.726581 405.726581-405.726581s405.726581 182.007287 405.726581 405.726581C917.726581 735.719294 735.718271 917.726581 512 917.726581z" p-id="3639"></path></svg>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
1
src/icons/svg/icon-jd.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg t="1593483632551" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1412" width="200" height="200"><path d="M512 992C246.9125 992 32 777.0875 32 512S246.9125 32 512 32s480 214.9125 480 480-214.9125 480-480 480z m101.4403125-256.0003125c120.3196875 0 217.92-107.2959375 217.92-239.6475 0-132.320625-97.6003125-239.615625-217.92-239.615625H468.0959375v479.263125h145.3125z m-392.4159375 0c96.31875001 0 174.399375-75.7434375 174.39937501-169.15125V256.735625h-58.11187501V566.815625c0 62.304375-52.03125001 112.8-116.25562499 112.8h-29.05593751v56.3840625h29.05593751z" p-id="1413"></path><path d="M613.4403125 313.1196875h-87.2325v366.46406249h87.200625c88.2871875 0 159.84-82.048125 159.84-183.23156249S701.695625 313.11874999 613.4084375 313.11874999z" p-id="1414"></path></svg>
|
||||
|
After Width: | Height: | Size: 826 B |
1
src/icons/svg/icon-jiantou.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg t="1598867763766" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2978" width="200" height="200"><path d="M350.72 694.61L180.05 523.95l-0.55-0.55-0.3-0.26-0.26-0.3-0.3-0.34-0.21-0.26-0.34-0.38-0.34-0.43-0.64-0.9-0.47-0.6-0.43-0.6-0.43-0.64v-0.26l-0.38-0.38v-0.64l-0.47-0.38v-0.26l-0.55-0.51c-6.8-12.76-4.21-28.49 6.31-38.4l170.03-169.81c12.72-12.27 32.98-11.91 45.25 0.81 11.97 12.41 11.96 32.07-0.02 44.46L279.94 469.33H800c17.67 0 32 14.33 32 32s-14.33 32-32 32H279.94l116.01 116.05c12.93 12.05 13.64 32.3 1.6 45.23-12.05 12.93-32.3 13.64-45.23 1.6a30.18 30.18 0 0 1-1.6-1.6z" p-id="2979"></path></svg>
|
||||
|
After Width: | Height: | Size: 653 B |
1
src/icons/svg/icon-jiesuo.svg
Normal file
@@ -0,0 +1 @@
|
||||
<?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="1523793740417" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3258" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M753.845117 371.674021l-17.46272 0 0-83.669608c0-59.275012-22.62837-115.203812-63.715137-157.482731-42.170448-43.394323-99.369172-67.291592-161.058163-67.291592-126.040624 0-224.772276 98.731652-224.772276 224.7733l0 83.669608-16.680914 0c-62.788022 0-113.688295 50.900274-113.688295 113.688295L156.467611 842.961784c0 62.788022 50.900274 113.688295 113.688295 113.688295l483.690234 0c62.788022 0 113.688295-50.900274 113.688295-113.688295L867.534436 485.362316C867.532389 422.574295 816.633139 371.674021 753.845117 371.674021zM328.176344 288.005436c0-102.858646 80.573083-183.432753 183.431729-183.432753 50.423413 0 97.093339 19.447934 131.410935 54.762231 33.547047 34.519188 52.021817 80.214926 52.021817 128.670521l0 83.669608L328.176344 371.675044 328.176344 288.005436zM826.191842 842.961784c0 39.956014-32.390711 72.346725-72.346725 72.346725L270.154883 915.308509c-39.956014 0-72.346725-32.390711-72.346725-72.346725L197.808158 485.362316c0-39.956014 32.390711-72.346725 72.346725-72.346725l483.690234 0c39.956014 0 72.346725 32.390711 72.346725 72.346725L826.191842 842.961784z" p-id="3259"></path><path d="M509.932921 580.446905c-11.416004 0-20.670785 9.254781-20.670785 20.670785l0 109.554138c0 11.414981 9.254781 20.670785 20.670785 20.670785 11.416004 0 20.670785-9.254781 20.670785-20.670785L530.603707 601.116667C530.602683 589.701686 521.348925 580.446905 509.932921 580.446905z" p-id="3260"></path></svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
1
src/icons/svg/icon-jifen.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg t="1603863977858" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4696" width="200" height="200"><path d="M431.569901 389.052463c104.681923 0 213.559308-23.023883 278.947137-66.922754l0 79.918457 60.578395 0L771.095433 227.066653c0-105.193565-174.879185-161.98581-339.423204-161.98581S92.146697 121.873089 92.146697 227.066653l0 477.566503c0 105.193565 174.879185 161.98581 339.423204 161.98581L431.569901 806.1429c-172.832617 0-278.947137-59.145798-278.947137-101.509743L152.622764 561.066453c65.387829 43.796542 174.162886 66.922754 278.947137 66.922754l0-60.578395c-172.832617 0-278.947137-59.145798-278.947137-101.509743L152.622764 322.232038C218.010593 366.02858 326.887978 389.052463 431.569901 389.052463zM431.569901 125.55691c172.832617 0 278.947137 59.145798 278.947137 101.509743s-106.11452 101.509743-278.947137 101.509743-278.947137-59.145798-278.947137-101.509743S258.839612 125.55691 431.569901 125.55691zM702.944739 422.206855c-150.320376 0-228.908564 57.815529-228.908564 114.91476L474.036175 844.004397c0 57.099231 78.690517 114.91476 228.908564 114.91476 149.194764 0 227.680624-56.996902 228.908564-113.686819l0.102328 0L931.955631 537.121615C931.853303 480.022384 853.265114 422.206855 702.944739 422.206855zM702.944739 482.682922c111.12861 0 168.432497 38.168482 168.432497 54.438693 0 16.270211-57.303887 54.438693-168.432497 54.438693S534.512241 553.391826 534.512241 537.121615C534.512241 520.851404 591.816129 482.682922 702.944739 482.682922zM702.944739 898.44309c-111.12861 0-168.432497-38.168482-168.432497-54.438693l0-73.267113c38.373139 20.874988 94.756071 34.791646 168.432497 34.791646s129.95703-13.916658 168.432497-34.791646L871.377236 844.004397C871.377236 860.274608 814.073349 898.44309 702.944739 898.44309zM702.944739 744.950535c-111.12861 0-168.432497-38.168482-168.432497-54.438693l0-73.267113c38.373139 20.874988 94.756071 34.791646 168.432497 34.791646s129.95703-13.916658 168.432497-34.791646l0 73.267113C871.377236 706.782053 814.073349 744.950535 702.944739 744.950535z" p-id="4697"></path></svg>
|
||||
|
After Width: | Height: | Size: 2.0 KiB |
1
src/icons/svg/icon-job.svg
Normal file
@@ -0,0 +1 @@
|
||||
<?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="1525499354423" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4001" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M512 0C230.4 0 0 230.4 0 512s230.4 512 512 512 512-230.4 512-512-230.4-512-512-512z m0 960c-249.6 0-448-198.4-448-448s198.4-448 448-448 448 198.4 448 448-198.4 448-448 448z" fill="" p-id="4002"></path><path d="M556.8 518.4V339.2c0-19.2-12.8-32-32-32s-32 12.8-32 32v192c0 6.4 0 19.2 6.4 19.2l198.4 204.8c6.4 6.4 12.8 12.8 25.6 12.8 6.4 0 12.8 0 19.2-6.4 12.8-12.8 12.8-32 0-44.8L556.8 518.4z" fill="" p-id="4003"></path></svg>
|
||||
|
After Width: | Height: | Size: 811 B |
1
src/icons/svg/icon-leibie.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg t="1593483603476" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1412" width="200" height="200"><path d="M460.8 989.86666667C225.28 989.86666667 34.13333333 798.72 34.13333333 563.2s191.14666667-426.66666667 426.66666667-426.66666667c18.77333333 0 34.13333333 15.36 34.13333333 34.13333334v358.4h358.4c18.77333333 0 34.13333333 15.36 34.13333334 34.13333333 0 235.52-191.14666667 426.66666667-426.66666667 426.66666667z m-34.13333333-783.36c-180.90666667 17.06666667-324.26666667 170.66666667-324.26666667 356.69333333 0 197.97333333 160.42666667 358.4 358.4 358.4 186.02666667 0 339.62666667-143.36 356.69333333-324.26666667H460.8c-18.77333333 0-34.13333333-15.36-34.13333333-34.13333333V206.50666667zM955.73333333 460.8H597.33333333c-18.77333333 0-34.13333333-15.36-34.13333333-34.13333333V68.26666667c0-18.77333333 15.36-34.13333333 34.13333333-34.13333334 216.74666667 0 392.53333333 175.78666667 392.53333334 392.53333334 0 18.77333333-15.36 34.13333333-34.13333334 34.13333333z m-324.26666666-68.26666667h288.42666666C904.53333333 240.64 783.36 119.46666667 631.46666667 104.10666667V392.53333333z" p-id="1413"></path></svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
1
src/icons/svg/icon-log.svg
Normal file
@@ -0,0 +1 @@
|
||||
<?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="1525499440059" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4865" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M904 238.5L746.2 84.2c-13.1-13.1-31-20-48.9-20H195.8c-53.7 0-97.1 44.1-97.1 97.8v700c0 53.7 43.4 97.8 97.1 97.8h631.7c53.7 0 97.8-44.1 97.8-97.8V288.8c0-18.6-8.2-37.2-21.3-50.3zM856.4 862c0 15.8-13.1 28.9-28.9 28.9H195.8c-15.8 0-28.2-13.1-28.2-28.9V162c0-15.8 12.4-28.9 28.2-28.9l454 0.7v121.9c0 57.2 46.2 103.3 103.3 103.3h103.3v503z m0-571.8H753.1c-19.3 0-34.4-15.2-34.4-34.4v-102l137.8 135v1.4z" p-id="4866"></path><path d="M684 475.2H339.5c-19 0-34.4 15.4-34.4 34.4s15.4 34.4 34.4 34.4H684c19 0 34.4-15.4 34.4-34.4S703 475.2 684 475.2zM684 681.9H339.5c-19 0-34.4 15.4-34.4 34.4s15.4 34.4 34.4 34.4H684c19 0 34.4-15.4 34.4-34.4S703 681.9 684 681.9z" p-id="4867"></path></svg>
|
||||
|
After Width: | Height: | Size: 1.0 KiB |
1
src/icons/svg/icon-menu.svg
Normal file
@@ -0,0 +1 @@
|
||||
<?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="1525499228106" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2822" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M63.97608 127.975696v127.909182h895.454322V127.975696H63.97608z m255.843946 447.727161h639.610376V447.787536H319.820026v127.915321z m0 319.780118h639.610376V767.541047H319.820026v127.941928zM63.97608 575.702857h127.922485V447.787536H63.97608v127.915321z m0 319.780118h127.922485V767.541047H63.97608v127.941928z" p-id="2823"></path></svg>
|
||||
|
After Width: | Height: | Size: 723 B |
1
src/icons/svg/icon-mudedi.svg
Normal file
@@ -0,0 +1 @@
|
||||
<?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="1523793755611" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3511" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M954.382433 263.833921l-82.627882-98.120738c-3.925403-4.66116-9.707083-7.351432-15.801894-7.351432L577.082274 158.361751 577.082274 87.082334c0-11.408841-9.248641-20.657482-20.657482-20.657482l-86.759993 0c-11.408841 0-20.657482 9.248641-20.657482 20.657482L449.007317 271.967158 171.158195 271.967158c-6.327102 0-12.305257 2.90005-16.223496 7.868201L70.252017 387.261021c-5.91164 7.500834-5.91164 18.076704 0 25.577538l84.682681 107.423615c3.917216 4.970198 9.895371 7.869225 16.223496 7.869225l277.850146 0 0 299.32218-135.281079 0c-11.408841 0-20.657482 9.248641-20.657482 20.657482l0 86.759993c0 11.408841 9.248641 20.657482 20.657482 20.657482l396.616086 0c11.408841 0 20.657482-9.248641 20.657482-20.657482l0-86.759993c0-11.408841-9.248641-20.657482-20.657482-20.657482L577.082274 827.453578 577.082274 669.675112l159.40757 0c5.16872 0 10.149151-1.936095 13.959943-5.430686l76.081793-69.744457c4.266164-3.911076 6.697539-9.43693 6.697539-15.226796s-2.430352-11.314697-6.699586-15.226796l-76.081793-69.742411c-3.808746-3.493567-8.789177-5.430686-13.957897-5.430686L577.082274 488.87328l0-92.957135 278.869359 0c6.093788 0 11.875468-2.690272 15.801894-7.351432l82.627882-98.120738C960.855868 282.757922 960.855868 271.523043 954.382433 263.833921zM181.178409 486.817458l-68.399833-86.768179 68.399833-86.769202 267.829931 0 0 173.536358L181.178409 486.816434zM689.686888 914.214595l-355.302145 0 0-45.446052 355.302145 0L689.686888 914.214595zM490.322281 827.454602 490.322281 107.738793l45.446052 0 0 719.715809L490.322281 827.454602zM728.454844 530.189268l53.547567 49.084928-53.547567 49.086975L577.082274 628.361171l0-98.171903L728.454844 530.189268zM846.341764 354.60425 577.082274 354.60425l0-154.928558 269.25949 0 65.233724 77.464279L846.341764 354.60425z" p-id="3512"></path></svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
1
src/icons/svg/icon-order.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg t="1592199329878" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="928" width="200" height="200"><path d="M352.10666667 710.50666667h-31.14666667c-17.17333333 0-31.14666667-14.08-31.14666667-31.14666667 0-17.17333333 13.97333333-31.14666667 31.14666667-31.14666667h31.14666667c17.17333333 0 31.14666667 14.08 31.14666666 31.14666667s-14.08 31.14666667-31.14666666 31.14666667zM352.10666667 454.93333333h-31.14666667c-17.17333333 0-31.14666667-14.08-31.14666667-31.14666666 0-17.17333333 13.97333333-31.14666667 31.14666667-31.14666667h31.14666667c17.17333333 0 31.14666667 14.08 31.14666666 31.14666667s-14.08 31.14666667-31.14666666 31.14666666zM700.8 710.50666667H482.66666667c-17.17333333 0-31.14666667-14.08-31.14666667-31.14666667 0-17.17333333 13.97333333-31.14666667 31.14666667-31.14666667H700.8c17.17333333 0 31.14666667 14.08 31.14666667 31.14666667 0.10666667 17.06666667-13.97333333 31.14666667-31.14666667 31.14666667zM700.90666667 454.93333333H482.66666667c-17.17333333 0-31.14666667-14.08-31.14666667-31.14666666 0-17.17333333 13.97333333-31.14666667 31.14666667-31.14666667H700.8c17.17333333 0 31.14666667 14.08 31.14666667 31.14666667 0.10666667 17.06666667-13.97333333 31.14666667-31.04 31.14666666z" p-id="929"></path><path d="M799.25333333 989.86666667H224.85333333c-52.69333333 0-95.78666667-46.29333333-95.78666666-102.93333334V200.96c0-56.64 43.09333333-102.93333333 95.78666666-102.93333333 17.6 0 31.89333333 15.46666667 31.89333334 34.34666666 0 18.88-14.4 34.34666667-31.89333334 34.34666667-17.6 0-31.89333333 15.46666667-31.89333333 34.34666667v686.08c0 18.88 14.4 34.34666667 31.89333333 34.34666666h574.4c17.6 0 31.89333333-15.46666667 31.89333334-34.34666666V200.96c0-18.88-14.4-34.34666667-31.89333334-34.34666667-17.6 0-31.89333333-15.46666667-31.89333333-34.34666666 0-18.88 14.4-34.34666667 31.89333333-34.34666667 52.69333333 0 95.68 46.29333333 95.68 102.93333333v686.08c0 56.64-43.09333333 102.93333333-95.68 102.93333334z" p-id="930"></path><path d="M607.78666667 96.53333333c11.94666667 0 19.84 6.18666667 23.57333333 9.92 3.73333333 3.73333333 9.92 11.62666667 9.92 23.57333334 0 11.94666667-6.18666667 19.84-9.92 23.57333333-3.73333333 3.73333333-11.62666667 9.92-23.57333333 9.92H416.21333333c-11.94666667 0-19.84-6.18666667-23.57333333-9.92-3.73333333-3.73333333-9.92-11.62666667-9.92-23.57333333 0-11.94666667 6.18666667-19.84 9.81333333-23.57333334 3.73333333-3.73333333 11.62666667-9.92 23.57333334-9.92h191.68m0-62.4H416.21333333c-52.69333333 0-95.68 43.09333333-95.68 95.78666667s43.09333333 95.78666667 95.68 95.78666667h191.46666667c52.69333333 0 95.78666667-43.09333333 95.78666667-95.78666667S660.37333333 34.13333333 607.78666667 34.13333333z" p-id="931"></path></svg>
|
||||
|
After Width: | Height: | Size: 2.7 KiB |
1
src/icons/svg/icon-ordercenter.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg t="1592203104181" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1021" width="200" height="200"><path d="M666.7122544 716.54813193H316.37062198c-16.03618857 0-29.37240703 9.12262763-29.37240704 20.45432286s12.92713154 20.45432197 29.37240703 20.45432197h350.34163243c16.03618857 0 29.37240703-9.12262763 29.37240703-20.45432197s-13.33621846-20.45432197-29.37240703-20.45432286z" p-id="1022"></path><path d="M659.34869873 62.09163565v0.89999032c-3.68177783 0-19.79978379-1.34998506-60.34025127-0.89999032H244.04413818C177.24032158 62.09163565 123.36363652 115.19105645 123.36363652 180.44034453v663.21094659C123.36363652 908.9005792 177.24032158 962 244.04413818 962h535.90324482c66.8038166 0 120.68050166-53.0994208 120.68050167-118.34870888V298.74814473L659.34869873 62.13254434z m182.77982403 238.49739755l-122.93047706-1.79997978h4.13177256c-28.06332979 0-67.66289825-26.59061865-67.66289824-58.94935753l-0.94089814-122.39866406 187.40250088 183.14800137z m6.46356532 551.61216475c0 33.29963701-27.61333506 60.74933731-61.69023545 60.74933731H237.08966856c-34.07690127 0-61.69023633-26.99970557-61.69023633-60.74933731V172.34043242c0-33.29963701 27.61333506-60.74933731 61.69023633-60.74933731h362.85967792a3855.23067041 3855.23067041 0 0 0 0.89999034 121.04867989c0 67.04926875 55.26757881 121.04867988 123.87137607 121.04867901h123.8713752v498.51274394z" p-id="1023"></path><path d="M666.7122544 513.51852852H316.37062198c-16.03618857 0-29.37240703 8.79535898-29.37240704 19.67705859 0 10.9226083 12.92713154 19.71796641 29.37240703 19.71796641h350.34163243c16.03618857 0 29.37240703-8.79535898 29.37240703-19.71796641 0-10.88169961-13.33621846-19.67705771-29.37240703-19.67705859zM522.91836846 348.37033028h-217.63398955C294.97540097 348.37033028 286.99821494 357.16568926 286.99821494 368.08829756c0 10.88169961 8.01809473 19.67705771 18.24525527 19.67705771h217.67489825c10.22716143 0 18.24525528-8.79535898 18.24525527-19.67705771 0-10.9226083-8.01809473-19.71796641-18.24525527-19.71796729z" p-id="1024"></path></svg>
|
||||
|
After Width: | Height: | Size: 2.0 KiB |
1
src/icons/svg/icon-oss.svg
Normal file
@@ -0,0 +1 @@
|
||||
<?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="1525499891937" class="icon" style="" viewBox="0 0 1291 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1508" xmlns:xlink="http://www.w3.org/1999/xlink" width="252.1484375" height="200"><defs><style type="text/css"></style></defs><path d="M779.656047 669.379378a31.50762 31.50762 0 0 1-22.37041-9.294747L645.906202 548.705195l-111.379436 111.379436a31.50762 31.50762 0 0 1-44.583281-44.583282l133.749845-133.592307a31.50762 31.50762 0 0 1 44.425744 0l133.749845 133.592307a31.50762 31.50762 0 0 1-22.212872 53.878029z" fill="" p-id="1509"></path><path d="M960.982398 1023.997637H787.69049a31.50762 31.50762 0 0 1 0-63.015239h166.360231a29.302086 29.302086 0 0 1 5.356296 0 283.568576 283.568576 0 0 0 54.980796-557.527329 31.50762 31.50762 0 0 1-23.630715-27.411629 346.583816 346.583816 0 0 0-689.701793 0 31.50762 31.50762 0 0 1-23.788253 27.411629A283.568576 283.568576 0 0 0 332.405387 960.982398a31.50762 31.50762 0 0 1 5.513833 0H645.906202a31.50762 31.50762 0 0 1 0 63.015239H330.830006a33.398077 33.398077 0 0 1-8.979672-1.260305 346.583816 346.583816 0 0 1-80.817044-675.05075 409.599055 409.599055 0 0 1 809.745824 0 346.583816 346.583816 0 0 1-81.132121 675.208288A31.50762 31.50762 0 0 1 960.982398 1023.997637z" fill="" p-id="1510"></path><path d="M645.906202 1008.243827a31.50762 31.50762 0 0 1-31.50762-31.507619V551.383343a31.50762 31.50762 0 0 1 63.015239 0v425.352865a31.50762 31.50762 0 0 1-31.507619 31.507619z" fill="" p-id="1511"></path></svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
1
src/icons/svg/icon-pdd.svg
Normal file
|
After Width: | Height: | Size: 6.0 KiB |
1
src/icons/svg/icon-peizhi.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg t="1592203357297" class="icon" viewBox="0 0 1229 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1112" width="200" height="200"><path d="M1100.52230645 423.43051748l-466.59847676 225.22496659a73.59058213 73.59058213 0 0 1-64.05439482-0.08996396L104.71038242 422.71080576a70.35187676 70.35187676 0 0 1-40.03399599-63.10977188c0-26.67433711 15.51879667-51.09957334 39.94403203-63.06479032L568.92481279 69.51199678a73.1407623 73.1407623 0 0 1 64.2793043-1e-8l467.45313574 227.56403146c24.6501457 12.01019854 40.03399599 36.43543477 40.033996 63.24471824 0 26.80928261-15.60876065 51.23451885-40.16894239 63.10977101zM600.99699219 132.57678711L136.82754425 359.51106992l465.11407 225.80973193 466.5085128-225.13500175-467.45313486-227.60901299zM115.28115753 481.09746553l486.79540312 252.39410507 486.93034863-251.67439247a36.48041719 36.48041719 0 0 1 48.67054453 14.70912011 34.86106406 34.86106406 0 0 1-15.02399444 47.54599278l-503.84358808 260.40090497a37.24511133 37.24511133 0 0 1-16.86825703 4.13834591 37.11016494 37.11016494 0 0 1-16.91323858-4.13834591L81.40969707 543.39756084a34.90604649 34.90604649 0 0 1-14.93402959-47.72592158 36.57038115 36.57038115 0 0 1 48.80549003-14.57417373z m2.78888466 147.13618184l483.87157206 257.79194824 485.4909252-257.20718204a36.6153627 36.6153627 0 0 1 49.03039952 14.21431788 34.86106406 34.86106406 0 0 1-14.5291922 47.81588555l-502.67405564 266.38351347a36.88525547 36.88525547 0 0 1-34.50120822-0.13494638L83.56883398 690.17388682a34.90604649 34.90604649 0 0 1-14.43922733-47.8608671 36.43543477 36.43543477 0 0 1 48.94043554-14.07937235z" p-id="1113"></path></svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
1
src/icons/svg/icon-peizhilb.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg t="1593483956690" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1574" width="200" height="200"><path d="M711.68 90.79466667h-394.80888889c-124.13155555 0-225.05244445 100.92088889-225.05244444 225.05244444v394.92266667c0 124.13155555 100.92088889 225.05244445 225.05244444 225.05244444h394.92266667c124.13155555 0 225.05244445-100.92088889 225.05244444-225.05244444V315.84711111c0-124.01777778-101.03466667-225.05244445-225.16622222-225.05244444z m-394.80888889 48.58311111h394.92266667c97.28 0 176.46933333 79.18933333 176.46933333 176.46933333v44.14577778H140.288v-44.14577778c0-97.28 79.18933333-176.46933333 176.58311111-176.46933333z m83.85422222 465.69244444V408.68977778h218.68088889v196.38044444H400.72533333zM140.288 408.68977778h211.74044445v196.38044444H140.288V408.68977778z m260.43733333 244.96355555h218.68088889v233.58577778H400.72533333V653.65333333z m267.264-48.58311111V408.68977778h220.16v196.38044444H667.98933333z m-527.70133333 105.69955556v-57.11644445h211.74044445v233.58577778h-35.27111112c-97.28 0-176.46933333-79.07555555-176.46933333-176.46933333z m571.392 176.46933333h-43.69066667V653.65333333h220.16v57.11644445c0.11377778 97.39377778-79.07555555 176.46933333-176.46933333 176.46933333z" p-id="1575"></path></svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
1
src/icons/svg/icon-pinglun.svg
Normal file
@@ -0,0 +1 @@
|
||||
<?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="1523793693782" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2618" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M850.879104 96.41591l-676.303067 0c-60.681034 0-110.049418 49.367361-110.049418 110.049418l0 446.200388c0 60.681034 49.367361 110.049418 110.049418 110.049418l90.307795 0L396.936381 931.129846c3.793396 4.838192 9.598612 7.66354 15.746636 7.66354s11.952216-2.825348 15.746636-7.66354l132.052548-168.414711 290.396903 0c60.681034 0 110.049418-49.367361 110.049418-110.049418L960.928522 206.465329C960.928522 145.784294 911.561162 96.41591 850.879104 96.41591zM920.91111 652.665717c0 38.614459-31.416524 70.030983-70.030983 70.030983L550.744419 722.6967c-6.147 0-11.952216 2.825348-15.745612 7.66354L412.683017 886.356107l-122.31579-155.995867c-3.792373-4.838192-9.597589-7.66354-15.745612-7.66354l-100.045577 0c-38.614459 0-70.030983-31.416524-70.030983-70.030983L104.545054 206.465329c0-38.614459 31.416524-70.030983 70.030983-70.030983l676.303067 0c38.614459 0 70.030983 31.416524 70.030983 70.030983L920.910087 652.665717z" p-id="2619"></path><path d="M272.621051 344.526731c-44.132126 0-80.035848 35.903721-80.035848 80.035848 0 44.132126 35.903721 80.036871 80.035848 80.036871s80.035848-35.904745 80.035848-80.036871C352.655875 380.430452 316.752154 344.526731 272.621051 344.526731zM272.621051 464.582037c-22.065552 0-40.017412-17.951861-40.017412-40.018436 0-22.065552 17.952884-40.017412 40.017412-40.017412 22.065552 0 40.017412 17.951861 40.017412 40.017412C312.638463 446.629153 294.686602 464.582037 272.621051 464.582037z" p-id="2620"></path><path d="M512.727571 344.526731c-44.132126 0-80.035848 35.903721-80.035848 80.035848 0 44.132126 35.903721 80.036871 80.035848 80.036871 44.132126 0 80.035848-35.904745 80.035848-80.036871C592.763418 380.430452 556.859697 344.526731 512.727571 344.526731zM512.727571 464.582037c-22.065552 0-40.017412-17.951861-40.017412-40.018436 0-22.065552 17.951861-40.017412 40.017412-40.017412 22.065552 0 40.017412 17.951861 40.017412 40.017412C552.746006 446.629153 534.793122 464.582037 512.727571 464.582037z" p-id="2621"></path><path d="M752.836137 344.526731c-44.131103 0-80.035848 35.903721-80.035848 80.035848 0 44.132126 35.904745 80.036871 80.035848 80.036871s80.035848-35.904745 80.035848-80.036871C832.871985 380.430452 796.96724 344.526731 752.836137 344.526731zM752.836137 464.582037c-22.066575 0-40.017412-17.951861-40.017412-40.018436 0-22.065552 17.951861-40.017412 40.017412-40.017412s40.017412 17.951861 40.017412 40.017412C792.853549 446.629153 774.902712 464.582037 752.836137 464.582037z" p-id="2622"></path></svg>
|
||||
|
After Width: | Height: | Size: 2.8 KiB |
1
src/icons/svg/icon-pingtai.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg t="1595571271623" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1685" width="200" height="200"><path d="M900.36148148 380.31956741a25.89076502 25.89076502 0 0 0 25.89076503-25.89076624V226.47663882A128.93601185 128.93601185 0 0 0 797.36801659 97.74775349H226.63198341A128.93601185 128.93601185 0 0 0 97.74775349 226.47663882v415.70212977A128.93601185 128.93601185 0 0 0 226.63198341 770.90765392h570.73603318A128.93601185 128.93601185 0 0 0 926.25224651 642.17876859V512a25.89076502 25.89076502 0 0 0-51.78153006 0v130.17876859A77.15448059 77.15448059 0 0 1 797.36801659 719.12612386H226.63198341A77.15448059 77.15448059 0 0 1 149.52928355 642.17876859V226.47663882A77.15448059 77.15448059 0 0 1 226.63198341 149.52928355h570.73603318A77.15448059 77.15448059 0 0 1 874.47071645 226.47663882v127.95216235a25.89076502 25.89076502 0 0 0 25.89076503 25.89076624M852.87781808 874.47071645H173.24522549a25.89076502 25.89076502 0 0 0 0 51.78153006h679.63259259a25.89076502 25.89076502 0 0 0 0-51.78153006" p-id="1686"></path></svg>
|
||||
|
After Width: | Height: | Size: 1.0 KiB |
1
src/icons/svg/icon-renwu.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg t="1593656954907" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1504" width="200" height="200"><path d="M811.8359375 91.94374999H211.94374999c-66.27375001 0-120 53.72624999-119.99999998 120.00000002v599.89218749c0 66.27375001 53.72624999 120 120 120h599.89218749c66.27375001 0 120-53.72624999 120-120V211.94374999c0-66.27375001-53.72624999-120-120-119.99999998zM871.8921875 812a59.8453125 59.8453125 0 0 1-59.9746875 59.893125H212.0825c-16.0425 0-31.190625-6.1640625-42.53625001-17.50875s-17.65875001-26.341875-17.65874999-42.384375V212a60.22124999 60.22124999 0 0 1 60.195-60.1125h599.835A60.035625 60.035625 0 0 1 871.8921875 212V812z" p-id="1505"></path><path d="M774.498125 361.86125001H534.5a29.971875 29.971875 0 0 0 0 59.94374999h240a29.971875 29.971875 0 0 0 0-59.94374999z m0 240.11343749H534.5a29.971875 29.971875 0 0 0 0 59.94375h240a29.971875 29.971875 0 0 0 0-59.94375z m-419.99625-74.9765625c-57.99 0-104.986875 47.01-104.986875 104.9859375S296.525 736.971875 354.501875 736.971875s104.9859375-47.01 104.9859375-104.986875-46.996875-104.9859375-104.9859375-104.9859375z m31.858125 136.85812501a45.0421875 45.0421875 0 1 1 13.2075-31.85812501 44.761875 44.761875 0 0 1-13.2075 31.861875z m36.94875001-353.04937501L324.4990625 409.6128125l-38.8040625-38.8078125a29.971875 29.971875 0 1 0-42.3871875 42.3871875l59.9971875 60.001875a29.971875 29.971875 0 0 0 42.388125 0l120-120a29.971875 29.971875 0 0 0-42.38437499-42.3871875z" p-id="1506"></path></svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
1
src/icons/svg/icon-renwu1.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg t="1603864478282" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="26012" width="200" height="200"><path d="M896 534.4v265.6c0 54.4-41.6 96-96 96h-576c-54.4 0-96-41.6-96-96v-256-3.2-6.4l102.4-416c3.2-12.8 16-25.6 32-25.6h499.2c16 0 28.8 9.6 32 25.6l102.4 416z m-73.6-22.4l-86.4-352h-448l-86.4 352h118.4c9.6 0 16 3.2 22.4 9.6l86.4 86.4h163.2l89.6-86.4c6.4-6.4 12.8-9.6 22.4-9.6h118.4z m9.6 64h-115.2l-89.6 86.4c-6.4 6.4-12.8 9.6-22.4 9.6h-188.8c-9.6 0-16-3.2-22.4-9.6l-86.4-86.4h-115.2v224c0 19.2 12.8 32 32 32h576c19.2 0 32-12.8 32-32v-224z" p-id="26013"></path></svg>
|
||||
|
After Width: | Height: | Size: 616 B |
1
src/icons/svg/icon-role.svg
Normal file
@@ -0,0 +1 @@
|
||||
<?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="1525499185011" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2162" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M902.068357 744.573319c0-60.965821-71.69129-136.044101-128.705623-144.511577l77.336273-127.576626L671.753032 472.485116c32.176406-46.288864 53.627343-107.254686 53.627343-174.994487 0-5.080485 0-10.725469 0-15.805954 69.433297-12.418964 114.593164-32.176406 114.593164-51.933848 0-21.450937-50.240353-41.208379-127.012128-53.627343-3.38699-18.063947-55.320838-164.269019-116.286659-164.269019-27.095921 0-48.546858 14.112459-62.659316 35.563396l0 0c0 10.725469-10.725469 21.450937-24.837927 21.450937-12.418964 0-23.144432-9.031974-24.837927-19.757442l0 0C471.920617 27.660419 448.776185 11.289967 421.680265 11.289967 362.407938 11.289967 307.0871 145.640573 294.668137 179.510474 228.62183 191.929438 185.719956 209.993385 185.719956 231.444322s44.595369 39.514884 114.593164 51.933848c0 5.080485 0 10.725469 0 15.805954 0 67.739802 19.757442 128.705623 53.627343 174.994487L174.994487 474.178611l76.771775 125.318633c-57.014333 0-132.092613 78.46527-132.092613 146.76957l1.693495 205.477398c0 33.869901 26.531422 60.965821 60.965821 60.965821l661.027563 0c33.869901 0 60.965821-27.095921 60.965821-60.965821L902.068357 744.573319zM711.267916 176.123484 711.267916 176.123484 711.267916 176.123484 711.267916 176.123484zM464.582139 962.46968l-28.789416 0-53.627343-395.148842 112.335171 98.222712L464.582139 962.46968zM587.642778 962.46968 558.853363 962.46968l-30.482911-296.92613 112.899669-99.916207L587.642778 962.46968zM655.38258 338.699008l0 12.418964-14.112459 0c0 0-9.031974 76.771775-57.014333 76.771775-48.546858 0-57.578831-76.771775-57.578831-76.771775l-32.176406 0c-7.338479 62.659316-39.514884 76.771775-57.014333 76.771775-42.901874 0-55.320838-57.014333-57.014333-76.771775l-14.676957 0L365.794928 338.699008l0-12.418964 107.254686 0L473.049614 338.699008l71.69129 0 0-12.418964 107.254686 0L651.99559 338.699008 655.38258 338.699008z" p-id="2163"></path></svg>
|
||||
|
After Width: | Height: | Size: 2.2 KiB |
1
src/icons/svg/icon-shanchu.svg
Normal file
@@ -0,0 +1 @@
|
||||
<?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="1523793725342" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3129" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M909.050991 169.476903l-217.554898 0 0-31.346939c0-39.5866-32.205493-71.792093-71.793116-71.792093L408.15591 66.337871c-39.5866 0-71.792093 32.205493-71.792093 71.792093l0 31.346939L113.349581 169.476903c-11.013845 0-19.942191 8.940626-19.942191 19.954471s8.928347 19.954471 19.942191 19.954471l84.264149 0 0 640.687918c0 60.479443 49.203632 109.683075 109.683075 109.683075l416.474366 0c60.479443 0 109.683075-49.203632 109.683075-109.683075L833.454246 209.385844l75.595722 0c11.012821 0 19.942191-8.940626 19.942191-19.954471S920.063813 169.476903 909.050991 169.476903zM376.2482 138.130987c0-17.593703 14.314007-31.907711 31.907711-31.907711l211.547067 0c17.593703 0 31.907711 14.314007 31.907711 31.907711l0 31.346939L376.2482 169.477926 376.2482 138.130987zM793.569864 850.074785c0 38.486546-31.312146 69.798692-69.798692 69.798692L307.297828 919.873478c-38.486546 0-69.798692-31.312146-69.798692-69.798692L237.499136 211.042577l556.070728 0L793.569864 850.074785z" p-id="3130"></path><path d="M510.662539 861.276918c11.012821 0 19.954471-8.92937 19.954471-19.942191L530.61701 294.912753c0-11.013845-8.94165-19.942191-19.954471-19.942191s-19.954471 8.928347-19.954471 19.942191L490.708068 841.334727C490.708068 852.347548 499.649717 861.276918 510.662539 861.276918z" p-id="3131"></path><path d="M374.562814 801.449321c11.012821 0 19.954471-8.92937 19.954471-19.942191L394.517285 354.74035c0-11.013845-8.94165-19.942191-19.954471-19.942191s-19.954471 8.928347-19.954471 19.942191l0 426.76678C354.608344 792.519951 363.549993 801.449321 374.562814 801.449321z" p-id="3132"></path><path d="M649.832182 801.449321c11.012821 0 19.954471-8.92937 19.954471-19.942191L669.786653 354.74035c0-11.013845-8.94165-19.942191-19.954471-19.942191s-19.954471 8.928347-19.954471 19.942191l0 426.76678C629.877711 792.519951 638.81936 801.449321 649.832182 801.449321z" p-id="3133"></path></svg>
|
||||
|
After Width: | Height: | Size: 2.2 KiB |
1
src/icons/svg/icon-shangpin.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg t="1592202982418" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="989" width="200" height="200"><path d="M352.10556594 460.4842775l-107.36179688-39.6797925c-15.14296031-5.64108281-31.99572844 2.06586469-37.63589531 17.21431687-5.63650594 15.14296031 2.06861062 31.99572844 17.21340188 37.63681125l107.36545781 40.25827125c15.14387625 5.64199781 31.99481344-2.06494875 37.63223437-17.21340187 5.64016688-15.14296031-2.06586469-31.99572844-17.21340187-37.63498031v-0.58122469z m0 0" p-id="990"></path><path d="M974.1138425 220.08336969h-3.50382375a27.93997031 27.93997031 0 0 0-4.66718813-5.25207375h-4.08596249L521.90461625 45.03499156a29.14543969 29.14543969 0 0 0-20.42249344 0L64.44423219 210.16502375h-4.0850475a27.92807156 27.92807156 0 0 0-6.99940875 9.91834594h-3.50016188a28.60174312 28.60174312 0 0 0-4.67085 17.50447218v544.39968657a29.18388281 29.18388281 0 0 0 18.6705825 27.42648l437.62460719 169.21507968a29.18937469 29.18937469 0 0 0 21.00280312 0l437.62369126-167.46682968a29.16923812 29.16923812 0 0 0 18.67058156-27.42281813V237.58692594a28.59167438 28.59167438 0 0 0-4.66718719-17.50355625zM511.98718531 103.38536656l354.18088969 134.20155938-354.18088969 131.86933875-354.18088875-131.86933875L511.98718531 103.38536656zM103.53730906 278.43191375l379.27514719 142.37257125v486.05114344L103.53730906 761.56778094V278.43191375zM920.43157063 760.98289531l-379.26965532 145.87364813V420.8054l379.26965532-142.37257031v482.55006562z m-1e-8 0" p-id="991"></path></svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
1
src/icons/svg/icon-shezhi.svg
Normal file
|
After Width: | Height: | Size: 6.5 KiB |
1
src/icons/svg/icon-shoucang.svg
Normal file
@@ -0,0 +1 @@
|
||||
<?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="1523793748368" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3385" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M248.482281 938.000324c-4.306072 0-8.592702-1.336438-12.211113-3.967358-6.395664-4.646833-9.600659-12.521175-8.264221-20.314675l48.430012-282.363949L71.288626 431.382914c-5.66093-5.519714-7.698333-13.772678-5.255701-21.291932 2.444679-7.519254 8.943696-13.000082 16.768919-14.137998l283.508006-41.195238L493.099535 97.853655c3.498684-7.089465 10.720156-11.577686 18.627243-11.577686 7.907087 0 15.127536 4.489244 18.627243 11.577686l126.788661 256.904091 283.510052 41.195238c7.823176 1.137916 14.322194 6.618744 16.766872 14.137998 2.442632 7.519254 0.405229 15.773242-5.255701 21.291932L747.012502 631.354342l48.430012 282.363949c1.336438 7.7935-1.868557 15.667841-8.264221 20.314675-6.399757 4.646833-14.878872 5.257747-21.874193 1.582031L511.726777 802.298666 258.146385 935.614997C255.107165 937.211355 251.789607 938.000324 248.482281 938.000324zM130.422422 431.011454 313.25654 609.228415c4.894474 4.7727 7.128351 11.647271 5.974062 18.385742l-43.163055 251.64532 225.994104-118.811989c6.048763-3.180436 13.282514-3.180436 19.331277 0l225.992057 118.811989-43.163055-251.64532c-1.154289-6.738471 1.079588-13.613042 5.974062-18.385742l182.833095-178.216961-252.665557-36.71418c-6.767124-0.983397-12.614296-5.233188-15.641235-11.362792L511.726777 153.97893 398.729214 382.934482c-3.025916 6.129604-8.874111 10.379395-15.639189 11.362792L130.422422 431.011454z" p-id="3386"></path></svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
1
src/icons/svg/icon-shoucangfill.svg
Normal file
@@ -0,0 +1 @@
|
||||
<?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="1523793677777" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2365" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M777.312598 940.007027c-3.184529 0-6.380314-0.759293-9.307993-2.297322L512.694825 803.484677 257.385045 937.708682c-6.741541 3.543709-14.909571 2.952238-21.070898-1.52268-6.161327-4.475941-9.246595-12.062733-7.959276-19.568684l48.759517-284.289812L70.566172 430.990988c-5.453199-5.316076-7.4159-13.268188-5.062296-20.511149 2.353604-7.242961 8.614192-12.521175 16.150842-13.616112l285.444101-41.47767L494.753197 96.730065c3.370771-6.828522 10.326183-11.153014 17.941628-11.153014 7.615445 0 14.570857 4.323469 17.941628 11.153014l127.654378 258.655991 285.444101 41.47767c7.53665 1.094938 13.797237 6.373151 16.150842 13.616112 2.353604 7.242961 0.390903 15.19405-5.062296 20.511149l-206.54924 201.335495 48.759517 284.289812c1.287319 7.505951-1.798972 15.092743-7.959276 19.568684C785.589099 938.717661 781.461081 940.007027 777.312598 940.007027z" p-id="2366"></path></svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
1
src/icons/svg/icon-shousuo.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg t="1591942528631" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5384" width="200" height="200"><path d="M942.77 960c-4.41 0-8.82-1.68-12.18-5.05L706.52 730.89C638.24 793.35 547.37 831.5 447.75 831.5 236.14 831.5 64 659.35 64 447.75S236.14 64 447.75 64s383.76 172.15 383.76 383.75c0 99.62-38.16 190.49-100.62 258.77l224.07 224.07c6.73 6.73 6.73 17.63 0 24.37a17.211 17.211 0 0 1-12.19 5.04zM447.75 98.46c-192.6 0-349.29 156.69-349.29 349.28 0 192.6 156.69 349.29 349.29 349.29 192.61 0 349.3-156.69 349.3-349.29 0-192.59-156.69-349.28-349.3-349.28zM172.06 464.98c-9.52 0-17.23-7.72-17.23-17.23 0-161.52 131.4-292.92 292.92-292.92 9.52 0 17.23 7.72 17.23 17.23s-7.72 17.23-17.23 17.23c-142.52 0-258.46 115.95-258.46 258.46 0 9.51-7.72 17.23-17.23 17.23z" p-id="5385"></path></svg>
|
||||
|
After Width: | Height: | Size: 829 B |
1
src/icons/svg/icon-shouye.svg
Normal file
@@ -0,0 +1 @@
|
||||
<?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="1523793666871" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2239" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M958.400956 451.54921c-0.058328-5.760191-2.597151-11.215436-6.965645-14.97097L524.345166 69.511143c-7.498788-6.445806-18.581194-6.445806-26.079982 0L309.582871 231.6755l0-102.017488c0-11.04966-8.901741-19.532869-19.951401-19.532869l-88.034009 0c-11.048637 0-19.928888 8.482185-19.928888 19.532869l0 211.954343L71.176063 436.57824c-4.423753 3.800559-6.967692 9.341762-6.967692 15.173584l0 105.500822c0 7.819083 4.554736 14.921851 11.660574 18.183128 2.670829 1.226944 5.51562 1.824555 8.343015 1.824555 4.699022 0 9.346879-1.654686 13.048177-4.836145l53.29788-45.825698 0 324.100516c0 60.677964 49.364291 110.042255 110.042255 110.042255L764.792447 960.741257c60.677964 0 110.042255-49.364291 110.042255-110.042255L874.834702 527.026228l51.585889 44.335764c5.955642 5.119601 14.356986 6.282077 21.481244 2.965541 7.122211-3.313465 11.645225-10.488889 11.565407-18.342764L958.400956 451.54921zM221.578538 150.034085l48.095391 0 0 115.941616-48.095391 41.336454L221.578538 150.034085zM570.718333 920.725892 436.666244 920.725892 436.666244 700.642404c0-11.031241 8.976442-20.007683 20.007683-20.007683l94.0357 0c11.031241 0 20.007683 8.976442 20.007683 20.007683L570.71731 920.725892zM834.818313 495.895207l0 354.803795c0 38.612413-31.414477 70.02689-70.02689 70.02689l-154.058748 0L610.732675 700.642404c0-33.096792-26.926256-60.023048-60.023048-60.023048l-94.0357 0c-33.096792 0-60.023048 26.926256-60.023048 60.023048l0 220.084511L260.59925 920.726915c-38.612413 0-70.02689-31.414477-70.02689-70.02689L190.57236 495.895207c0-1.172709-0.121773-2.314719-0.315178-3.432169l322.113255-276.958846 322.70268 277.348726C834.921667 493.848595 834.818313 494.858598 834.818313 495.895207zM525.411451 173.947727c-7.502881-6.445806-18.587334-6.446829-26.086122 0.00307L104.223736 513.663896l0-52.726875 407.081439-349.870436 407.176606 349.9523 0.521886 51.205219L525.411451 173.947727z" p-id="2240"></path></svg>
|
||||
|
After Width: | Height: | Size: 2.2 KiB |
1
src/icons/svg/icon-shuju.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg t="1592462839526" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1175" width="200" height="200"><path d="M839.6 106.31176455a105.88235273 105.88235273 0 0 1 105.88235273 105.88235274v635.29411816a105.88235273 105.88235273 0 0 1-105.88235273 105.88235273h-635.29411729a105.88235273 105.88235273 0 0 1-105.88235361-105.88235273v-635.29411816a105.88235273 105.88235273 0 0 1 105.88235361-105.88235274h635.29411729z m0 52.94117637h-635.29411729a52.94117637 52.94117637 0 0 0-52.62352998 46.74705908l-0.31764726 6.19411729v635.29411816a52.94117637 52.94117637 0 0 0 46.74705908 52.57058819l6.19411816 0.37058818h635.29411729a52.94117637 52.94117637 0 0 0 52.57058818-46.74705909l0.37058819-6.19411728v-635.29411816a52.94117637 52.94117637 0 0 0-46.8-52.57058818l-6.14117637-0.37058819z m-46.58823545 251.73529453a26.47058818 26.47058818 0 0 1 2.48823545 33.82941182l-3.17647089 3.6-168.98823458 163.42941181a26.47058818 26.47058818 0 0 1-33.67058906 2.64705821l-3.6-3.12352911-124.46470547-126.58235273-173.48823545 164.7a26.47058818 26.47058818 0 0 1-33.82941182 2.17058818l-3.5470582-3.1764709a26.47058818 26.47058818 0 0 1-2.22352998-33.77647002l3.1764709-3.6 192.33529365-182.59411816a26.47058818 26.47058818 0 0 1 33.51176543-2.43529366l3.6 3.07058819 124.25294092 126.37058819 150.19411728-145.16470635a26.47058818 26.47058818 0 0 1 37.42941182 0.63529453z" p-id="1176"></path></svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |