autoUpdataFile

develop_coze
eduauto 2 years ago
parent a6a9dc6213
commit 10a7bfe256

File diff suppressed because one or more lines are too long

@ -90,7 +90,7 @@ html {--antd-wave-shadow-color: @primary-color;}
.ant-alert-info .ant-alert-icon {color: @primary-color;}
.ant-alert-warning {background-color: color(~`colorPalette("@{warning-color}", 1)`);border: 1px solid color(~`colorPalette("@{warning-color}", 3)`);}
.ant-alert-warning .ant-alert-icon {color: @warning-color;}
.ant-alert-error {background-color: color(~`colorPalette("@{modal-close-color}", 3)`);border: 1px solid color(~`colorPalette("@{error-color}", 3)`);}
.ant-alert-error {background-color: color(~`colorPalette("@{error-color}", 1)`);border: 1px solid color(~`colorPalette("@{error-color}", 3)`);}
.ant-alert-error .ant-alert-icon {color: @error-color;}
.ant-alert-close-icon {background-color: transparent;border: none;}
.ant-alert-close-icon .anticon-close {color: @text-color-secondary;}
@ -727,42 +727,42 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
.ant-form-item-has-success.ant-form-item-has-feedback .ant-form-item-children-icon {color: @success-color;}
.ant-form-item-has-warning .ant-form-item-explain, .ant-form-item-has-warning .ant-form-item-split {color: @warning-color;}
.ant-form-item-has-warning .ant-input, .ant-form-item-has-warning .ant-input-affix-wrapper, .ant-form-item-has-warning .ant-input:hover, .ant-form-item-has-warning .ant-input-affix-wrapper:hover {border-color: @warning-color;}
.ant-form-item-has-warning .ant-input:focus, .ant-form-item-has-warning .ant-input-affix-wrapper:focus, .ant-form-item-has-warning .ant-input-focused, .ant-form-item-has-warning .ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(191, 95, 170, 0.2);}
.ant-form-item-has-warning .ant-input:focus, .ant-form-item-has-warning .ant-input-affix-wrapper:focus, .ant-form-item-has-warning .ant-input-focused, .ant-form-item-has-warning .ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(198, 199, 60, 0.2);}
.ant-form-item-has-warning .ant-input:not(.ant-form-item-has-warning .ant-input-disabled) {background-color: #fff;}
.ant-form-item-has-warning .ant-input-affix-wrapper:not(.ant-form-item-has-warning .ant-input-affix-wrapper-disabled) {background-color: #fff;}
.ant-form-item-has-warning .ant-input-affix-wrapper input:focus {box-shadow: none !important;}
.ant-form-item-has-warning .ant-calendar-picker-open .ant-calendar-picker-input {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(191, 95, 170, 0.2);}
.ant-form-item-has-warning .ant-calendar-picker-open .ant-calendar-picker-input {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(198, 199, 60, 0.2);}
.ant-form-item-has-warning .ant-input-prefix {color: @warning-color;}
.ant-form-item-has-warning .ant-input-group-addon {color: @warning-color;border-color: @warning-color;}
.ant-form-item-has-warning .has-feedback {color: @warning-color;}
.ant-form-item-has-warning.ant-form-item-has-feedback .ant-form-item-children-icon {color: @warning-color;}
.ant-form-item-has-warning .ant-select:not(.ant-select-borderless) .ant-select-selector {border-color: @warning-color !important;}
.ant-form-item-has-warning .ant-select:not(.ant-select-borderless).ant-select-open .ant-select-selector, .ant-form-item-has-warning .ant-select:not(.ant-select-borderless).ant-select-focused .ant-select-selector {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(191, 95, 170, 0.2);}
.ant-form-item-has-warning .ant-select:not(.ant-select-borderless).ant-select-open .ant-select-selector, .ant-form-item-has-warning .ant-select:not(.ant-select-borderless).ant-select-focused .ant-select-selector {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(198, 199, 60, 0.2);}
.ant-form-item-has-warning .ant-input-number, .ant-form-item-has-warning .ant-picker {border-color: @warning-color;}
.ant-form-item-has-warning .ant-input-number-focused, .ant-form-item-has-warning .ant-picker-focused, .ant-form-item-has-warning .ant-input-number:focus, .ant-form-item-has-warning .ant-picker:focus {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(191, 95, 170, 0.2);}
.ant-form-item-has-warning .ant-input-number-focused, .ant-form-item-has-warning .ant-picker-focused, .ant-form-item-has-warning .ant-input-number:focus, .ant-form-item-has-warning .ant-picker:focus {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(198, 199, 60, 0.2);}
.ant-form-item-has-warning .ant-input-number:not([disabled]):hover, .ant-form-item-has-warning .ant-picker:not([disabled]):hover {border-color: @warning-color;}
.ant-form-item-has-warning .ant-cascader-picker:focus .ant-cascader-input {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(191, 95, 170, 0.2);}
.ant-form-item-has-warning .ant-cascader-picker:focus .ant-cascader-input {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(198, 199, 60, 0.2);}
.ant-form-item-has-error .ant-form-item-explain, .ant-form-item-has-error .ant-form-item-split {color: @error-color;}
.ant-form-item-has-error .ant-input, .ant-form-item-has-error .ant-input-affix-wrapper, .ant-form-item-has-error .ant-input:hover, .ant-form-item-has-error .ant-input-affix-wrapper:hover {border-color: @error-color;}
.ant-form-item-has-error .ant-input:focus, .ant-form-item-has-error .ant-input-affix-wrapper:focus, .ant-form-item-has-error .ant-input-focused, .ant-form-item-has-error .ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(52, 131, 224, 0.2);}
.ant-form-item-has-error .ant-input:focus, .ant-form-item-has-error .ant-input-affix-wrapper:focus, .ant-form-item-has-error .ant-input-focused, .ant-form-item-has-error .ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(7, 206, 2, 0.2);}
.ant-form-item-has-error .ant-input:not(.ant-form-item-has-error .ant-input-disabled) {background-color: #fff;}
.ant-form-item-has-error .ant-input-affix-wrapper:not(.ant-form-item-has-error .ant-input-affix-wrapper-disabled) {background-color: #fff;}
.ant-form-item-has-error .ant-input-affix-wrapper input:focus {box-shadow: none !important;}
.ant-form-item-has-error .ant-calendar-picker-open .ant-calendar-picker-input {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(52, 131, 224, 0.2);}
.ant-form-item-has-error .ant-calendar-picker-open .ant-calendar-picker-input {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(7, 206, 2, 0.2);}
.ant-form-item-has-error .ant-input-prefix {color: @error-color;}
.ant-form-item-has-error .ant-input-group-addon {color: @error-color;border-color: @error-color;}
.ant-form-item-has-error .has-feedback {color: @error-color;}
.ant-form-item-has-error.ant-form-item-has-feedback .ant-form-item-children-icon {color: @error-color;}
.ant-form-item-has-error .ant-select:not(.ant-select-borderless) .ant-select-selector {border-color: @error-color !important;}
.ant-form-item-has-error .ant-select:not(.ant-select-borderless).ant-select-open .ant-select-selector, .ant-form-item-has-error .ant-select:not(.ant-select-borderless).ant-select-focused .ant-select-selector {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(52, 131, 224, 0.2);}
.ant-form-item-has-error .ant-select:not(.ant-select-borderless).ant-select-open .ant-select-selector, .ant-form-item-has-error .ant-select:not(.ant-select-borderless).ant-select-focused .ant-select-selector {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(7, 206, 2, 0.2);}
.ant-form-item-has-error .ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {border: 0;}
.ant-form-item-has-error .ant-select.ant-select-auto-complete .ant-input:focus {border-color: @error-color;}
.ant-form-item-has-error .ant-input-number, .ant-form-item-has-error .ant-picker {border-color: @error-color;}
.ant-form-item-has-error .ant-input-number-focused, .ant-form-item-has-error .ant-picker-focused, .ant-form-item-has-error .ant-input-number:focus, .ant-form-item-has-error .ant-picker:focus {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(52, 131, 224, 0.2);}
.ant-form-item-has-error .ant-input-number-focused, .ant-form-item-has-error .ant-picker-focused, .ant-form-item-has-error .ant-input-number:focus, .ant-form-item-has-error .ant-picker:focus {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(7, 206, 2, 0.2);}
.ant-form-item-has-error .ant-input-number:not([disabled]):hover, .ant-form-item-has-error .ant-picker:not([disabled]):hover {border-color: @error-color;}
.ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor, .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {border-color: @error-color;}
.ant-form-item-has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor, .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(52, 131, 224, 0.2);}
.ant-form-item-has-error .ant-cascader-picker:focus .ant-cascader-input {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(52, 131, 224, 0.2);}
.ant-form-item-has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor, .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(7, 206, 2, 0.2);}
.ant-form-item-has-error .ant-cascader-picker:focus .ant-cascader-input {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(7, 206, 2, 0.2);}
.ant-form-item-has-error .ant-transfer-list {border-color: @error-color;}
.ant-form-item-has-error .ant-transfer-list-search:not([disabled]) {border-color: @border-color-base;}
.ant-form-item-has-error .ant-transfer-list-search:not([disabled]):hover {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px !important;}
@ -955,10 +955,10 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
.ant-mentions-dropdown-menu-item-active {background-color: #f5f5f5;}
.ant-menu-item-danger.ant-menu-item {color: @error-color;}
.ant-menu-item-danger.ant-menu-item:hover, .ant-menu-item-danger.ant-menu-item-active {color: @error-color;}
.ant-menu-item-danger.ant-menu-item:active {background: color(~`colorPalette("@{modal-mask-bg}", 2)`);}
.ant-menu-item-danger.ant-menu-item:active {background: #fff1f0;}
.ant-menu-item-danger.ant-menu-item-selected {color: @error-color;}
.ant-menu-item-danger.ant-menu-item-selected > a, .ant-menu-item-danger.ant-menu-item-selected > a:hover {color: @error-color;}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {background-color: color(~`colorPalette("@{modal-mask-bg}", 2)`);}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {background-color: #fff1f0;}
.ant-menu-inline .ant-menu-item-danger.ant-menu-item::after {border-right-color: @error-color;}
.ant-menu-dark .ant-menu-item-danger.ant-menu-item, .ant-menu-dark .ant-menu-item-danger.ant-menu-item:hover, .ant-menu-dark .ant-menu-item-danger.ant-menu-item > a {color: @error-color;}
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {color: #fff;background-color: @error-color;}
@ -1461,7 +1461,7 @@ tr.ant-table-expanded-row:hover > td {background: #fbfbfb;}
.ant-tag-pink-inverse {color: #fff;background: #eb2f96;border-color: #eb2f96;}
.ant-tag-magenta {color: #eb2f96;background: #fff0f6;border-color: #ffadd2;}
.ant-tag-magenta-inverse {color: #fff;background: #eb2f96;border-color: #eb2f96;}
.ant-tag-red {color: #f5222d;background: color(~`colorPalette("@{modal-mask-bg}", 2)`);border-color: #ffa39e;}
.ant-tag-red {color: #f5222d;background: #fff1f0;border-color: #ffa39e;}
.ant-tag-red-inverse {color: #fff;background: #f5222d;border-color: #f5222d;}
.ant-tag-volcano {color: #fa541c;background: #fff2e8;border-color: #ffbb96;}
.ant-tag-volcano-inverse {color: #fff;background: #fa541c;border-color: #fa541c;}
@ -1485,7 +1485,7 @@ tr.ant-table-expanded-row:hover > td {background: #fbfbfb;}
.ant-tag-purple-inverse {color: #fff;background: #722ed1;border-color: #722ed1;}
.ant-tag-success {color: #52c41a;background: #f6ffed;border-color: #b7eb8f;}
.ant-tag-processing {color: #1890ff;background: #e6f7ff;border-color: #91d5ff;}
.ant-tag-error {color: #f5222d;background: color(~`colorPalette("@{modal-mask-bg}", 2)`);border-color: #ffa39e;}
.ant-tag-error {color: #f5222d;background: #fff1f0;border-color: #ffa39e;}
.ant-tag-warning {color: #fa8c16;background: #fff7e6;border-color: #ffd591;}
.ant-timeline {color: @text-color;}
.ant-timeline-item-tail {border-left: 2px solid #f0f0f0;}
@ -1685,7 +1685,7 @@ a.ant-typography[disabled], .ant-typography a[disabled] {color: @disabled-color;
.ant-upload-list-picture .ant-upload-list-item-error, .ant-upload-list-picture-card .ant-upload-list-item-error {border-color: @error-color;}
.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info, .ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {background: transparent;}
.ant-upload-list-picture .ant-upload-list-item-uploading, .ant-upload-list-picture-card .ant-upload-list-item-uploading {border-style: dashed;}
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'], .ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'] {fill: color(~`colorPalette("@{modal-close-color}", 3)`);}
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'], .ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'] {fill: color(~`colorPalette("@{error-color}", 1)`);}
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'], .ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'] {fill: @error-color;}
.ant-upload-list-picture-card .ant-upload-list-item-info::before {background-color: rgba(0, 0, 0, 0.5);}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye, .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download, .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {color: rgba(255, 255, 255, 0.85);}

@ -149,6 +149,6 @@
<script src="/react/build/antdesign.9f6f49ab.async.js"></script>
<script src="/react/build/vendors.5080b0f1.async.js"></script>
<script src="/react/build/umi.c230c367.js"></script>
<script src="/react/build/umi.682404c9.js"></script>
</body>
</html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1366,6 +1366,61 @@ button[class~='ant-btn-default']:disabled.btn___23gjd {
cursor: pointer;
margin-left: 20px;
}
.index_title___-BoFL {
margin: 60px auto;
width: 1200px;
position: relative;
}
.index_title___-BoFL .title_content___2PlEV {
display: flex;
align-items: center;
justify-content: center;
}
.index_title___-BoFL .title_content___2PlEV .title_img___3gOsI {
width: 24px;
height: 24px;
}
.index_title___-BoFL .title_content___2PlEV .title_text___10dtT {
font-size: 24px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #34495e;
letter-spacing: 1px;
margin: 0 10px;
}
.index_title___-BoFL .more___1AbmX {
position: absolute;
right: 5px;
bottom: 7px;
font-size: 14px;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #3061d0;
cursor: pointer;
}
.index_title___-BoFL .more___1AbmX:hover {
color: #165dff;
}
.work_unit_list___9SirH {
width: 1200px;
margin: 0 auto 20px auto;
display: flex;
flex-wrap: wrap;
}
.work_unit_list___9SirH .work_unit___1YJmE {
width: 227px;
height: 80px;
background: #ffffff;
border-radius: 6px;
border: 1px solid #dfeaff;
margin: 10px 6px;
}
.work_unit_list___9SirH .work_unit___1YJmE .work_unit_img___3-EBM {
width: 211px;
height: 72px;
margin: 3px 8px;
object-fit: scale-down;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -623,23 +623,31 @@
height: 160px;
background: url(./static/gaoliang.c303b729.png) center center / cover no-repeat;
}
.ptdt___2Hrep .ptdt_con___FX1OI .ptdt_item___1VYLI .title___2xG1J {
font-size: 18px;
font-weight: 600;
word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
}
.ptdt___2Hrep .ptdt_con___FX1OI .ptdt_item___1VYLI .time___1jKmP {
font-size: 16px;
font-weight: 600;
color: #276ab3;
margin-bottom: 8px;
margin-top: 10px;
}
.ptdt___2Hrep .ptdt_con___FX1OI .ptdt_item___1VYLI .info___1hg_v {
height: 72px;
height: 48px;
font-size: 16px;
color: #333333;
word-break: break-all;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
-webkit-line-clamp: 2;
overflow: hidden;
white-space: pre-wrap;
margin-top: 5px;
}
.ptdt___2Hrep .ptdt_con___FX1OI .ptdt_item___1VYLI .line___29bRa {
position: absolute;

@ -0,0 +1,142 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 193 40" style="enable-background:new 0 0 193 40;" xml:space="preserve">
<style type="text/css">
.st0{filter:url(#Adobe_OpacityMaskFilter);}
.st1{fill:#FFFFFF;}
.st2{mask:url(#mask-2_2_);}
.st3{fill:#00A4B0;}
.st4{filter:url(#Adobe_OpacityMaskFilter_1_);}
.st5{mask:url(#mask-4_2_);}
.st6{fill:#29C5D3;}
.st7{filter:url(#Adobe_OpacityMaskFilter_2_);}
.st8{mask:url(#mask-6_2_);}
.st9{fill:#007896;}
.st10{filter:url(#Adobe_OpacityMaskFilter_3_);}
.st11{mask:url(#mask-8_2_);}
</style>
<title>编组 6</title>
<desc>Created with Sketch.</desc>
<g id="页面-1">
<g id="_x30_304101计划网站-首页V2.1" transform="translate(-120.000000, -15.000000)">
<g id="编组-6" transform="translate(120.000000, 15.000000)">
<g id="编组">
<g transform="translate(0.000000, 0.053721)">
<g id="Clip-2">
</g>
<defs>
<filter id="Adobe_OpacityMaskFilter" filterUnits="userSpaceOnUse" x="0.4" y="0.4" width="36.4" height="20">
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
</filter>
</defs>
<mask maskUnits="userSpaceOnUse" x="0.4" y="0.4" width="36.4" height="20" id="mask-2_2_">
<g class="st0">
<polygon id="path-1_2_" class="st1" points="0.4,0.4 36.9,0.4 36.9,20.4 0.4,20.4 "/>
</g>
</mask>
<g id="Fill-1" class="st2">
<path class="st3" d="M24.5,17l-5.8,3.3L0.4,9.7L15,2.4c0,0,2-1.1,2.2-2c0,0,1.1,1.6,2.7,2.2l16.9,7.1l-6.7,4l-4-2l2.9-1.8
L18.4,4.9c0,0-0.4-0.2-0.9-0.7c0,0-0.7,0.7-1.1,0.9L7,10l11.4,6.5l3.1-1.8L24.5,17z"/>
</g>
</g>
<g transform="translate(19.069767, 10.286279)">
<g id="Clip-4">
</g>
<defs>
<filter id="Adobe_OpacityMaskFilter_1_" filterUnits="userSpaceOnUse" x="0.1" y="0.3" width="18.5" height="29">
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
</filter>
</defs>
<mask maskUnits="userSpaceOnUse" x="0.1" y="0.3" width="18.5" height="29" id="mask-4_2_">
<g class="st4">
<polygon id="path-3_2_" class="st1" points="0.1,0.3 18.6,0.3 18.6,29.3 0.1,29.3 "/>
</g>
</mask>
<g id="Fill-3" class="st5">
<polygon class="st6" points="13.7,9.2 13.7,9.2 6.1,13.7 6.1,9.9 13.7,5.4 13.7,6.8 18.6,3.9 18.6,0.3 0.1,11 0.1,18.8
6,15.5 13.6,11.3 13.6,12.7 13.6,15.4 13.6,18.3 6,22.7 6,19.8 6,17.5 0.1,20.9 0.1,29.3 18.6,18.6 18.6,6.3 "/>
</g>
</g>
<g transform="translate(0.000000, 10.286279)">
<g id="Clip-6">
</g>
<defs>
<filter id="Adobe_OpacityMaskFilter_2_" filterUnits="userSpaceOnUse" x="0" y="0.3" width="3.5" height="20.3">
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
</filter>
</defs>
<mask maskUnits="userSpaceOnUse" x="0" y="0.3" width="3.5" height="20.3" id="mask-6_2_">
<g class="st7">
<polygon id="path-5_2_" class="st1" points="0,0.3 3.5,0.3 3.5,20.6 0,20.6 "/>
</g>
</mask>
<g id="Fill-5" class="st8">
<polygon class="st9" points="3.5,2.3 0,0.3 0,18.6 3.5,20.6 "/>
</g>
</g>
<g id="Fill-7">
<path class="st9" d="M6.8,30.6V16.7l4.5,2.5V33L6.8,30.6z M14.2,18.9l-9.8-5.7v18.3l9.8,5.7V18.9z"/>
</g>
<g transform="translate(14.883721, 19.123488)">
<g id="Clip-10">
</g>
<defs>
<filter id="Adobe_OpacityMaskFilter_3_" filterUnits="userSpaceOnUse" x="0.2" y="0.3" width="3.2" height="20.2">
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
</filter>
</defs>
<mask maskUnits="userSpaceOnUse" x="0.2" y="0.3" width="3.2" height="20.2" id="mask-8_2_">
<g class="st10">
<polygon id="path-7_2_" class="st1" points="0.2,0.3 3.4,0.3 3.4,20.5 0.2,20.5 "/>
</g>
</mask>
<g id="Fill-9" class="st11">
<polygon class="st9" points="0.2,0.3 0.2,18.6 3.4,20.5 3.4,2.2 "/>
</g>
</g>
</g>
<g>
</g>
<g>
<path class="st9" d="M58.5,13.8l1.8,2.1V24h4.3V10.7h-3.2L58.5,13.8z M62.7,12.3v10.1h-0.5v-9.5l-1.3,1.3l-0.3-0.3l1.5-1.6H62.7
z"/>
<path class="st9" d="M78.5,14.3c-0.2-0.5-0.5-0.9-0.9-1.2c-0.4-0.3-0.9-0.5-1.5-0.5c-0.6,0-1.1,0.2-1.5,0.5
c-0.4,0.3-0.7,0.7-0.9,1.2c-0.2,0.5-0.4,1-0.5,1.5c-0.1,0.6-0.1,1.1-0.1,1.5s0,1,0.1,1.5c0.1,0.6,0.2,1.1,0.5,1.6
c0.2,0.5,0.5,0.9,0.9,1.2c0.4,0.3,0.9,0.5,1.5,0.5c0.6,0,1.1-0.2,1.5-0.5c0.4-0.3,0.7-0.7,0.9-1.2c0.2-0.5,0.4-1,0.5-1.6
c0.1-0.6,0.1-1.1,0.1-1.5s0-1-0.1-1.5C78.9,15.3,78.8,14.8,78.5,14.3z M76.1,20.5c-0.9,0-1.3-1-1.3-3.1c0-2.1,0.4-3.1,1.3-3.1
c0.9,0,1.3,1,1.3,3.1C77.4,19.4,77,20.5,76.1,20.5z"/>
<path class="st9" d="M76.1,10.3c-1.7,0-3,0.6-4,1.8c-0.9,1.2-1.4,2.9-1.4,5.2s0.5,4,1.4,5.2s2.3,1.8,4,1.8s3-0.6,4-1.8
c0.9-1.2,1.4-2.9,1.4-5.2s-0.5-4-1.4-5.2C79.1,10.9,77.8,10.3,76.1,10.3z M79.4,19.2c-0.1,0.6-0.3,1.2-0.6,1.7
c-0.3,0.5-0.6,0.9-1.1,1.2c-0.5,0.3-1,0.5-1.7,0.5c-0.7,0-1.2-0.2-1.7-0.5c-0.5-0.3-0.8-0.7-1.1-1.2c-0.3-0.5-0.5-1.1-0.6-1.7
c-0.1-0.6-0.2-1.2-0.2-1.8c0-0.6,0.1-1.2,0.2-1.8c0.1-0.6,0.3-1.2,0.6-1.7c0.3-0.5,0.6-0.9,1.1-1.2c0.5-0.3,1-0.5,1.7-0.5
c0.7,0,1.2,0.2,1.7,0.5c0.5,0.3,0.8,0.7,1.1,1.2c0.3,0.5,0.5,1.1,0.6,1.7s0.2,1.2,0.2,1.8C79.6,17.9,79.6,18.5,79.4,19.2z"/>
<path class="st9" d="M86.2,13.8l1.8,2.1V24h4.3V10.7h-3.2L86.2,13.8z M90.4,12.3v10.1h-0.5v-9.5l-1.3,1.3l-0.3-0.3l1.5-1.6H90.4
z"/>
<path class="st9" d="M103.4,22.6v-8.5h-4.6v1.8h2.8v7.4c0,0.4-0.2,0.7-0.5,1l0.7,1.7c1.5-0.9,2.8-2,4.1-3.2l-0.5-1.9
C104.7,21.5,104.1,22.1,103.4,22.6z"/>
<polygon class="st9" points="112.3,8.1 110.3,8.1 110.3,14 105.1,14 105.1,15.8 110.3,15.8 110.3,26.6 112.3,26.6 112.3,15.8
117.3,15.8 117.3,14 112.3,14 "/>
<path class="st9" d="M103.5,12.6l1.3-1.3c-0.9-1-2-2-3.3-3l-1.3,1.3C101.6,10.6,102.7,11.6,103.5,12.6z"/>
<path class="st9" d="M139.6,23.9c0,0.5-0.3,0.8-0.9,0.8c-0.8,0-1.7,0-2.7-0.1l0.4,1.8h2.9c1.4,0,2.1-0.7,2.1-2V8.2h-1.9V23.9z"
/>
<path class="st9" d="M132.5,24.5c-0.6,0-1.2-0.6-1.9-1.8c-0.2-0.3-0.3-0.6-0.4-0.9c1.4-1.5,2.6-3.4,3.6-5.6l-1.7-0.9
c-0.7,1.6-1.6,3.1-2.7,4.3c-0.2-0.6-0.4-1.3-0.5-2.1c-0.2-0.7-0.3-1.6-0.4-2.5l5.6-0.9l-0.3-1.8l-5.5,0.8
c-0.1-1.5-0.2-3.2-0.2-5.1h-1.9c0,2,0.1,3.8,0.2,5.4l-2.5,0.4l0.3,1.8l2.4-0.4c0.2,1.3,0.4,2.4,0.6,3.4c0.2,0.8,0.4,1.5,0.7,2.3
c-1.3,1.1-2.7,2-4.3,2.6l1.1,1.7c1.4-0.6,2.8-1.4,4-2.4c0.3,0.5,0.6,1,0.9,1.5c0.9,1.3,1.9,1.9,2.8,1.9c0.6,0,1.1-0.4,1.5-1.3
c0.4-0.7,0.7-1.6,1-2.6l-1.6-1C133.1,23.4,132.8,24.4,132.5,24.5z"/>
<path class="st9" d="M132.9,11c-0.7-1.1-1.4-2-2.1-2.9l-1.6,0.8c0.7,0.9,1.4,1.9,2,3L132.9,11z"/>
<rect x="135.6" y="9.9" class="st9" width="1.8" height="12.4"/>
<path class="st9" d="M163,16.9c0.9-1.5,1.7-3,2.3-4.5l-1.7-0.8c-0.6,1.5-1.3,2.9-2.2,4.5L163,16.9z"/>
<polygon class="st9" points="158.9,10.7 166.2,10.7 166.2,8.9 149.9,8.9 149.9,10.7 157,10.7 157,17.8 149.1,17.8 149.1,19.6
157,19.6 157,26.6 158.9,26.6 158.9,19.6 166.9,19.6 166.9,17.8 158.9,17.8 "/>
<path class="st9" d="M152.7,11.7l-1.8,0.9c0.7,1.3,1.4,2.8,2.1,4.5l1.8-0.9C154.1,14.5,153.4,13,152.7,11.7z"/>
<path class="st9" d="M176.2,26.6h1.9v-0.8h9.8v0.8h1.9v-8.5h-13.7V26.6z M178.1,19.9h9.8v4h-9.8V19.9z"/>
<path class="st9" d="M187.5,10.2l-1.7,0.8c0.7,0.8,1.3,1.7,2,2.7c-3.2,0.3-6.5,0.5-9.9,0.6c1.7-1.5,3.3-3.4,4.9-5.6l-2-0.7
c-2.7,3.9-4.8,6.1-6.3,6.4l0.4,1.8c5.1-0.2,9.8-0.5,14-0.8c0.5,0.7,0.9,1.5,1.4,2.4l1.9-0.9C190.6,14.4,189.1,12.2,187.5,10.2z"
/>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.6 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save