Commit 3c0e87d7 by airyuxun

qwq

parent 2ceadc21
<!DOCTYPE html>
<!-- saved from url=(0029)https://www.ifengban.com/Down -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>资产管理</title>
<meta name="baidu-site-verification" content="bWAhYZWIZE">
<!-- <meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" /> -->
<!-- <link rel="stylesheet" href="/stylesheets/third/bootstrap.min.css"> -->
<link rel="stylesheet" href="./files/style.min.css">
<link rel="stylesheet" href="./files/iconfont.css">
<script src="./files/jquery.scrolly.js"></script>
<script src="./files/leftbar.js"></script>
</head>
<body cz-shortcut-listen="true">
<div class="appDown-version-wrap">
<div class="appDown-version-back">
</div>
<div class="version-wrap-main" style=" height: 100%;
text-align: center;
width: 100%;">
<div class="version-item version-crm" style="margin-left: calc(50% - 100px);">
<div class="version-item-title">
资产管理系统
</div>
<!--<div class="version-item-version">
version 1.0.0
</div>-->
<div class="version-item-des">
资产管理 巡更巡检 设备报修 专项检查
</div>
<div class="version-item-down">
<div class="version-item-down-left">
<div class="version-item-down-code">
<img style="width: 100%;height: 100%" src="./files/downPropertyCode.png" alt="">
</div>
<div class="version-item-down-code1">手机扫描下载</div>
</div>
<div class="version-item-down-right">
<a class="version-item-down-btn1" href="itms-services:///?action=download-manifest&url=./zcgl.plist">
<div class="version-appDown-btn-icon1"><img style="height:15px;width:15px" src="./files/Apple.png"></div>
<div class="version-appDown-btn-word1">IOS下载</div>
</a>
<a class="version-item-down-btn2" href="./android.apk">
<div class="version-appDown-btn-icon2"><img style="height:15px;width:15px" src="./files/android.png"></div>
<div class="version-appDown-btn-word2">安卓下载</div>
</a>
</div>
</div>
</div>
</div>
<div style="clear: both"></div>
</div>
</body></html>
\ No newline at end of file
/*
* Project: Scrolly : parallax is easy as a matter of fact !
* Description: Based on jQuery boilerplate
* Author: Victor C. / Octave & Octave web agency
* Licence: MIT
*/
!function(root, factory) {
if (typeof define === 'function' && define.amd) {
define(['jquery'], factory);
} else {
factory(root.jQuery);
}
}(this, function($) {
'use strict';
// Create the defaults once
var pluginName = 'scrolly',
defaults = {
bgParallax: false
},
didScroll = false;
function Plugin( element, options ) {
this.element = element;
this.$element = $(this.element);
this.options = $.extend( {}, defaults, options) ;
this._defaults = defaults;
this._name = pluginName;
this.init();
}
Plugin.prototype.init = function () {
var self = this;
this.startPosition = this.$element.position().top;
this.offsetTop = this.$element.offset().top;
this.height = this.$element.outerHeight(true);
this.velocity = this.$element.attr('data-velocity');
this.bgStart = parseInt(this.$element.attr('data-fit'), 10);
$(document).scroll(function(){
self.didScroll = true;
});
setInterval(function() {
if (self.didScroll) {
self.didScroll = false;
self.scrolly();
}
}, 10);
};
Plugin.prototype.scrolly = function() {
var dT = $(window).scrollTop(),
wH = $(window).height(),
position = this.startPosition;
if(this.offsetTop >= (dT+wH)) {
this.$element.addClass('scrolly-invisible');
} else {
if(this.$element.hasClass('scrolly-invisible')){
position = this.startPosition + (dT + ( wH - this.offsetTop ) ) * this.velocity;
} else {
position = this.startPosition + dT * this.velocity;
}
}
// Fix background position
if(this.bgStart){ position = position + this.bgStart; }
if(this.options.bgParallax === true) {
this.$element.css({backgroundPosition: '50% '+position+'px'});
} else {
this.$element.css({top: position});
}
};
$.fn[pluginName] = function ( options ) {
return this.each(function () {
if (!$.data(this, 'plugin_' + pluginName)) {
$.data(this, 'plugin_' + pluginName, new Plugin( this, options ));
}
});
};
});
//侧边栏超出显示
$(window).scroll( function() {
var t =$(document).scrollTop();
if(t>450){
$(".left-bar-wrap").show();
}else{
$(".left-bar-wrap").hide();
}
});
//点击置顶
$(function(){
$(".top").click(function() {
$("html,body").animate({scrollTop:0}, 500);
});
})
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 139 46" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
<g id="TOP-首页" transform="matrix(1,0,0,1,-370,-25)">
<rect id="Rectangle-22" x="0" y="0" width="1920" height="97" style="fill:none;"/>
<g id="蜂办logo-白" transform="matrix(1,0,0,1,370,25)">
<path id="Fill-1" d="M134.749,45.466L76.882,45.466C74.63,45.466 72.787,43.623 72.787,41.371C72.787,39.119 74.63,37.276 76.882,37.276L134.749,37.276C137.001,37.276 138.843,39.119 138.843,41.371C138.843,43.623 137.001,45.466 134.749,45.466" style="fill:rgb(255,255,254);"/>
<path id="Fill-2" d="M102.455,17.451L87.221,17.451C86.672,17.451 86.226,17.006 86.226,16.456C86.226,15.906 86.672,15.46 87.221,15.46L102.455,15.46C103.005,15.46 103.45,15.906 103.45,16.456C103.45,17.006 103.005,17.451 102.455,17.451" style="fill:rgb(255,255,254);"/>
<g id="Group-6" transform="matrix(1,0,0,1,73,0)">
<path id="Fill-3" d="M2.255,31.837L35.631,27.52C36.146,27.327 36.408,26.754 36.215,26.239C36.024,25.724 35.451,25.462 34.935,25.654L1.559,29.972C1.045,30.163 0.782,30.737 0.974,31.252C1.167,31.767 1.74,32.029 2.255,31.837" style="fill:rgb(255,255,254);"/>
<path id="Fill-5" d="M15.142,8.05L19.202,2.053C19.549,1.628 19.486,1.001 19.06,0.653C18.634,0.305 18.007,0.369 17.659,0.795L13.6,6.791C13.253,7.217 13.316,7.844 13.742,8.192C14.168,8.54 14.795,8.476 15.142,8.05" style="fill:rgb(255,255,254);"/>
</g>
<path id="Fill-7" d="M101.059,4.65L90.544,4.65C89.994,4.65 89.549,4.204 89.549,3.654C89.549,3.105 89.994,2.659 90.544,2.659L101.059,2.659C101.609,2.659 102.055,3.105 102.055,3.654C102.055,4.204 101.609,4.65 101.059,4.65" style="fill:rgb(255,255,254);"/>
<path id="Fill-8" d="M86.822,14.646L101.447,4.945C101.87,4.593 101.927,3.965 101.575,3.543C101.223,3.121 100.595,3.064 100.173,3.416L85.548,13.116C85.125,13.468 85.068,14.096 85.42,14.519C85.772,14.941 86.399,14.998 86.822,14.646" style="fill:rgb(255,255,254);"/>
<path id="Fill-9" d="M102.885,14.289L89.198,6.997C88.731,6.705 88.59,6.09 88.882,5.625C89.174,5.159 89.789,5.018 90.255,5.309L103.942,12.601C104.408,12.893 104.549,13.507 104.257,13.973C103.965,14.439 103.351,14.58 102.885,14.289" style="fill:rgb(255,255,254);"/>
<path id="Fill-10" d="M101.822,23.084L87.734,23.084C87.184,23.084 86.738,22.638 86.738,22.088C86.738,21.539 87.184,21.093 87.734,21.093L101.822,21.093C102.372,21.093 102.817,21.539 102.817,22.088C102.817,22.638 102.372,23.084 101.822,23.084" style="fill:rgb(255,255,254);"/>
<path id="Fill-11" d="M93.526,34.259L93.526,12.478C93.526,11.928 93.971,11.483 94.521,11.483C95.071,11.483 95.517,11.928 95.517,12.478L95.517,34.259C95.517,34.809 95.071,35.255 94.521,35.255C93.971,35.255 93.526,34.809 93.526,34.259" style="fill:rgb(255,255,254);"/>
<path id="Fill-12" d="M82.452,20.932C82.452,21.098 82.317,21.233 82.151,21.233L76.681,21.233C76.515,21.233 76.38,21.098 76.38,20.932L76.38,9.39C76.38,9.224 76.515,9.089 76.681,9.089L82.151,9.089C82.317,9.089 82.452,9.224 82.452,9.39L82.452,20.932ZM83.032,6.968L75.8,6.968C75.114,6.968 74.551,7.53 74.551,8.217L74.551,22.105C74.551,22.792 75.114,23.354 75.8,23.354L83.032,23.354C83.718,23.354 84.281,22.792 84.281,22.105L84.281,8.217C84.281,7.53 83.718,6.968 83.032,6.968Z" style="fill:rgb(255,255,254);"/>
<path id="Fill-13" d="M78.414,28.994L78.414,1.581C78.414,1.031 78.86,0.586 79.41,0.586C79.96,0.586 80.405,1.031 80.405,1.581L80.405,28.994C80.405,29.544 79.96,29.99 79.41,29.99C78.86,29.99 78.414,29.544 78.414,28.994" style="fill:rgb(255,255,254);"/>
<path id="Fill-14" d="M121.428,2.76C121.415,3.236 121.397,3.703 121.382,4.164C121.351,5.029 121.119,5.274 122.497,5.322L126.882,5.322C129.15,5.322 131.024,7.195 131.024,9.464L130.703,29.472C130.703,31.739 128.829,33.613 126.561,33.613L124.457,33.613C123.84,33.613 123.34,33.113 123.34,32.496L123.34,32.495C123.34,31.878 123.84,31.378 124.457,31.378L126.561,31.378C127.613,31.378 128.467,30.524 128.467,29.472L128.789,9.464C128.789,8.412 127.934,7.557 126.882,7.557L122.087,7.557C121.55,7.557 121.167,7.541 120.989,8.469C118.934,19.21 117.435,25.825 115.413,33.958C115.264,34.558 114.656,34.925 114.056,34.775L113.998,34.761C113.403,34.611 113.04,34.008 113.183,33.411C115.567,23.554 116.346,19.907 118.659,8.898C118.995,7.302 118.612,7.571 117.564,7.557L112.287,7.557C111.67,7.557 111.17,7.056 111.17,6.439C111.17,5.822 111.67,5.322 112.287,5.322L118.025,5.322C119.284,5.306 119.105,5.074 119.142,4.247C119.165,3.736 119.178,3.22 119.193,2.693C119.211,2.076 119.726,1.589 120.343,1.607L120.344,1.607C120.962,1.626 121.446,2.143 121.428,2.76" style="fill:rgb(255,255,254);"/>
<path id="Fill-15" d="M113.034,11.796L109.315,26.567C109.18,27.1 108.639,27.424 108.106,27.289C107.573,27.155 107.25,26.614 107.384,26.081L111.103,11.309C111.237,10.776 111.778,10.453 112.311,10.587C112.844,10.721 113.169,11.262 113.034,11.796" style="fill:rgb(255,255,254);"/>
<g id="Group-20" transform="matrix(1,0,0,1,0,2)">
<path id="Fill-16" d="M136.209,6.203L138.507,26.493C138.568,27.039 138.175,27.532 137.63,27.595C137.084,27.657 136.59,27.265 136.528,26.719L134.23,6.428C134.169,5.882 134.561,5.389 135.107,5.326C135.653,5.264 136.146,5.657 136.209,6.203" style="fill:rgb(255,255,254);"/>
<path id="Fill-18" d="M0.389,0.788L29.459,0.788L24.079,8.858L8.505,8.822L8.243,19.401L18.872,19.401L14.188,25.648L8.46,25.648L8.288,34.281L0,44L0.389,0.788" style="fill:rgb(13,163,183);"/>
<path id="Fill-19" d="M34.621,0.788L45.859,0.788C45.859,0.788 53.462,1.75 55.811,8.406C56.468,10.268 61.522,12.069 61.609,12.415C61.609,12.415 55.917,15.104 55.543,16.194C54.087,20.435 50.912,21.529 50.912,21.529C50.912,21.529 57.225,22.901 57.532,29.419C57.556,29.93 64.603,32.555 64.603,32.862C64.603,33.115 57.509,35.392 57.409,35.937C56.118,42.945 46.598,44 46.598,44L6.985,44L13.97,35.844C13.97,35.844 18.005,35.844 41.157,35.875C50.422,35.887 48.904,25.643 41.609,25.562C38.328,25.525 19.048,25.605 19.048,25.605L23.819,19.401C23.819,19.401 28.894,19.401 42.648,19.401C49.852,19.401 49.721,8.643 42.606,8.728C38.962,8.771 28.897,8.771 28.897,8.771L34.621,0.788" style="fill:rgb(255,255,254);"/>
</g>
<path id="Fill-21" d="M77.296,38.673L80.943,38.673L80.943,39.317L78.008,39.317L78.008,40.914L80.589,40.914L80.589,41.54L78.008,41.54L78.008,43.933L77.296,43.933L77.296,38.673" style="fill:rgb(1,6,4);"/>
<path id="Fill-22" d="M84.561,38.673L88.378,38.673L88.378,39.317L85.256,39.317L85.256,40.914L88.141,40.914L88.141,41.523L85.256,41.523L85.256,43.306L88.431,43.306L88.431,43.933L84.561,43.933L84.561,38.673" style="fill:rgb(1,6,4);"/>
<path id="Fill-23" d="M92.17,38.673L93.008,38.673L95.632,42.923L95.632,38.673L96.312,38.673L96.312,43.933L95.511,43.933L92.85,39.689L92.85,43.933L92.17,43.933L92.17,38.673" style="fill:rgb(1,6,4);"/>
<path id="Fill-24" d="M103.752,38.823C104.266,39.098 104.582,39.579 104.697,40.267L103.992,40.267C103.908,39.882 103.734,39.602 103.469,39.427C103.206,39.251 102.873,39.163 102.47,39.163C101.994,39.163 101.592,39.346 101.266,39.711C100.94,40.076 100.777,40.62 100.777,41.344C100.777,41.969 100.912,42.478 101.18,42.87C101.449,43.263 101.888,43.46 102.496,43.46C102.962,43.46 103.347,43.321 103.652,43.046C103.958,42.771 104.114,42.325 104.121,41.709L102.474,41.709L102.474,41.118L104.783,41.118L104.783,43.933L104.325,43.933L104.153,43.255C103.916,43.521 103.706,43.704 103.523,43.807C103.215,43.983 102.824,44.071 102.35,44.071C101.737,44.071 101.21,43.87 100.768,43.467C100.287,42.961 100.047,42.267 100.047,41.383C100.047,40.503 100.282,39.802 100.753,39.281C101.199,38.785 101.778,38.536 102.488,38.536C102.975,38.536 103.396,38.632 103.752,38.823" style="fill:rgb(1,6,4);"/>
<path id="Fill-25" d="M115.795,43.323C116.236,43.323 116.55,43.196 116.738,42.944C116.856,42.784 116.915,42.591 116.915,42.364C116.915,41.982 116.743,41.722 116.398,41.583C116.215,41.509 115.973,41.473 115.672,41.473L114.245,41.473L114.245,43.323L115.795,43.323ZM115.554,40.896C115.858,40.896 116.094,40.855 116.263,40.771C116.528,40.64 116.661,40.403 116.661,40.062C116.661,39.718 116.52,39.487 116.238,39.367C116.079,39.3 115.842,39.267 115.529,39.267L114.245,39.267L114.245,40.896L115.554,40.896ZM113.547,38.673L115.82,38.673C116.44,38.673 116.881,38.857 117.143,39.224C117.297,39.442 117.374,39.692 117.374,39.976C117.374,40.308 117.279,40.579 117.09,40.792C116.993,40.904 116.852,41.007 116.669,41.101C116.938,41.202 117.139,41.318 117.273,41.447C117.509,41.677 117.628,41.993 117.628,42.396C117.628,42.736 117.521,43.042 117.307,43.317C116.988,43.728 116.48,43.933 115.783,43.933L113.547,43.933L113.547,38.673Z" style="fill:rgb(1,6,4);"/>
<path id="Fill-26" d="M123.957,41.777L123.147,39.453L122.306,41.777L123.957,41.777ZM122.776,38.673L123.58,38.673L125.489,43.933L124.709,43.933L124.159,42.357L122.095,42.357L121.525,43.933L120.795,43.933L122.776,38.673Z" style="fill:rgb(1,6,4);"/>
<path id="Fill-27" d="M128.918,38.673L129.757,38.673L132.38,42.923L132.38,38.673L133.06,38.673L133.06,43.933L132.259,43.933L129.598,39.689L129.598,43.933L128.918,43.933L128.918,38.673" style="fill:rgb(1,6,4);"/>
</g>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8"?>
++ /dev/null
<?xml version="1.0" encoding="UTF-8"?>
<svg width="139px" height="46px" viewBox="0 0 139 46" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<title>logo-白底</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="TOP" transform="translate(-370.000000, -28.000000)">
<g id="logo-白底">
<g transform="translate(370.000000, 28.000000)">
<path d="M134.7,45.0138 L76.9,45.0138 C74.6,45.0138 72.8,43.2138 72.8,40.9138 C72.8,38.6138 74.6,36.8138 76.9,36.8138 L134.8,36.8138 C137.1,36.8138 138.9,38.6138 138.9,40.9138 C138.8,43.2138 137,45.0138 134.7,45.0138 Z" id="Fill-1" fill="#000000"></path>
<path d="M102.5,17.0138 L87.2,17.0138 C86.7,17.0138 86.2,16.6138 86.2,16.0138 C86.2,15.5138 86.6,15.0138 87.2,15.0138 L102.4,15.0138 C102.9,15.0138 103.4,15.4138 103.4,16.0138 C103.4,16.6138 103,17.0138 102.5,17.0138 Z" id="Fill-2" fill="#000000"></path>
<path d="M75.3,31.4138 L108.7,27.1138 C109.2,26.9138 109.5,26.3138 109.3,25.8138 C109.1,25.3138 108.5,25.0138 108,25.2138 L74.6,29.5138 C74.1,29.7138 73.8,30.3138 74,30.8138 C74.2,31.3138 74.7,31.6138 75.3,31.4138 Z" id="Fill-3" fill="#000000"></path>
<path d="M88.1,7.6138 L92.2,1.6138 C92.5,1.2138 92.5,0.5138 92.1,0.2138 C91.7,-0.0862 91,-0.0862 90.7,0.3138 L86.6,6.3138 C86.3,6.7138 86.3,7.4138 86.7,7.7138 C87.2,8.1138 87.8,8.0138 88.1,7.6138 Z" id="Fill-4" fill="#000000"></path>
<path d="M101.1,4.2138 L90.5,4.2138 C90,4.2138 89.5,3.8138 89.5,3.2138 C89.5,2.7138 89.9,2.2138 90.5,2.2138 L101,2.2138 C101.5,2.2138 102,2.6138 102,3.2138 C102.1,3.8138 101.6,4.2138 101.1,4.2138 Z" id="Fill-5" fill="#000000"></path>
<path d="M86.8,14.2138 L101.4,4.5138 C101.8,4.1138 101.9,3.5138 101.5,3.1138 C101.1,2.7138 100.5,2.6138 100.1,3.0138 L85.5,12.7138 C85.1,13.1138 85,13.7138 85.4,14.1138 C85.8,14.5138 86.4,14.6138 86.8,14.2138 Z" id="Fill-6" fill="#000000"></path>
<path d="M102.9,13.9138 L89.2,6.6138 C88.7,6.3138 88.6,5.7138 88.9,5.2138 C89.2,4.7138 89.8,4.6138 90.3,4.9138 L104,12.2138 C104.5,12.5138 104.6,13.1138 104.3,13.6138 C104,14.0138 103.4,14.2138 102.9,13.9138 Z" id="Fill-7" fill="#000000"></path>
<path d="M101.8,22.7138 L87.7,22.7138 C87.2,22.7138 86.7,22.3138 86.7,21.7138 C86.7,21.2138 87.1,20.7138 87.7,20.7138 L101.8,20.7138 C102.3,20.7138 102.8,21.1138 102.8,21.7138 C102.8,22.2138 102.4,22.7138 101.8,22.7138 Z" id="Fill-8" fill="#000000"></path>
<path d="M93.5,33.8138 L93.5,12.0138 C93.5,11.5138 93.9,11.0138 94.5,11.0138 C95,11.0138 95.5,11.4138 95.5,12.0138 L95.5,33.8138 C95.5,34.3138 95.1,34.8138 94.5,34.8138 C94,34.8138 93.5,34.4138 93.5,33.8138 Z" id="Fill-9" fill="#000000"></path>
<path d="M83,6.5138 L75.8,6.5138 C75.1,6.5138 74.6,7.1138 74.6,7.7138 L74.6,21.6138 C74.6,22.3138 75.2,22.8138 75.8,22.8138 L83,22.8138 C83.7,22.8138 84.2,22.2138 84.2,21.6138 L84.2,7.8138 C84.3,7.1138 83.7,6.5138 83,6.5138 Z M82.5,20.5138 C82.5,20.7138 82.4,20.8138 82.2,20.8138 L76.7,20.8138 C76.5,20.8138 76.4,20.7138 76.4,20.5138 L76.4,9.0138 C76.4,8.8138 76.5,8.7138 76.7,8.7138 L82.2,8.7138 C82.4,8.7138 82.5,8.8138 82.5,9.0138 L82.5,20.5138 Z" id="Fill-10" fill="#000000"></path>
<path d="M78.4,28.6138 L78.4,1.2138 C78.4,0.7138 78.8,0.2138 79.4,0.2138 C79.9,0.2138 80.4,0.6138 80.4,1.2138 L80.4,28.6138 C80.4,29.1138 80,29.6138 79.4,29.6138 C78.9,29.6138 78.4,29.1138 78.4,28.6138 Z" id="Fill-11" fill="#000000"></path>
<path d="M121.4,2.3138 C121.4,2.8138 121.4,3.2138 121.4,3.7138 C121.4,4.6138 121.1,4.8138 122.5,4.9138 L126.9,4.9138 C129.2,4.9138 131,6.8138 131,9.0138 L130.7,29.0138 C130.7,31.3138 128.8,33.1138 126.6,33.1138 L124.5,33.1138 C123.9,33.1138 123.4,32.6138 123.4,32.0138 C123.4,31.4138 123.9,30.9138 124.5,30.9138 L126.6,30.9138 C127.7,30.9138 128.5,30.0138 128.5,29.0138 L128.8,9.0138 C128.8,7.9138 127.9,7.1138 126.9,7.1138 L122.1,7.1138 C121.6,7.1138 121.2,7.1138 121,8.0138 C118.9,18.7138 117.4,25.4138 115.4,33.5138 C115.3,34.1138 114.6,34.5138 114,34.3138 L113.9,34.3138 C113.3,34.2138 112.9,33.5138 113.1,33.0138 C115.5,23.1138 116.3,19.5138 118.6,8.5138 C118.9,6.9138 118.6,7.2138 117.5,7.2138 L112.2,7.2138 C111.6,7.2138 111.1,6.7138 111.1,6.1138 C111.1,5.5138 111.6,5.0138 112.2,5.0138 L117.9,5.0138 C119.2,5.0138 119,4.8138 119,3.9138 C119,3.4138 119,2.9138 119.1,2.3138 C119.1,1.7138 119.6,1.2138 120.2,1.2138 C121,1.2138 121.4,1.7138 121.4,2.3138 Z" id="Fill-12" fill="#000000"></path>
<path d="M113,11.4138 L109.3,26.2138 C109.2,26.7138 108.6,27.1138 108.1,26.9138 C107.6,26.8138 107.2,26.2138 107.4,25.7138 L111.1,10.9138 C111.2,10.4138 111.8,10.0138 112.3,10.2138 C112.8,10.3138 113.2,10.8138 113,11.4138 Z" id="Fill-13" fill="#000000"></path>
<path d="M136.2,7.8138 L138.5,28.1138 C138.6,28.6138 138.2,29.1138 137.6,29.2138 C137.1,29.3138 136.6,28.9138 136.5,28.3138 L134.2,8.0138 C134.1,7.5138 134.5,7.0138 135.1,6.9138 C135.7,6.8138 136.1,7.2138 136.2,7.8138 Z" id="Fill-14" fill="#000000"></path>
<polygon id="Fill-15" fill="#0DA3B7" points="0.4 2.4138 29.5 2.4138 24.1 10.4138 8.5 10.4138 8.2 21.0138 18.9 21.0138 14.2 27.2138 8.5 27.2138 8.3 35.9138 0 45.6138"></polygon>
<path d="M34.6,2.4138 L45.8,2.4138 C45.8,2.4138 53.4,3.4138 55.8,10.0138 C56.5,11.9138 61.5,13.7138 61.6,14.0138 C61.6,14.0138 55.9,16.7138 55.5,17.8138 C54,22.0138 50.9,23.1138 50.9,23.1138 C50.9,23.1138 57.2,24.5138 57.5,31.0138 C57.5,31.5138 64.6,34.1138 64.6,34.4138 C64.6,34.7138 57.5,36.9138 57.4,37.5138 C56.1,44.5138 46.6,45.6138 46.6,45.6138 L7,45.6138 L14,37.4138 C14,37.4138 18,37.4138 41.2,37.4138 C50.5,37.4138 48.9,27.2138 41.7,27.1138 C38.4,27.1138 19.1,27.1138 19.1,27.1138 L23.9,20.9138 C23.9,20.9138 29,20.9138 42.7,20.9138 C49.9,20.9138 49.8,10.1138 42.7,10.2138 C39.1,10.2138 29,10.2138 29,10.2138 L34.6,2.4138 Z" id="Fill-16" fill="#070F51"></path>
<polygon id="Fill-17" fill="#FFFFFF" points="77.3 38.2138 80.9 38.2138 80.9 38.8138 78 38.8138 78 40.4138 80.6 40.4138 80.6 41.0138 78 41.0138 78 43.4138 77.3 43.4138"></polygon>
<polygon id="Fill-18" fill="#FFFFFF" points="84.6 38.2138 88.4 38.2138 88.4 38.8138 85.3 38.8138 85.3 40.4138 88.2 40.4138 88.2 41.0138 85.3 41.0138 85.3 42.8138 88.5 42.8138 88.5 43.4138 84.6 43.4138"></polygon>
<polygon id="Fill-19" fill="#FFFFFF" points="92.2 38.2138 93 38.2138 95.6 42.4138 95.6 38.2138 96.3 38.2138 96.3 43.5138 95.5 43.5138 92.8 39.3138 92.8 43.5138 92.1 43.5138 92.1 38.2138"></polygon>
<path d="M103.8,38.4138 C104.3,38.7138 104.6,39.2138 104.7,39.8138 L104,39.8138 C103.9,39.4138 103.7,39.1138 103.5,39.0138 C103.2,38.8138 102.9,38.7138 102.5,38.7138 C102,38.7138 101.6,38.9138 101.3,39.2138 C101,39.5138 100.8,40.1138 100.8,40.8138 C100.8,41.4138 100.9,41.9138 101.2,42.3138 C101.5,42.7138 101.9,42.9138 102.5,42.9138 C103,42.9138 103.4,42.8138 103.7,42.5138 C104,42.2138 104.2,41.8138 104.2,41.2138 L102.6,41.2138 L102.6,40.6138 L104.9,40.6138 L104.9,43.4138 L104.4,43.4138 L104.2,42.7138 C104,43.0138 103.8,43.1138 103.6,43.3138 C103.3,43.5138 102.9,43.6138 102.4,43.6138 C101.8,43.6138 101.3,43.4138 100.8,43.0138 C100.3,42.5138 100.1,41.8138 100.1,40.9138 C100.1,40.0138 100.3,39.3138 100.8,38.8138 C101.2,38.3138 101.8,38.1138 102.5,38.1138 C103,38.1138 103.4,38.2138 103.8,38.4138 Z" id="Fill-20" fill="#FFFFFF"></path>
<path d="M113.5,38.2138 L115.8,38.2138 C116.4,38.2138 116.9,38.4138 117.1,38.8138 C117.3,39.0138 117.3,39.3138 117.3,39.6138 C117.3,39.9138 117.2,40.2138 117,40.4138 C116.9,40.5138 116.8,40.6138 116.6,40.7138 C116.9,40.8138 117.1,40.9138 117.2,41.0138 C117.4,41.2138 117.6,41.5138 117.6,41.9138 C117.6,42.2138 117.5,42.5138 117.3,42.8138 C117,43.2138 116.5,43.4138 115.8,43.4138 L113.6,43.4138 L113.6,38.2138 L113.5,38.2138 Z M115.6,40.5138 C115.9,40.5138 116.1,40.5138 116.3,40.4138 C116.6,40.3138 116.7,40.0138 116.7,39.7138 C116.7,39.4138 116.6,39.1138 116.3,39.0138 C116.1,38.9138 115.9,38.9138 115.6,38.9138 L114.3,38.9138 L114.3,40.5138 L115.6,40.5138 Z M115.8,42.9138 C116.2,42.9138 116.6,42.8138 116.7,42.5138 C116.8,42.3138 116.9,42.1138 116.9,41.9138 C116.9,41.5138 116.7,41.3138 116.4,41.1138 C116.2,41.0138 116,41.0138 115.7,41.0138 L114.3,41.0138 L114.3,42.9138 L115.8,42.9138 Z" id="Fill-21" fill="#FFFFFF"></path>
<path d="M122.8,38.2138 L123.6,38.2138 L125.5,43.5138 L124.7,43.5138 L124.2,41.9138 L122.1,41.9138 L121.5,43.5138 L120.8,43.5138 L122.8,38.2138 Z M124,41.3138 L123.2,39.0138 L122.4,41.3138 L124,41.3138 Z" id="Fill-22" fill="#FFFFFF"></path>
<polygon id="Fill-23" fill="#FFFFFF" points="128.9 38.2138 129.7 38.2138 132.3 42.4138 132.3 38.2138 133 38.2138 133 43.5138 132.2 43.5138 129.5 39.3138 129.5 43.5138 128.8 43.5138 128.8 38.2138"></polygon>
</g>
</g>
</g>
</g>
</svg>
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment