版本迭代

This commit is contained in:
liuye
2023-08-06 16:50:17 +08:00
parent 590fb406cc
commit 5c0b1afe69
63 changed files with 14131 additions and 40 deletions

View File

@@ -0,0 +1,36 @@
$--color-primary: #1FBAD6;
$borderColor: #DCDFE6 !default;
$--color-danger: #FA5555 !default;
$--button-active-shade-percent: 20% !default;
$--button-hover-tint-percent: 50% !default;
$--font-path: '~element-ui/lib/theme-chalk/fonts';
@import "~element-ui/packages/theme-chalk/src/index";
.el-form {
font-family: SJsuqian;
}
// .el-button:focus {
// background: #FFFFFF;
// border: 1px solid #DCDFE6;
// }
.el-button.el-button--primary.is-link:not(.is-disabled):focus {
color:var(--el-color-primary)!important;
}
// .el-button.el-button--warning.is-link:not(.is-disabled):focus, .el-button.el-button--warning.is-link:not(.is-disabled):hover{
// color:var(--el-color-warning)!important;
// }
// .el-button.el-button--success.is-link:not(.is-disabled):focus, .el-button.el-button--success.is-link:not(.is-disabled):hover{
// color:var(--el-color-success)!important;
// }
// .el-button.el-button--info.is-link:not(.is-disabled):focus, .el-button.el-button--info.is-link:not(.is-disabled):hover{
// color:var(--el-color-info)!important;
// }
.el-button.el-button--danger.is-link:not(.is-disabled):focus, .el-button.el-button--danger.is-link:not(.is-disabled):hover{
color:var(--el-color-danger)!important;
}

450
src/assets/css/index.scss Normal file
View File

@@ -0,0 +1,450 @@
@font-face {
font-family: 'iconfont'; /* project id 1995974 */
src: url('https://at.alicdn.com/t/font_1995974_ihzpmuv4lpk.eot');
src: url('https://at.alicdn.com/t/font_1995974_ihzpmuv4lpk.eot?#iefix') format('embedded-opentype'),
url('https://at.alicdn.com/t/font_1995974_ihzpmuv4lpk.woff2') format('woff2'),
url('https://at.alicdn.com/t/font_1995974_ihzpmuv4lpk.woff') format('woff'),
url('https://at.alicdn.com/t/font_1995974_ihzpmuv4lpk.ttf') format('truetype'),
url('https://at.alicdn.com/t/font_1995974_ihzpmuv4lpk.svg#iconfont') format('svg');
}
.iconfont{
font-family: "iconfont"!important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
}
html {
line-height: 1; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
}
body {
margin: 0;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box; /* 1 */
height: 0; /* 1 */
overflow: visible; /* 2 */
}
pre {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}
a {
background-color: transparent;
}
abbr[title] {
border-bottom: none; /* 1 */
text-decoration: underline; /* 2 */
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted; /* 2 */
}
b,
strong {
font-weight: bolder;
}
code,
kbd,
samp {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
img {
border-style: none;
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit; /* 1 */
font-size: 100%; /* 1 */
line-height: 1.15; /* 1 */
margin: 0; /* 2 */
}
button,
input { /* 1 */
overflow: visible;
font-family: SJsuqian;
}
input::placeholder {
color: #B3B3B3;
font-size: 14px;
font-family: SJsuqian;
}
button,
select { /* 1 */
text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
fieldset {
padding: 0.35em 0.75em 0.625em;
}
legend {
-webkit-box-sizing: border-box;
box-sizing: border-box; /* 1 */
color: inherit; /* 2 */
display: table; /* 1 */
max-width: 100%; /* 1 */
padding: 0; /* 3 */
white-space: normal; /* 1 */
}
progress {
vertical-align: baseline;
}
textarea {
overflow: auto;
}
[type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield; /* 1 */
outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */
font: inherit; /* 2 */
}
details {
display: block;
}
summary {
display: list-item;
}
template {
display: none;
}
[hidden] {
display: none;
}
h1, h2, h3, h4 {
font-weight: normal;
font-size: 14px;
padding: 0;
margin: 0;
}
p {
padding: 0;
margin: 0;
}
a {
text-decoration: none;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
ul, li {
list-style: none;
margin: 0;
padding: 0;
}
i {
font-style: normal;
}
img {
vertical-align: middle;
}
html, body {
width: 100%;
min-height: 100vh;
}
body {
position: relative;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 14px;
color: #000;
background: #fff;
}
* {
box-sizing: border-box;
}
img {
-webkit-user-drag: none;
}
.middle-container__item {
overflow: hidden;
}
.flex {
display: flex;
}
.flex-align {
display: flex;
align-items: center;
}
.flex-between {
display: flex;
align-items: center;
justify-content: space-between;
}
.flex-justify_center {
display: flex;
align-items: center;
justify-content: center;
&.active-wrapper {
img {
left: inherit;
}
}
}
.flex1 {
flex: 1;
}
.fade-enter-active, .fade-leave-active {
transition: opacity .3s ease-in-out;
}
.fade-enter, .fade-leave-to {
opacity: 0;
}
.ellipsis {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.wrapper {
min-height: calc(100vh - 308px);
padding-top: 158px;
.wrapper-content {
width: 1280px;
margin: 0 auto;
}
}
.hover {
cursor: pointer;
transition: all ease-in-out .5s;
&:hover {
opacity: 0.4;
}
}
.el-button {
transition: all ease .5s;
}
.el-button--primary:focus {
background: #1FBAD6!important;
border-color: #1FBAD6!important;
}
.link-hover {
cursor: pointer;
transition: all ease .5s;
&:hover {
color: #1FBAD6!important;
}
}
.fade-enter-active,
.fade-leave-active {
transition: all 0.5s ease;
}
.fade-enter-from,
.fade-leave-to {
height: 200px;
}
.info-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
.info-item {
display: flex;
align-items: center;
width: 50%;
line-height: 17px;
margin-bottom: 14px;
font-size: 14px;
font-family: SJsuqian;;
label {
margin-right: 6px;
color: #666666;
}
span {
color: #000;
}
}
}
.el-pagination {
margin-top: 40px;
text-align: center;
}
.text-disabled {
color: #bbb!important;
cursor: not-allowed!important;
}
.btn-disabled {
opacity: 0.3;
cursor: not-allowed;
&:hover {
opacity: 0.3;
}
}
.btn-disabled1 {
opacity: 0.3;
background: #fff;
cursor: not-allowed;
&:hover {
opacity: 0.3;
color: #1FBAD6!important;
background: #fff!important;
}
}
.el-button--primary {
color: #fff!important;
border-color: #1FBAD6;
background-color: #1FBAD6;
}
.el-button--danger:focus, .el-button.el-button--danger.is-link:not(.is-disabled):hover{
color: #fff!important;
border-color: #FA5555;
background-color: #FA5555;
}
.el-input-group__append .el-button {
background-color: #1FBAD6!important;
}
.admin-main {
.left {
&.el-scrollbar .el-scrollbar__wrap {
overflow-x: hidden;
}
}
}
.admin-main .el-submenu__title i {
color: #fff;
}
.el-menu--inline .el-menu-item {
padding-left: 55px!important;
}
.el-menu {
border: none!important;
}
.el-menu .el-menu-item i {
color: #fff;
}

1028
src/assets/css/var.scss Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 B

View File

@@ -0,0 +1,85 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="160px" height="160px" viewBox="0 0 160 160" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 58 (84663) - https://sketch.com -->
<title>DefaultPage/NoData@2x</title>
<desc>Created with Sketch.</desc>
<defs>
<linearGradient x1="-1.11022302e-14%" y1="50%" x2="100%" y2="50%" id="linearGradient-1">
<stop stop-color="#EEEEEE" stop-opacity="0" offset="0%"></stop>
<stop stop-color="#CFCFCF" offset="100%"></stop>
</linearGradient>
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-2">
<stop stop-color="#F2F4F8" offset="0%"></stop>
<stop stop-color="#A0A0A0" offset="100%"></stop>
</linearGradient>
<linearGradient x1="20.244898%" y1="66.7940946%" x2="79.755102%" y2="100%" id="linearGradient-3">
<stop stop-color="#E7E7E7" offset="0%"></stop>
<stop stop-color="#F2F2F2" offset="100%"></stop>
</linearGradient>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-4">
<stop stop-color="#ECECEC" offset="0%"></stop>
<stop stop-color="#FFFFFF" offset="100%"></stop>
</linearGradient>
<linearGradient x1="87.1018058%" y1="60.9391259%" x2="0%" y2="51.9656779%" id="linearGradient-5">
<stop stop-color="#EEEEEE" offset="0%"></stop>
<stop stop-color="#D8D8D8" offset="100%"></stop>
</linearGradient>
<linearGradient x1="68.22872%" y1="123.238849%" x2="33.166207%" y2="22.0385879%" id="linearGradient-6">
<stop stop-color="#F5F5F5" offset="0%"></stop>
<stop stop-color="#D8D8D8" offset="100%"></stop>
</linearGradient>
<linearGradient x1="0%" y1="0%" x2="0%" y2="100%" id="linearGradient-7">
<stop stop-color="#F2F2F2" offset="0%"></stop>
<stop stop-color="#D6D6D6" offset="100%"></stop>
</linearGradient>
<linearGradient x1="0%" y1="39.2801795%" x2="16.8660114%" y2="70.0555556%" id="linearGradient-8">
<stop stop-color="#E9E9E9" offset="0%"></stop>
<stop stop-color="#F0F0F0" offset="100%"></stop>
</linearGradient>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-9">
<stop stop-color="#5777D4" offset="0%"></stop>
<stop stop-color="#101B3E" offset="100%"></stop>
</linearGradient>
<linearGradient x1="50%" y1="0%" x2="81.4402452%" y2="56.408967%" id="linearGradient-10">
<stop stop-color="#164898" offset="0%"></stop>
<stop stop-color="#223762" offset="100%"></stop>
</linearGradient>
<path d="M0.692684439,9.43167978 C1.038713,9.68406083 1.46715785,9.03996696 1.92500086,8.75189963 C2.82917603,8.1830074 3.05602226,6.14182671 2.99566429,6.00418021 C2.86370082,5.70323714 1.63363165,4.13284399 1.75185981,3.629798 C1.87008797,3.12675201 2.75996609,4.2529312 2.71853333,3.9450838 C2.67710057,3.63723639 1.65860147,2.14944807 2.03173003,1.61764841 C2.4048586,1.08584875 3.20874322,0.781310852 3.46157268,1.61764841 C4.0498272,1.9917884 4.68398473,1.05714111 5.01137544,0.781310852 C5.33876615,0.505480598 6.04721636,0.06510516 6.81229001,0.06510516 C7.57736365,0.06510516 8.5052774,0.131064853 8.52936011,0.310000564 C8.55344283,0.488936275 9.85049474,3.58207339 9.42444215,3.629798 C8.99838956,3.67752261 8.55839311,3.84551454 8.52936011,3.629798 C8.50032712,3.41408147 8.52395619,5.5702089 8.00031054,6.16034326 C7.59261269,6.61980761 6.90464724,6.61980761 6.81229001,6.70051253 C6.92864366,6.92703467 8.00682266,10.9089185 9.42444215,10.9099572 C10.8420616,10.910996 10.5339947,16.4526524 8.52936011,15.7958809 C7.0572883,15.313591 4.70544072,14.5952614 1.47381736,13.640892 C-0.140677622,11.7612238 -0.401055261,10.3968483 0.692684439,9.54776539 C0.745126983,9.50705363 0.301852492,9.58449006 0.355223454,9.54776539 L0.692684439,9.43167978 Z" id="path-11"></path>
<linearGradient x1="81.2218693%" y1="3.46944695e-16%" x2="18.7781307%" y2="105.693594%" id="linearGradient-13">
<stop stop-color="#0074FF" offset="0%"></stop>
<stop stop-color="#009BFF" offset="100%"></stop>
</linearGradient>
</defs>
<g id="DefaultPage/NoData" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path d="M87,133 C32.3333333,129.212407 5,123.679002 5,116.399786 C5,105.480961 56.1964855,98.5697269 59.4353967,101.797298 C61.5946709,103.949012 70.7828719,114.349912 87,133 Z" id="路径-10" fill="url(#linearGradient-1)"></path>
<g id="编组-6" transform="translate(25.000000, 55.000000)">
<polygon id="矩形" fill="url(#linearGradient-2)" opacity="0.600000024" points="8 8 62 -8.79504802e-15 62 78 8 55"></polygon>
<polygon id="矩形" fill="url(#linearGradient-3)" points="8 8 62 14 62 78 8 55"></polygon>
<polygon id="矩形" fill="url(#linearGradient-4)" points="14 14 56 23 56 67 14 50"></polygon>
<polygon id="矩形" fill="url(#linearGradient-5)" points="8 8 62 14 54 37 -2.27366737e-13 25"></polygon>
<polygon id="矩形" fill="url(#linearGradient-6)" points="112 5 62 -8.79504802e-15 62 78 112 55"></polygon>
<polygon id="矩形" fill="url(#linearGradient-7)" points="112 5 62 14 62 78 112 55"></polygon>
<polygon id="矩形" fill="url(#linearGradient-8)" points="112 5 62 14 72 43 122 25"></polygon>
</g>
<g id="编组-8" transform="translate(99.000000, 29.000000)">
<path d="M7.01014176,64 C5.81563314,64 5.39853322,64.9231563 5.98625682,67.1419148 C6.57398041,69.3606732 6.57398041,73.099898 8.21442955,73.6840461 C9.85487869,74.2681943 10.2675495,72.4172628 10.0306673,70.2729153 C9.79378519,68.1285679 10.5969285,64.8486097 10.0306673,64.8486097 C9.46440621,64.8486097 8.20465038,64 7.01014176,64 Z" id="路径-23" fill="#27234B"></path>
<path d="M8.67858722,60.8068485 C7.57745052,63.7962121 7.02688217,65.515603 7.02688217,65.9650211 C7.02688217,66.6391482 8.14770042,67.9959336 8.67858722,67.7290608 C9.03251176,67.5511456 9.82225562,65.4781591 11.0478188,61.5101011 L8.67858722,60.8068485 Z" id="路径-24" fill="#FFD6A7"></path>
<path d="M17.6525712,58.3128036 C16.4580626,58.3128036 15.5791956,59.5723043 16.1669192,61.7910627 C16.7546428,64.0098211 17.1206498,67.1792185 18.7610989,67.7633667 C20.4015481,68.3475148 20.5184284,66.429455 20.2815463,64.2851076 C20.0446641,62.1407602 20.4116365,58.7211343 19.8453754,58.7211343 C19.2791143,58.7211343 18.8470799,58.3128036 17.6525712,58.3128036 Z" id="路径-23" fill="#27234B"></path>
<path d="M19.0373505,54.8345445 C17.9362138,57.8239082 17.3856455,59.5432991 17.3856455,59.9927171 C17.3856455,60.6668442 18.5064637,62.0236296 19.0373505,61.7567569 C19.391275,61.5788417 20.1810189,59.5058551 21.4065821,55.5377972 L19.0373505,54.8345445 Z" id="路径-24" fill="#FFD6A7"></path>
<path d="M6.83909623,33.9320553 C6.05741636,38.4828718 11.5516213,43.9593332 11.5516213,47.2130169 C11.5516213,50.4667006 6.71818349,62.5891228 7.18189188,63.8904979 C7.64560028,65.1918731 9.53550857,66.7841621 10.2070863,65.7711218 C10.8786639,64.7580814 18.8563568,48.1367918 18.8563568,45.6549977 C18.8563568,43.1732035 15.8102723,39.9517455 16.595327,39.1690119 C17.3803817,38.3862783 21.1620037,42.8944111 21.1620037,44.4578151 C21.1620037,46.021219 17.6522108,56.7723936 18.0269429,57.9559074 C18.401675,59.1394212 20.3181472,59.7449758 20.8053247,58.9477997 C21.2925022,58.1506236 28.5668954,45.0375795 27.8295527,42.1054879 C27.0922099,39.1733962 21.2623277,32.5968868 19.8162693,32.5968868 C18.3702109,32.5968868 7.6207761,29.3812388 6.83909623,33.9320553 Z" id="路径-20" fill="url(#linearGradient-9)"></path>
<g id="编组-7" transform="translate(8.722445, 0.000000)">
<path d="M4.30855025,10.9942019 C3.35685956,10.810352 1.77386943,8.86553992 1.18202581,7.80054593 C0.81387515,7.13807662 0,5.96438949 0,4.61947329 C0,3.27455708 1.10573563,1.77660133 1.92584455,2.48051045 C1.92584455,0.20260789 7.956092,-0.67811348 9.65271137,0.566356728 C11.3493307,1.81082694 11.5461677,4.61947329 9.65271137,4.61947329 C7.75925506,4.61947329 8.65716044,5.86566186 6.49698059,6.39903511 C4.33680074,6.93240835 5.26024095,11.1780519 4.30855025,10.9942019 Z" id="路径-45" fill="url(#linearGradient-10)"></path>
<g id="路径-46" transform="translate(0.000000, 4.000000)">
<mask id="mask-12" fill="white">
<use xlink:href="#path-11"></use>
</mask>
<use id="Mask" fill="#FFD6A7" xlink:href="#path-11"></use>
<path d="M6.75437134,6.70359449 C6.31581737,6.70359449 4.23395853,6.06113278 4.07998644,5.91934988 C3.92601435,5.77756697 4.30907101,7.95013098 7.03325627,7.24651446 C7.13970229,6.88456781 7.04674065,6.70359449 6.75437134,6.70359449 Z" fill="#F0A53D" style="mix-blend-mode: multiply;" opacity="0.5" mask="url(#mask-12)"></path>
</g>
</g>
<path d="M5.07311779,23.0073693 C4.68808094,24.5256706 3.22544506,29.9836152 3.22544506,30.9108125 C3.22544506,31.8380098 2.92548182,40.2897051 2.92548182,40.732508 C2.92548182,41.1753109 3.95854849,42.4516251 3.22544506,43.0507113 C2.49234162,43.6497976 1.81188398e-13,43.8485127 1.81188398e-13,42.6287042 C1.81188398e-13,41.4088957 0.388607838,40.8243035 0.388607838,40.400826 C0.388607838,39.9773485 0.0426418331,30.584592 0.388607838,29.2082901 C0.734573844,27.8319881 0.991265075,22.1473907 1.40697043,22.1473907 C1.82267579,22.1473907 5.45815463,21.489068 5.07311779,23.0073693 Z" id="路径-21" fill="#FFD6A7"></path>
<path d="M19.7224453,18.0973977 C21.3690975,22.7100392 22.2650744,25.5022607 22.4103758,26.474062 C22.8314797,29.2904788 23.8498607,34.1020694 23.6765651,35.4562685 C23.6120851,35.9601407 22.9354543,34.8946698 22.4103758,34.6262885 C22.1090393,34.4722675 22.4103758,35.9216374 21.5628858,35.0855846 C20.7153959,34.2495318 20.3888906,31.3824333 19.3961138,28.7784414 C18.342038,26.0136663 18.3283189,21.5355261 18,20.6187136 C17.5749702,19.4318413 18.1491186,18.5914027 19.7224453,18.0973977 Z" id="路径-22" fill="#FFD6A7"></path>
<path d="M4.9703812,15.6721901 C2.78306286,18.2789727 0.132716487,22.6538702 1.45788967,23.1495059 C2.34133846,23.4799296 3.51216897,23.6121861 4.9703812,23.5462753 C4.3797922,33.6429819 4.72325901,38.9853255 6.00078161,39.5733058 C7.91706551,40.4552764 7.91706551,36.3848035 13.2610612,35.0974552 C18.6050568,33.8101068 21.0174981,34.5887765 21.885643,33.5544631 C22.753788,32.5201498 18.4263671,33.4138591 18.4263671,28.6761041 C18.4263671,23.9383491 19.0106954,23.2361117 21.2666202,22.1723211 C23.5225449,21.1085305 18.0095821,13.2694007 16.5633695,13.2694007 C16.0714732,13.2694007 15.200047,14.1569229 12.9725581,14.1569229 C11.2453371,14.1569229 10.5766396,13.099353 9.28971537,13.2694007 C7.42163987,13.5162388 5.82498987,14.6536923 4.9703812,15.6721901 Z" id="路径-8" fill="url(#linearGradient-13)" fill-rule="nonzero"></path>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
src/assets/images/kjfs.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 B

BIN
src/assets/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

BIN
src/assets/qrcode.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB