Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
AmosBankView
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bank
AmosBankView
Commits
9d622e77
Commit
9d622e77
authored
Dec 29, 2020
by
宁天庆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
amos-duty-model
parent
0d5eb979
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
312 additions
and
1 deletion
+312
-1
application.jpg
src/uaconf/application.jpg
+0
-0
bg.png
src/uaconf/bg.png
+0
-0
index.js
src/uaconf/index.js
+219
-0
logo.svg
src/uaconf/logo.svg
+55
-0
Logo.js
src/view/common/mainframe/Logo.js
+1
-1
main.scss
src/view/common/mainframe/style/main.scss
+37
-0
No files found.
src/uaconf/application.jpg
0 → 100644
View file @
9d622e77
140 KB
src/uaconf/bg.png
0 → 100644
View file @
9d622e77
3.4 MB
src/uaconf/index.js
0 → 100644
View file @
9d622e77
// 所有与UAP相关的资源文件,尽量均放在改配置文件同级目录下
!
(
function
()
{
const
UAPConf
=
{
// 通用 header
header
:
{
logo
:
{
url
:
'/uaconf/logo.svg'
,
// logo image url
width
:
''
,
height
:
''
,
backgroundColor
:
''
,
paddingLeft
:
''
,
paddingTop
:
''
,
paddingBottom
:
''
},
text
:
{
content
:
'安全生产预控系统'
,
fontSize
:
''
,
fontFamily
:
''
,
fontColor
:
''
,
fontWeight
:
''
,
backgroundColor
:
''
,
paddingLeft
:
''
},
sub
:
{
content
:
''
,
fontFamily
:
''
,
fontSize
:
''
,
fontWeight
:
''
,
fontStretch
:
''
,
lineHeight
:
''
,
letterSpacing
:
''
,
color
:
''
,
paddingLeft
:
''
},
background
:
{
color
:
''
// 背景颜色
}
},
// 登录界面
login
:
{
// 除了 url 之外,其余参数可以自定义添加 style 属性
background
:
{
url
:
''
,
// logo image url
background
:
''
,
width
:
''
,
height
:
''
},
descr
:
{
title
:
{
content
:
''
,
fontSize
:
57
,
fontFamily
:
''
,
fontColor
:
''
,
fontWeight
:
''
},
subTitle
:
{
content
:
``
,
fontSize
:
30
,
fontFamily
:
''
,
fontColor
:
''
,
fontWeight
:
''
}
},
// 设置为 null, 或者 content 设置为 空,即可隐藏
fotter
:
{
content
:
''
,
fontSize
:
16
,
fontFamily
:
''
,
fontColor
:
''
,
fontWeight
:
''
},
// form 表单配置项
form
:
{
logo
:
{
url
:
'/uaconf/logo.svg'
,
// logo image url
width
:
''
,
height
:
''
},
text
:
{
content
:
'安全生产预控系统'
,
fontSize
:
26
},
background
:
{
width
:
''
,
height
:
''
,
backgroundImage
:
''
},
formItem
:
{
iconStyle
:
{
color
:
''
},
inputStyle
:
{
width
:
'100%'
,
height
:
''
,
backgroundColor
:
''
,
borderRadius
:
''
,
border
:
''
,
color
:
''
},
rememberedStyle
:
{
color
:
''
},
buttonStyle
:
{
width
:
''
,
height
:
''
,
backgroundColor
:
''
,
borderRadius
:
''
,
border
:
''
}
}
},
// 是否显示验证码
showVerifyCode
:
false
},
// 应用列表界面
application
:
{
// 除了 url 之外,其余参数可以自定义添加 style 属性
background
:
{
url
:
''
,
// logo image url
width
:
''
,
height
:
''
},
appItem
:
{
// item 文本样式
textStyle
:
{
fontSize
:
''
,
color
:
'red'
},
// item 图片样式
imageStyle
:
{
width
:
''
,
height
:
''
}
}
}
};
var
b
=
document
.
createElement
(
'style'
);
b
.
innerText
=
`
#app .afv-login-header {
background: #c9000b;
z-index: 1;
}
#app .afv-login-background {
height: 100%;
top: 0;
background: url(/uaconf/bg.png) no-repeat;
}
#app .afv-login-content-area {
right: 14%;
background: rgb(255 255 255 / 0.8);
}
#app .login-logo img {
height: 90px;
margin-bottom: 0rem;
}
#app .login-logo-text {
color: #b2030c;
letter-spacing: 5px;
}
#app .afv-login-form .sso-input {
width: 289px;
}
#app .afv-login-form .sso-input .amos-input::hover {
border-color: #b2030c;
}
#app .afv-login-form .sso-input .aficon {
font-size: 21px;
color: #b2030c;
position: relative;
right: -2px;
display: inline-block;
}
#app .afv-login-form .amos-btn {
width: 288px;
height: 54px;
font-size: 22px;
background-color: #b2030c;
border: 1px solid #b2030c;
border-radius: 4px;
margin-top: 30px;
}
#app .afv-login-form .amos-btn::hover {
background-color: #b2030c;
border: 1px solid #b2030c;
opacity: 0.9;
}
#app .view-port .header {
background: #c9000b;
}
#app .view-port .header .sys-tools {
border-left: 0;
}
#app .view-port .header .header-navs .logo-wrapper {
display: inline-block;
}
.app-item-footer {
color: red !important;
text-shadow: none !important;
}
#app .app-center {
background: url(/uaconf/application.jpg) no-repeat;
}
`
;
document
.
head
.
appendChild
(
b
);
window
.
UAPConf
=
UAPConf
;
})();
src/uaconf/logo.svg
0 → 100644
View file @
9d622e77
<svg
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
width=
"104.777"
height=
"46.361"
viewBox=
"0 0 104.777 46.361"
>
<defs>
<style>
.cls-1, .cls-2 {
fill: none;
}
.cls-2 {
stroke-linejoin: round;
}
.cls-2, .cls-3 {
stroke-miterlimit: 10;
}
.cls-3 {
stroke: rgba(0,0,0,0);
fill: url(#radial-gradient);
}
.cls-4, .cls-5 {
stroke: none;
}
.cls-5 {
fill: #fff;
}
.cls-6 {
filter: url(#可乐);
}
</style>
<filter
id=
"可乐"
x=
"0"
y=
"0"
width=
"104.777"
height=
"46.361"
filterUnits=
"userSpaceOnUse"
>
<feOffset
dy=
"3"
input=
"SourceAlpha"
/>
<feGaussianBlur
stdDeviation=
"3"
result=
"blur"
/>
<feFlood
flood-opacity=
"0.161"
/>
<feComposite
operator=
"in"
in2=
"blur"
/>
<feComposite
in=
"SourceGraphic"
/>
</filter>
<radialGradient
id=
"radial-gradient"
cx=
"0.228"
cy=
"0.204"
r=
"0.259"
gradientTransform=
"translate(0 -0.479) scale(1 3.353)"
gradientUnits=
"objectBoundingBox"
>
<stop
offset=
"0"
stop-color=
"#cb000b"
/>
<stop
offset=
"1"
stop-color=
"#b2030c"
/>
</radialGradient>
</defs>
<g
id=
"可口可乐"
transform=
"translate(-46.501 -64.501)"
>
<rect
id=
"矩形_291"
data-name=
"矩形 291"
class=
"cls-1"
width=
"97.778"
height=
"40"
transform=
"translate(50 65)"
/>
<g
class=
"cls-6"
transform=
"matrix(1, 0, 0, 1, 46.5, 64.5)"
>
<g
id=
"可乐-2"
data-name=
"可乐"
class=
"cls-2"
transform=
"translate(10.5 7.5)"
>
<path
class=
"cls-4"
d=
"M29.494,23.489a3.765,3.765,0,0,0-3.23,1.7c-2.777-4.7-11.225-2-12.878-1.631a53.03,53.03,0,0,1-6.134,1.174c-2.894.23-5.319-.851-6.484-2.9-1.515-2.937-.506-6.557.608-9.076A26.252,26.252,0,0,1,10.994,2,11.767,11.767,0,0,1,17.331.011,2.167,2.167,0,0,1,18.838.94c.737,1.345-.2,2.8-.833,3.56-.59.672-1.956.93-1.9-.3A2.288,2.288,0,0,1,17.1,2.625a1.985,1.985,0,0,1,.966-.232c.229-.2.4-1.585-1.5-1.133-2.479.725-4.357,2.523-6.382,4.624-3.628,4.03-5.671,7.664-6.425,11.439-.327,2.315.109,3.925,1.327,4.927,3.168,2.031,5.58,1.02,12.817-.562,6.786-1.748,11-1.426,14.1.433a16.489,16.489,0,0,1,4.117,3.241A11.241,11.241,0,0,0,29.494,23.489Zm22.079,1.122c-.755-.4-1.049-1.192-.905-2.429a11.465,11.465,0,0,1,1.7-4.226c1.384-2.021,3.308-4.468,5.883-5.462a2.738,2.738,0,0,1,2.116-.07A1.749,1.749,0,0,1,61.108,14a5.9,5.9,0,0,1-.074.853,10.725,10.725,0,0,1-1.025,2.586,2.725,2.725,0,0,0,1.44-.3c3.6-6.983,7.713-12.1,12.587-15.651l.04-.023C75.025.875,76.2.131,77.287.319a.781.781,0,0,1,.644.628,3.894,3.894,0,0,1-.736,2.624,9.542,9.542,0,0,1-.94.217l.4-.766a2.926,2.926,0,0,0,.5-1.612c-.084-.166-.182-.173-.257-.16a6.966,6.966,0,0,0-2.508,1.756l-.57.51c-3.626,3.368-7.885,10.4-8.545,11.872,1.49-.671,6.4-5.19,8.8-8.3a6.4,6.4,0,0,0,.91-.091,41.9,41.9,0,0,1-6.134,6.613,36.5,36.5,0,0,1-4.4,3.34A17.206,17.206,0,0,0,62.8,21.41c-.033.225-.111,1.164.643,1.111.965-.2,2.7-2.873,2.7-2.873,1.652-2.4,3.746-5.487,6.613-7.044a2.514,2.514,0,0,1,2.27-.148,3.452,3.452,0,0,1,.644.7s.272-.442.4-.655h2.673l-3.9,6.444a20.6,20.6,0,0,0-1.753,3.028c-.14.391.236.535.507.365,1.545-.845,2.771-2.629,3.739-3.953h.889c-.679,1.019-3.293,4.727-5.476,5.828a2.86,2.86,0,0,1-1.841.515c-1.024-.121-1.076-1.319-.889-1.993a7.865,7.865,0,0,1-2.967,1.976c-.981.177-2.27-.186-1.913-2.5-1.656,1.931-3.688,3.39-4.918,1.977-.86-1-.438-2.685.472-5.16l.339-.958L61,18.067a8.134,8.134,0,0,1-1.43.169c-1.44,2.34-3.259,4.9-5.867,6.178a3.515,3.515,0,0,1-1.4.349A1.718,1.718,0,0,1,51.573,24.611ZM73.856,13.837A19.87,19.87,0,0,0,69.3,19.319l-.107.2a5.256,5.256,0,0,0-.808,2.466.407.407,0,0,0,.235.317c.454.165.831-.156,1.2-.465,0,0,.257-.207.257-.209a35.979,35.979,0,0,0,3.392-4.942c.517-.851,1.053-1.735,1.613-2.574a.542.542,0,0,0,.065-.193.525.525,0,0,0-.193-.35.79.79,0,0,0-.282-.052A1.525,1.525,0,0,0,73.856,13.837ZM53.8,21.431a1.121,1.121,0,0,0,.188.643c1.156,1.245,3.926-2.35,4.735-4.018a4.076,4.076,0,0,1-2.205-1.865s0,0,0,0C55.378,17.575,53.771,20.042,53.8,21.431Zm4.926-7.847a2.1,2.1,0,0,0-1.247,2.188,2.227,2.227,0,0,0,1.7,1.547,9.159,9.159,0,0,0,1-2.246c0-.011.007-.049.007-.049a5.4,5.4,0,0,0,.06-.7,1.019,1.019,0,0,0-.4-.935,1.082,1.082,0,0,0-.34-.051A1.348,1.348,0,0,0,58.725,13.584ZM39.84,23.718c-1.742-1.7-1.525-4.55-.814-6.489a28.114,28.114,0,0,1,5.46-9.188c3.809-4.316,7.359-6.8,11.184-7.82A3.643,3.643,0,0,1,59.06.786s.424-.133.892-.29a8.014,8.014,0,0,1,6.376.548c1.263.64,2.542,1.3,3.753,1.981l.756.431c-.521.465-1.448,1.382-2.015,2-1.156-.471-4.591-2.915-6.206-3.407,0,0-2.061-.878-3.072-.385a5.458,5.458,0,0,1,.029.566,8.8,8.8,0,0,1-1.218,3.937c-1.112,1.671-2.472,3.5-4.579,3.954a1.341,1.341,0,0,1-1.345-.555c-.614-1.036,0-2.207.432-3.07a13.584,13.584,0,0,1,5.323-5.252,2.791,2.791,0,0,0-2.133.231c-3.845,1.765-6.694,5.068-9.281,8.3-2.506,3.469-4.26,6.513-4.666,10.1a2.669,2.669,0,0,0,1.193,2.7c1.348.768,2.889-.224,3.929-1.048a13.438,13.438,0,0,0,3.1-3.812c1.03-1.921,1.3-3.917.527-4.161-.885-.23-1.676.645-2.071,1.192a6.505,6.505,0,0,0-1.245,2.8,11.005,11.005,0,0,0-3.473,2.457A11.013,11.013,0,0,1,45.145,16.3a6.762,6.762,0,0,1,5.2-4.062,1.578,1.578,0,0,1,1.5.806,4.873,4.873,0,0,1-.124,3.532,14.574,14.574,0,0,1-7.048,7.749,6.371,6.371,0,0,1-2.179.431A3.676,3.676,0,0,1,39.84,23.718ZM53.3,7.391c-.812,1.778.1,2,.628,1.9.876-.194,4.42-2.681,4.817-6.918a.983.983,0,0,0-.036-.446A12.2,12.2,0,0,0,53.3,7.391ZM19.5,18.61a2.577,2.577,0,0,1-1.757-2.621c-.2-1.485,1.723-4.486,1.731-4.5-.5.134-.949.235-1.319.3-.031.044-.632.96-.632.96a16.884,16.884,0,0,1-2.2,2.926l-.163.165c-1.286,1.4-4.3,4-5.929,2.211-1.094-1.524-.088-4.819,2.238-7.655,2.543-3.16,5.719-5,7.3-4.038,1.61,1.094.079,4-.106,4.467.567.133,2.381-1.071,3.436-2.156a10.717,10.717,0,0,1,3.188-2.294A2.962,2.962,0,0,1,27.7,6.35a1.6,1.6,0,0,1,.8,1.3c.092,1.5-1.788,3.961-2.732,2.72A1.624,1.624,0,0,1,26.4,8.658a1.512,1.512,0,0,1,1.167-.416.593.593,0,0,0-.158-.848,1.633,1.633,0,0,0-1.516.363,15.309,15.309,0,0,0-4.879,6.77,2.3,2.3,0,0,0,.044,1.84c.894,1.286,2.988-.5,2.988-.5a25.308,25.308,0,0,0,3.846-4.234C30.677,7.89,34.373,4.662,36,6.764c.03.031.071.1.088.113.027-.035.312-.482.312-.482h2.633s-5.576,9.012-5.584,9.027c-.117.214-.19.551,0,.7.153.1.417-.019.417-.019,1.446-.652,3.673-3.63,3.686-3.64h.905a22.98,22.98,0,0,1-5.366,5.6,2.673,2.673,0,0,1-2.193.5c-.836-.485-.679-1.1-.626-1.831-.006,0-2.074,2.334-3.806,1.87-.574-.17-1.49-.633-.811-2.83,0,0,.052-.2.091-.344l-.435.391c-1.484,1.348-3.146,2.849-5.173,2.848A4.152,4.152,0,0,1,19.5,18.61ZM33.829,7.945a34.527,34.527,0,0,0-2.367,2.719c-2.058,2.581-2.725,4.445-2.783,5.052a.479.479,0,0,0,.223.471.67.67,0,0,0,.49.047,5.61,5.61,0,0,0,2.038-1.952s.4-.56.4-.559c1.264-1.956,2.61-4.127,3.752-6.031a.452.452,0,0,0-.492-.367A2.191,2.191,0,0,0,33.829,7.945ZM14.744,10a17.258,17.258,0,0,0-2.368,3.9l-.071.213c-.2.592-.446,1.331.031,1.857.226.265.668.2.986.105a8.509,8.509,0,0,0,2.633-2.457L17.1,11.888c.01-.023.032-.08.032-.08a.323.323,0,0,0,.045-.116.028.028,0,0,0-.01-.024A3.767,3.767,0,0,1,14.8,10a.033.033,0,0,0-.008-.016h0A.07.07,0,0,0,14.744,10Zm2.131-2.469c-.414.293-1.35,1.089-1.122,2.111a1.975,1.975,0,0,0,1.413,1.167l.226.034c.134.032.248.058.32.005,0,0,.508-1.082.51-1.092A4.566,4.566,0,0,0,18.55,8.3a1.277,1.277,0,0,0-.3-.889.835.835,0,0,0-.5-.145A1.687,1.687,0,0,0,16.875,7.532ZM39.719,8.611,41.132,6.39h2.5L42.22,8.611ZM71.7,6.486c.595-.742,1.24-1.458,1.9-2.147A10.791,10.791,0,0,0,79.88,2.907a13.975,13.975,0,0,0,3.9-2.9A10.1,10.1,0,0,1,80.6,3.83a11.851,11.851,0,0,1-7.186,2.85A7.476,7.476,0,0,1,71.7,6.486Z"
/>
<path
class=
"cls-5"
d=
"M 36.11970138549805 25.3611011505127 C 35.45640182495117 24.42870140075684 33.57450103759766 23.06430053710938 32.00310134887695 22.12020111083984 C 30.2919979095459 21.09403610229492 28.24326515197754 20.53634262084961 25.61001014709473 20.53634262084961 C 23.47183609008789 20.53634262084961 20.94824409484863 20.90407562255859 17.90730094909668 21.68729972839355 C 13.55164527893066 22.63957595825195 10.94435977935791 23.3850154876709 8.867525100708008 23.3850154876709 C 7.493710517883301 23.3850154876709 6.3516845703125 23.05852699279785 5.090401649475098 22.24979972839355 C 3.872701644897461 21.24810028076172 3.437101602554321 19.63800048828125 3.763801574707031 17.32320022583008 C 4.518001556396484 13.54860019683838 6.561001777648926 9.914401054382324 10.18890190124512 5.884200572967529 C 12.21390151977539 3.782700538635254 14.09220123291016 1.984500646591187 16.57080078125 1.260000705718994 C 16.83404159545898 1.197431445121765 17.05743598937988 1.17017924785614 17.24637603759766 1.17017924785614 C 18.4217357635498 1.17017924785614 18.26354217529297 2.224847555160522 18.06660079956055 2.393100738525391 C 17.82360076904297 2.396700620651245 17.41500091552734 2.432700634002686 17.10090065002441 2.625300645828247 C 16.84530067443848 2.807100534439087 16.14150238037109 3.402900695800781 16.10640144348145 4.200300693511963 C 16.07773399353027 4.821904182434082 16.41250419616699 5.063411712646484 16.82692527770996 5.063376426696777 C 17.23214340209961 5.063342094421387 17.71351623535156 4.832375526428223 18.00540161132813 4.500000476837158 C 18.63810157775879 3.743100643157959 19.57500076293945 2.285100698471069 18.8379020690918 0.9396006464958191 C 18.52830123901367 0.4527006447315216 17.99460220336914 0.1251006573438644 17.33130073547363 0.01080065034329891 C 17.20171737670898 0.003610098268836737 17.0728702545166 0.0001169446695712395 16.94429588317871 0.0001169446695712395 C 14.81986999511719 0.0001169446695712395 12.83335113525391 0.9562315940856934 10.99350166320801 2.004300594329834 C 6.72210168838501 4.761000633239746 3.307501554489136 8.580600738525391 1.376101613044739 12.76200103759766 C 0.2619015574455261 15.28110027313232 -0.7469984292984009 18.90089988708496 0.7677015662193298 21.83760070800781 C 1.828877925872803 23.69998931884766 3.936624526977539 24.76357269287109 6.491725444793701 24.76348304748535 C 6.740748882293701 24.76347351074219 6.994340896606445 24.75336074829102 7.251301765441895 24.73290061950684 C 9.281702041625977 24.5403003692627 11.73690128326416 23.92740058898926 13.38570117950439 23.55840110778809 C 14.29217052459717 23.3565788269043 17.24125671386719 22.45377159118652 20.17825889587402 22.45377159118652 C 22.59802627563477 22.45377159118652 25.00959777832031 23.06660842895508 26.26380157470703 25.18920135498047 C 26.26380157470703 25.18920135498047 27.18630218505859 23.52239990234375 29.4939022064209 23.48910140991211 C 29.67781448364258 23.47356414794922 29.86939430236816 23.46587181091309 30.06768798828125 23.46587181091309 C 31.91398620605469 23.46587181091309 34.3211669921875 24.13390350341797 36.11970138549805 25.3611011505127 M 52.30624008178711 24.76242828369141 C 52.88167953491211 24.76242828369141 53.43879318237305 24.53849983215332 53.70660018920898 24.41340065002441 C 56.31480026245117 23.13630104064941 58.13370132446289 20.5757999420166 59.57369995117188 18.23579978942871 C 59.62950134277344 18.22949981689453 60.41160202026367 18.21510124206543 61.00380325317383 18.06660079956055 C 61.01190185546875 18.06929969787598 61.01640319824219 18.07110023498535 61.02990341186523 18.07740020751953 C 60.99390029907227 18.17910003662109 60.69060134887695 19.0359001159668 60.69060134887695 19.0359001159668 C 59.77980041503906 21.51090049743652 59.35770034790039 23.19659996032715 60.21810150146484 24.19560050964355 C 60.56026840209961 24.5888671875 60.96457290649414 24.75959968566895 61.40569686889648 24.75958824157715 C 62.54951477050781 24.75955581665039 63.94060134887695 23.61150360107422 65.13570404052734 22.21829986572266 C 64.82876586914063 24.20949554443359 65.74195861816406 24.75553512573242 66.62799072265625 24.75550270080566 C 66.77078247070313 24.75549697875977 66.91294097900391 24.74130821228027 67.04910278320313 24.71670150756836 C 68.1759033203125 24.43410110473633 69.43410491943359 23.31360054016113 70.01640319824219 22.74030113220215 C 69.82920074462891 23.41349983215332 69.88140106201172 24.61230087280273 70.90560150146484 24.73290061950684 C 71.00874328613281 24.75066184997559 71.10799407958984 24.7588062286377 71.20421600341797 24.7588062286377 C 71.76621246337891 24.75880241394043 72.22446441650391 24.48090744018555 72.74700164794922 24.21810150146484 C 74.92950439453125 23.11650085449219 77.54399871826172 19.40850067138672 78.22260284423828 18.38969993591309 L 77.33340454101563 18.38969993591309 C 76.36589813232422 19.71360015869141 75.14009857177734 21.49740028381348 73.59480285644531 22.34250068664551 C 73.51934051513672 22.38988494873047 73.43572998046875 22.41281890869141 73.35736846923828 22.41281890869141 C 73.1544189453125 22.41281890869141 72.98680877685547 22.2588939666748 73.08810424804688 21.97710037231445 C 73.44090270996094 20.99069976806641 74.84130096435547 18.94860076904297 74.84130096435547 18.94860076904297 L 78.73830413818359 12.50460052490234 L 76.06529998779297 12.50460052490234 C 75.94110107421875 12.71790027618408 75.66930389404297 13.15980052947998 75.66930389404297 13.15980052947998 C 75.54689788818359 12.9699010848999 75.17520141601563 12.54690074920654 75.02490234375 12.45690059661865 C 74.76877593994141 12.30726051330566 74.46535491943359 12.24454212188721 74.15118408203125 12.24454212188721 C 73.66607666015625 12.24454212188721 73.15549468994141 12.39419841766357 72.75510406494141 12.60450077056885 C 69.88770294189453 14.16150093078613 67.79430389404297 17.24580001831055 66.14189910888672 19.64879989624023 C 66.14189910888672 19.64879989624023 64.40489959716797 22.32000160217285 63.44010162353516 22.5216007232666 C 63.41978073120117 22.52300834655762 63.40008926391602 22.52369499206543 63.38095855712891 22.52369499206543 C 62.69097137451172 22.52369499206543 62.76509857177734 21.62903022766113 62.79750061035156 21.41010093688965 C 63.08730316162109 19.82789993286133 63.76590347290039 18.31500053405762 64.44630432128906 16.94700050354004 C 65.83050537109375 16.05960083007813 67.41360473632813 14.88420104980469 68.84999847412109 13.60710048675537 C 71.97029876708984 10.83330059051514 74.60010528564453 7.697700500488281 74.98439788818359 6.993900775909424 C 74.98439788818359 6.993900775909424 74.56770324707031 7.072200775146484 74.07450103759766 7.084800720214844 C 71.67690277099609 10.19790077209473 66.76920318603516 14.71770095825195 65.27880096435547 15.3882007598877 C 65.93849945068359 13.91310024261475 70.19730377197266 6.884100437164307 73.82340240478516 3.516300678253174 L 74.39310455322266 3.006000757217407 C 75.27780151367188 2.207700729370117 76.19039916992188 1.381500601768494 76.90140533447266 1.250100612640381 C 76.91565704345703 1.2476966381073 76.93075561523438 1.246013641357422 76.94644927978516 1.246013641357422 C 77.01300811767578 1.246013641357422 77.09017181396484 1.276296496391296 77.15789794921875 1.410300612449646 C 77.18939971923828 2.034900665283203 76.94010162353516 2.493900537490845 76.65390014648438 3.022200584411621 L 76.25430297851563 3.788100719451904 C 76.25430297851563 3.788100719451904 76.82310485839844 3.687300682067871 77.19480133056641 3.571200609207153 C 77.62770080566406 2.813400745391846 78.10739898681641 1.962000608444214 77.93099975585938 0.9477006793022156 C 77.87339782714844 0.6264006495475769 77.62139892578125 0.3798006474971771 77.28659820556641 0.3195006549358368 C 77.16973114013672 0.2990825474262238 77.05179595947266 0.2895610928535461 76.93305206298828 0.2895610928535461 C 75.95265197753906 0.2895610928535461 74.92251586914063 0.9392634630203247 74.07720184326172 1.471500635147095 L 74.03670501708984 1.494900703430176 C 69.16230010986328 5.043600559234619 65.04660034179688 10.16280078887939 61.44930267333984 17.14590072631836 C 61.23393630981445 17.29731941223145 60.5239143371582 17.47034645080566 60.17771530151367 17.47034645080566 C 60.10002136230469 17.47034645080566 60.04064559936523 17.46163177490234 60.00930023193359 17.44200134277344 C 60.36569976806641 16.76790046691895 60.810302734375 15.84900093078613 61.03440093994141 14.85630035400391 C 61.07580184936523 14.57640075683594 61.10820007324219 14.28570079803467 61.10820007324219 14.00310039520264 C 61.10820007324219 13.39560031890869 60.95160293579102 12.81600093841553 60.36569976806641 12.42360019683838 C 60.08271789550781 12.2925968170166 59.77316284179688 12.23983955383301 59.46687698364258 12.23983955383301 C 59.02407073974609 12.23983955383301 58.58816146850586 12.35015678405762 58.24980163574219 12.49380111694336 C 55.67490005493164 13.48830032348633 53.75070190429688 15.93540096282959 52.36650085449219 17.95590019226074 C 51.61860275268555 19.2357006072998 50.87610244750977 20.61000061035156 50.66730117797852 22.18230056762695 C 50.52330017089844 23.4197998046875 50.81760025024414 24.21360015869141 51.57270050048828 24.61140060424805 C 51.80597305297852 24.7207145690918 52.05778884887695 24.76241493225098 52.30607223510742 24.76242828369141 C 52.30614471435547 24.76242828369141 52.30616760253906 24.76242828369141 52.30624008178711 24.76242828369141 M 74.66825866699219 13.51662921905518 C 74.76101684570313 13.51662921905518 74.85504150390625 13.53241539001465 74.95020294189453 13.56840038299561 C 75.03929901123047 13.64670085906982 75.14279937744141 13.78350067138672 75.14279937744141 13.91850090026855 C 75.14279937744141 13.96170043945313 75.10410308837891 14.07060050964355 75.0780029296875 14.11110019683838 C 74.51820373535156 14.94990062713623 73.98180389404297 15.83370018005371 73.46520233154297 16.68510055541992 C 72.44550323486328 18.36450004577637 71.3916015625 20.10150146484375 70.07310485839844 21.62700080871582 C 70.07220458984375 21.6288013458252 69.81570434570313 21.83580017089844 69.81570434570313 21.83580017089844 C 69.51744079589844 22.0872745513916 69.21329498291016 22.34587478637695 68.86602020263672 22.34584999084473 C 68.78575134277344 22.34584426879883 68.70313262939453 22.33202171325684 68.6177978515625 22.30109977722168 C 68.49089813232422 22.26060104370117 68.40360260009766 22.10939979553223 68.38290405273438 21.98430061340332 C 68.36040496826172 21.11580085754395 68.7843017578125 20.30400085449219 69.19110107421875 19.51830101013184 L 69.29820251464844 19.31940078735352 C 70.47630310058594 17.48430061340332 71.84339904785156 15.33150100708008 73.85580444335938 13.8366003036499 C 74.10983276367188 13.66611480712891 74.38287353515625 13.51664352416992 74.66825866699219 13.51662921905518 M 56.5155029296875 16.18920135498047 C 56.51730346679688 16.18920135498047 56.51730346679688 16.18920135498047 56.51730346679688 16.19099998474121 C 56.99340057373047 17.22150039672852 58.07070159912109 17.79210090637207 58.7223014831543 18.05580139160156 C 58.02875900268555 19.48608779907227 55.8945198059082 22.33151054382324 54.57115173339844 22.33118438720703 C 54.35065460205078 22.33112907409668 54.15244674682617 22.25207138061523 53.98740005493164 22.07430076599121 C 53.85060119628906 21.8798999786377 53.80380249023438 21.66030120849609 53.79930114746094 21.43080139160156 C 53.77140045166016 20.04210090637207 55.37790298461914 17.5752010345459 56.5155029296875 16.18920135498047 M 59.50150299072266 13.33981513977051 C 59.62100219726563 13.33981513977051 59.73687362670898 13.35648632049561 59.84100341796875 13.39110088348389 C 60.16050338745117 13.59270095825195 60.24420166015625 13.94820022583008 60.24420166015625 14.32620048522949 C 60.24420166015625 14.55930042266846 60.21360015869141 14.80050086975098 60.18390274047852 15.02460098266602 C 60.18390274047852 15.02460098266602 60.17940139770508 15.06240081787109 60.17670059204102 15.07320022583008 C 59.94900131225586 15.85620021820068 59.60340118408203 16.63020133972168 59.1759033203125 17.31870079040527 C 59.17220687866211 17.32098960876465 59.16546630859375 17.32214736938477 59.15590286254883 17.32214546203613 C 58.96990203857422 17.32210159301758 57.72674179077148 16.88268852233887 57.47850036621094 15.7716007232666 C 57.25710296630859 14.76900100708008 58.00230026245117 13.97880077362061 58.72500228881836 13.58370018005371 C 58.9388313293457 13.42614364624023 59.22955703735352 13.33981513977051 59.50150299072266 13.33981513977051 M 42.49045944213867 24.75851440429688 C 43.27020263671875 24.75851440429688 44.03086471557617 24.5645866394043 44.66880035400391 24.32789993286133 C 47.67119979858398 22.95000076293945 50.37120056152344 19.99080085754395 51.71670150756836 16.57890129089355 C 52.03800201416016 15.56910037994385 52.4015998840332 14.13630104064941 51.84090042114258 13.04730033874512 C 51.59899139404297 12.55831623077393 51.03845596313477 12.23981189727783 50.42620086669922 12.23981189727783 C 50.39838790893555 12.23981189727783 50.37040710449219 12.24047088623047 50.34240341186523 12.24180030822754 C 48.25440216064453 12.42360019683838 46.21680068969727 14.01750087738037 45.14490127563477 16.30350112915039 C 44.58060073852539 17.48159980773926 44.27640151977539 18.45000076293945 44.07390213012695 19.99170112609863 C 44.72460174560547 19.29780006408691 46.04490280151367 18.16200065612793 47.54700088500977 17.53470039367676 C 47.54700088500977 17.53470039367676 47.75310134887695 16.06050109863281 48.79170227050781 14.7357006072998 C 49.14255142211914 14.25058555603027 49.80551147460938 13.50653266906738 50.56913757324219 13.50653266906738 C 50.66545104980469 13.50653266906738 50.76351547241211 13.51839637756348 50.86260223388672 13.54410076141357 C 51.63660049438477 13.78800106048584 51.36569976806641 15.78330039978027 50.33520126342773 17.70480155944824 C 49.57470321655273 19.12680053710938 48.40920257568359 20.53890037536621 47.23020172119141 21.5172004699707 C 46.45333099365234 22.13211059570313 45.39751434326172 22.84083366394043 44.35115051269531 22.84083366394043 C 43.99620819091797 22.84083366394043 43.64229583740234 22.75925636291504 43.30080032348633 22.56480026245117 C 42.45120239257813 22.10040092468262 42.01830291748047 21.12479972839355 42.10740280151367 19.8612003326416 C 42.51330184936523 16.27920150756836 44.26740264892578 13.23450088500977 46.77300262451172 9.765900611877441 C 49.35960006713867 6.537600517272949 52.20900344848633 3.23460054397583 56.05380249023438 1.469700694084167 C 56.54792022705078 1.236605048179626 57.02064895629883 1.117568612098694 57.45984268188477 1.117568612098694 C 57.71421051025391 1.117568612098694 57.95739364624023 1.157530069351196 58.18680191040039 1.23840069770813 C 58.1859016418457 1.239300608634949 54.58230209350586 3.083400726318359 52.86420059204102 6.489900588989258 C 52.42770004272461 7.353000640869141 51.81840133666992 8.523900985717773 52.43220138549805 9.55980110168457 C 52.71235656738281 10.03039741516113 53.1802864074707 10.11978530883789 53.59968948364258 10.11977481842041 C 53.65993881225586 10.11977291107178 53.71926116943359 10.11792659759521 53.77680206298828 10.1151008605957 C 55.88370132446289 9.657900810241699 57.24360275268555 7.832700729370117 58.35600280761719 6.16140079498291 C 58.9995002746582 4.886100769042969 59.57369995117188 3.627000570297241 59.57369995117188 2.224800586700439 C 59.57369995117188 2.053800582885742 59.56470108032227 1.832400679588318 59.54490280151367 1.658700704574585 C 59.76648712158203 1.550572276115417 60.03840255737305 1.508385300636292 60.32816696166992 1.508385300636292 C 61.36008834838867 1.508385300636292 62.61660003662109 2.043900728225708 62.61660003662109 2.043900728225708 C 64.231201171875 2.536200761795044 67.66650390625 4.980600833892822 68.82209777832031 5.451300621032715 C 69.38909912109375 4.83750057220459 70.31610107421875 3.921300649642944 70.83720397949219 3.456000566482544 L 70.08119964599609 3.024900674819946 C 68.86980438232422 2.33910059928894 67.59090423583984 1.683900594711304 66.32820129394531 1.044000625610352 C 64.87899780273438 0.309834212064743 63.56695938110352 0.07628915458917618 62.47074508666992 0.07628915458917618 C 61.40071105957031 0.07628915458917618 60.53630065917969 0.2989597916603088 59.95170211791992 0.4959006607532501 C 59.48369979858398 0.6525006294250488 59.0598030090332 0.7857006788253784 59.0598030090332 0.7857006788253784 C 58.51815032958984 0.236302062869072 57.76370620727539 0.05833619832992554 57.01576232910156 0.05833619832992554 C 56.54703903198242 0.05833619832992554 56.08078765869141 0.1282708644866943 55.67130279541016 0.220500648021698 C 51.8463020324707 1.239300608634949 48.29580307006836 3.72420072555542 44.48700332641602 8.040600776672363 C 41.6879997253418 11.42460060119629 39.95370101928711 14.34420108795166 39.02670288085938 17.22870063781738 C 38.31570053100586 19.1682014465332 38.097900390625 22.0221004486084 39.84030151367188 23.71770095825195 C 40.63785934448242 24.4924430847168 41.57707214355469 24.75847244262695 42.49020004272461 24.75851440429688 C 42.49029541015625 24.75851440429688 42.49036407470703 24.75851440429688 42.49045944213867 24.75851440429688 M 58.70970153808594 1.923300623893738 C 58.76280212402344 2.100600719451904 58.76280212402344 2.209500551223755 58.74570083618164 2.368800640106201 C 58.34880065917969 6.606000423431396 54.80459976196289 9.092700958251953 53.92890167236328 9.287100791931152 C 53.86125946044922 9.30001163482666 53.78760528564453 9.307729721069336 53.71217727661133 9.30772876739502 C 53.1934814453125 9.307720184326172 52.59196090698242 8.942641258239746 53.30070114135742 7.390800476074219 C 54.49320220947266 4.995900630950928 56.52630233764648 2.963700532913208 58.70970153808594 1.923300623893738 M 20.13885879516602 18.65968704223633 C 22.16543388366699 18.65968704223633 23.82819175720215 17.15916061401367 25.31160163879395 15.81120109558105 C 25.31160163879395 15.81120109558105 25.58970069885254 15.56010055541992 25.74630165100098 15.41970062255859 C 25.70760154724121 15.56730079650879 25.6554012298584 15.76350021362305 25.6554012298584 15.76350021362305 C 24.9768009185791 17.96129989624023 25.8921012878418 18.42390060424805 26.46630096435547 18.5939998626709 C 26.6229076385498 18.63589859008789 26.78194046020508 18.65493965148926 26.94224739074707 18.65491485595703 C 28.55539131164551 18.6546688079834 30.26667022705078 16.72380065917969 30.27240180969238 16.72380065917969 C 30.21930122375488 17.4591007232666 30.06180191040039 18.06929969787598 30.89790153503418 18.55440139770508 C 31.07833862304688 18.615234375 31.2592945098877 18.64157485961914 31.43850326538086 18.64156532287598 C 32.04143142700195 18.64153480529785 32.62358856201172 18.34323501586914 33.09120178222656 18.05669975280762 C 35.2755012512207 16.62030029296875 37.03680038452148 14.36850070953369 38.45700073242188 12.46050071716309 L 37.55160140991211 12.46050071716309 C 37.53900146484375 12.47130107879639 35.31240081787109 15.44940090179443 33.8661003112793 16.10099983215332 C 33.8661003112793 16.10099983215332 33.73507308959961 16.15869140625 33.60414123535156 16.15869140625 C 33.54934310913086 16.15869140625 33.49454498291016 16.14857864379883 33.44940185546875 16.11989974975586 C 33.26309967041016 15.97230052947998 33.33600234985352 15.63570022583008 33.4530029296875 15.42150020599365 C 33.46110153198242 15.40620040893555 39.03660202026367 6.394500732421875 39.03660202026367 6.394500732421875 L 36.40320205688477 6.394500732421875 C 36.40320205688477 6.394500732421875 36.11790084838867 6.841800689697266 36.09090042114258 6.876900672912598 C 36.07380294799805 6.861600875854492 36.03240203857422 6.794100761413574 36.00270080566406 6.763500690460205 C 35.64606094360352 6.303669452667236 35.19083023071289 6.099098682403564 34.66759490966797 6.099098682403564 C 32.79956817626953 6.099098682403564 30.06829643249512 8.709135055541992 27.89370155334473 11.63250064849854 C 26.82450103759766 13.07160091400146 25.46010208129883 14.69340038299561 24.04800224304199 15.86700057983398 C 24.04800224304199 15.86766242980957 22.91618919372559 16.83235168457031 21.96155548095703 16.83235168457031 C 21.61766624450684 16.83235168457031 21.29668235778809 16.70709991455078 21.06000137329102 16.36650085449219 C 20.7306022644043 15.82830047607422 20.83140182495117 15.04530048370361 21.01590156555176 14.52690029144287 C 22.05810165405273 11.76660060882568 23.85270118713379 9.265501022338867 25.89480209350586 7.757100582122803 C 26.30290031433105 7.463878631591797 26.73599433898926 7.317929267883301 27.06386756896973 7.317929267883301 C 27.20092964172363 7.317929267883301 27.31966209411621 7.343459129333496 27.41040229797363 7.394400596618652 C 27.70740127563477 7.56450080871582 27.75510215759277 7.966800689697266 27.56790161132813 8.24220085144043 C 27.53999900817871 8.241144180297852 27.5124397277832 8.240614891052246 27.48517990112305 8.240614891052246 C 27.04815483093262 8.240614891052246 26.69287109375 8.376745223999023 26.40060234069824 8.658000946044922 C 25.79040145874023 9.255600929260254 25.57980155944824 9.829800605773926 25.77240180969238 10.36890029907227 C 25.95195770263672 10.60516738891602 26.16527366638184 10.70715236663818 26.39266967773438 10.7070951461792 C 27.35977172851563 10.70685005187988 28.57822608947754 8.860876083374023 28.50390243530273 7.649100780487061 C 28.47150230407715 7.108200550079346 28.1637020111084 6.597900867462158 27.70290184020996 6.34950065612793 C 27.38957977294922 6.174204349517822 27.00178909301758 6.100313186645508 26.60797882080078 6.100313186645508 C 26.13641929626465 6.100313186645508 25.6562671661377 6.206316471099854 25.28550148010254 6.371100425720215 C 24.37650108337402 6.690600872039795 22.93830108642578 7.800300598144531 22.09770202636719 8.665200233459473 C 21.09691619873047 9.694165229797363 19.41237449645996 10.83083820343018 18.7581901550293 10.83083820343018 C 18.7228832244873 10.83083820343018 18.69053649902344 10.82752132415771 18.66150093078613 10.82070064544678 C 18.84690093994141 10.35720062255859 20.3778018951416 7.448400497436523 18.76770210266113 6.354000568389893 C 18.48304748535156 6.181036472320557 18.14670753479004 6.098882675170898 17.7715892791748 6.098882675170898 C 16.06404685974121 6.098882675170898 13.55399799346924 7.801545143127441 11.46870136260986 10.39230060577393 C 9.14220142364502 13.22820091247559 8.136001586914063 16.52309989929199 9.230401992797852 18.04680061340332 C 9.622105598449707 18.47815132141113 10.09415149688721 18.65473747253418 10.60329818725586 18.65470695495605 C 12.20922565460205 18.65461349487305 14.18309497833252 16.89742660522461 15.15960121154785 15.83550071716309 L 15.32250118255615 15.67080020904541 C 16.19730186462402 14.80410099029541 16.87230110168457 13.75650024414063 17.52390098571777 12.74490070343018 C 17.52390098571777 12.74490070343018 18.12420082092285 11.82870101928711 18.15570068359375 11.78460025787354 C 18.52560234069824 11.72340106964111 18.97020149230957 11.62260055541992 19.47510147094727 11.48850059509277 C 19.46700096130371 11.50380039215088 17.54910087585449 14.5044002532959 17.7444019317627 15.98940086364746 C 17.80560111999512 16.44300079345703 17.75970077514648 18.10710144042969 19.50120162963867 18.61020088195801 C 19.71772956848145 18.64380073547363 19.93021583557129 18.65968704223633 20.13883018493652 18.65968704223633 C 20.13895416259766 18.65968704223633 20.13873481750488 18.65968704223633 20.13885879516602 18.65968704223633 M 35.0917854309082 7.324643611907959 C 35.41204452514648 7.324615001678467 35.56171417236328 7.525400638580322 35.58330154418945 7.691400527954102 C 34.44120025634766 9.595800399780273 33.095703125 11.76660060882568 31.83120155334473 13.72230052947998 C 31.83120346069336 13.72229957580566 31.83120346069336 13.72229957580566 31.83120536804199 13.72229957580566 C 31.83231544494629 13.72229957580566 31.43160247802734 14.28120040893555 31.43160247802734 14.28120040893555 C 30.87540245056152 15.07860088348389 30.31020164489746 15.7563009262085 29.39310073852539 16.23330116271973 C 29.33808326721191 16.24792098999023 29.26647186279297 16.2584285736084 29.19137954711914 16.25842666625977 C 29.09081077575684 16.25842475891113 28.98401260375977 16.23957252502441 28.90260124206543 16.18650054931641 C 28.73250198364258 16.07940101623535 28.66050148010254 15.90390110015869 28.67940139770508 15.71580028533936 C 28.73700141906738 15.1092004776001 29.40390205383301 13.24530029296875 31.46220207214355 10.66410064697266 C 31.97520065307617 10.00530052185059 33.46650314331055 8.241300582885742 33.82920074462891 7.945200443267822 C 34.39987182617188 7.478743553161621 34.81127166748047 7.324672222137451 35.0917854309082 7.324643611907959 M 14.78458690643311 9.9852294921875 C 14.78584480285645 9.9852294921875 14.78697299957275 9.985315322875977 14.78790187835693 9.985500335693359 C 14.79060173034668 9.988200187683105 14.79420185089111 9.993600845336914 14.79600143432617 10.00170040130615 C 15.3513011932373 10.99980068206787 16.39350128173828 11.4552001953125 17.17200088500977 11.66760063171387 C 17.17830085754395 11.67210102081299 17.1819019317627 11.68020057678223 17.1819019317627 11.6919002532959 C 17.1819019317627 11.71260070800781 17.16930198669434 11.74410057067871 17.13690185546875 11.8080005645752 C 17.13690185546875 11.8080005645752 17.11440086364746 11.86470031738281 17.10450172424316 11.88810062408447 C 17.10090065002441 11.89350032806396 15.9561014175415 13.62330055236816 15.9561014175415 13.62330055236816 C 15.26670169830322 14.48280048370361 14.40180110931396 15.56010055541992 13.3227014541626 16.08030128479004 C 13.1727352142334 16.12562942504883 12.99546718597412 16.16378021240234 12.82625007629395 16.16377639770508 C 12.63596820831299 16.16377449035645 12.45586967468262 16.11552810668945 12.33630180358887 15.97500038146973 C 11.85840129852295 15.44940090179443 12.10590171813965 14.71050071716309 12.30480194091797 14.11830043792725 L 12.375901222229 13.90500068664551 C 12.95010185241699 12.45420074462891 13.86090183258057 11.18070030212402 14.74380111694336 10.00080108642578 C 14.75187301635742 9.991929054260254 14.77365875244141 9.9852294921875 14.78458690643311 9.9852294921875 M 17.7453727722168 7.263215065002441 C 17.93182945251465 7.263200759887695 18.10744476318359 7.306286334991455 18.24570083618164 7.407900810241699 C 18.46530151367188 7.649100780487061 18.54990196228027 7.959600448608398 18.54990196228027 8.297101020812988 C 18.54990196228027 8.758800506591797 18.3960018157959 9.27540111541748 18.2223014831543 9.758700370788574 C 18.21960067749023 9.768600463867188 17.71200180053711 10.85040092468262 17.71200180053711 10.85040092468262 C 17.68208312988281 10.87209129333496 17.64487075805664 10.8804178237915 17.60195922851563 10.88041687011719 C 17.54160118103027 10.88041496276855 17.46998023986816 10.86393737792969 17.3916015625 10.84500026702881 L 17.16570091247559 10.81080055236816 C 16.45380210876465 10.60830020904541 15.91830158233643 10.16910076141357 15.75270175933838 9.643500328063965 C 15.52500152587891 8.621100425720215 16.46100234985352 7.82550048828125 16.87500190734863 7.532100677490234 C 17.11947250366211 7.374100685119629 17.44631576538086 7.263229370117188 17.7453727722168 7.263215065002441 M 42.21990203857422 8.611200332641602 L 43.63199996948242 6.390000820159912 L 41.13180160522461 6.390000820159912 L 39.71880340576172 8.611200332641602 L 42.21990203857422 8.611200332641602 M 73.41816711425781 6.680800437927246 C 76.22024536132813 6.680800437927246 78.95372009277344 5.227301120758057 80.60400390625 3.830400705337524 C 82.70370483398438 2.139300584793091 83.77470397949219 0.2979006469249725 83.77740478515625 0.007200649939477444 C 83.54340362548828 0.2979006469249725 82.20600128173828 1.683000683784485 79.87950134277344 2.907000541687012 C 78.23035430908203 3.775218963623047 76.52729034423828 4.384932041168213 74.54689788818359 4.384932041168213 C 74.24037170410156 4.384932041168213 73.92713928222656 4.370319843292236 73.60649871826172 4.339800834655762 C 72.94229888916016 5.028300762176514 72.29700469970703 5.74470043182373 71.70210266113281 6.486300468444824 C 72.27110290527344 6.620229244232178 72.84606170654297 6.6807861328125 73.41796112060547 6.680800437927246 C 73.41812896728516 6.680800437927246 73.41799163818359 6.680800437927246 73.41816711425781 6.680800437927246 M 36.11918640136719 26.86112594604492 C 35.82600784301758 26.86112594604492 35.53117370605469 26.77544403076172 35.27425765991211 26.60014343261719 C 33.8416748046875 25.62262916564941 31.74930191040039 24.96587181091309 30.06768798828125 24.96587181091309 C 29.91131591796875 24.96587181091309 29.76077270507813 24.97190093994141 29.62021636962891 24.98377227783203 C 29.58540153503418 24.98671531677246 29.55048751831055 24.98844337463379 29.51554489135742 24.98894309997559 C 28.22671699523926 25.00754737854004 27.6644401550293 25.78217124938965 27.56984519958496 25.92819213867188 C 27.32314872741699 26.41286277770996 26.84741592407227 26.69778633117676 26.30261611938477 26.71747207641602 C 26.28604698181152 26.71807098388672 26.26943969726563 26.71836853027344 26.25296401977539 26.71837043762207 C 25.7230110168457 26.7184009552002 25.24369621276855 26.41139793395996 24.9724006652832 25.95227241516113 C 24.17778778076172 24.60748672485352 22.60961532592773 23.95377159118652 20.17825889587402 23.95377159118652 C 17.91753005981445 23.95377159118652 15.60855865478516 24.54364395141602 14.36810111999512 24.86054420471191 C 14.09815883636475 24.92950057983398 13.88494396209717 24.98397254943848 13.71170139312744 25.02254295349121 C 13.46105861663818 25.07864379882813 13.18975830078125 25.14087295532227 12.90390110015869 25.2064151763916 C 11.25710201263428 25.58407211303711 9.207615852355957 26.05405807495117 7.392958641052246 26.22620010375977 C 7.385416030883789 26.22691535949707 7.37788724899292 26.22757148742676 7.370344638824463 26.22817230224609 C 7.076201438903809 26.2515869140625 6.78061580657959 26.26347160339355 6.49181604385376 26.26348686218262 C 4.999315738677979 26.2635440826416 3.580472946166992 25.94265747070313 2.388644456863403 25.33555793762207 C 1.14037299156189 24.69968605041504 0.1292015612125397 23.74690055847168 -0.5355841517448425 22.5802001953125 C -0.5459127426147461 22.56207275390625 -0.5558555722236633 22.54374313354492 -0.565412700176239 22.52519989013672 C -2.352755546569824 19.05992889404297 -1.242127060890198 14.97330093383789 0.004301568493247032 12.15524387359619 C 0.007587282918393612 12.14780044555664 0.0109444260597229 12.1403865814209 0.01434442587196827 12.13300037384033 C 2.063287258148193 7.6971435546875 5.673558712005615 3.652457714080811 10.18011569976807 0.7439863681793213 C 10.20335865020752 0.728986382484436 10.22700119018555 0.7146292328834534 10.25104427337646 0.7009435296058655 C 12.25763034820557 -0.442127913236618 14.45731544494629 -1.499885082244873 16.94430160522461 -1.499885082244873 C 17.10080146789551 -1.499885082244873 17.25894355773926 -1.495513677597046 17.41434478759766 -1.486899375915527 C 17.47190093994141 -1.483713626861572 17.52923011779785 -1.47719931602478 17.58603096008301 -1.467413663864136 C 18.67155838012695 -1.280356526374817 19.565673828125 -0.7113707661628723 20.10368728637695 0.1347435116767883 C 20.12117385864258 0.1622577905654907 20.13777351379395 0.1903292238712311 20.1534309387207 0.2189149409532547 C 20.93777465820313 1.650656461715698 20.69173812866211 3.384356260299683 19.48814010620117 5.037410736083984 C 19.50773239135742 5.048742294311523 19.52723503112793 5.060305118560791 19.54660224914551 5.07207202911377 C 19.56838798522949 5.085314750671387 19.58983039855957 5.099114894866943 19.61091613769531 5.113443374633789 C 20.13186073303223 5.467525005340576 20.90144348144531 6.227117538452148 20.98842811584473 7.654057025909424 C 20.99981307983398 7.642523765563965 21.01116371154785 7.630939960479736 21.02241516113281 7.619371891021729 C 21.80576705932617 6.813380241394043 23.42871284484863 5.456815242767334 24.73116302490234 4.976481914520264 C 25.29974174499512 4.733629703521729 25.96361541748047 4.600315093994141 26.60797309875488 4.600315093994141 C 27.28461837768555 4.600315093994141 27.9129467010498 4.750667095184326 28.42588233947754 5.035204887390137 C 29.1910514831543 5.452078342437744 29.73966979980469 6.203099727630615 29.93173789978027 7.065054893493652 C 30.09543609619141 6.91378927230835 30.25824356079102 6.768753528594971 30.41970062255859 6.630429267883301 C 32.01512908935547 5.263557910919189 33.40462875366211 4.599100589752197 34.6676025390625 4.599100589752197 C 35.1750602722168 4.599100589752197 35.65497589111328 4.712386131286621 36.08598327636719 4.928400993347168 C 36.18910980224609 4.906089782714844 36.29539108276367 4.894500732421875 36.40320205688477 4.894500732421875 L 39.03660202026367 4.894500732421875 C 39.43253326416016 4.894500732421875 39.80589294433594 5.050529956817627 40.08190536499023 5.318651676177979 C 40.35910415649414 5.047011852264404 40.73480224609375 4.890000820159912 41.13180160522461 4.890000820159912 L 43.63199996948242 4.890000820159912 C 44.10048294067383 4.890000820159912 44.53713607788086 5.108432292938232 44.81846237182617 5.472183227539063 C 48.30370712280273 1.881089091300964 51.66667556762695 -0.265149712562561 55.28522872924805 -1.228970766067505 C 55.30397415161133 -1.233956456184387 55.32279968261719 -1.238585114479065 55.34171676635742 -1.242842197418213 C 55.92748641967773 -1.374770760536194 56.49071502685547 -1.441670775413513 57.0157585144043 -1.441670775413513 C 57.89615249633789 -1.441670775413513 58.68062591552734 -1.249125123023987 59.33107376098633 -0.8784447312355042 C 59.3785514831543 -0.8941560387611389 59.42692184448242 -0.910243809223175 59.47571563720703 -0.9265707731246948 C 60.45392990112305 -1.256127953529358 61.46258544921875 -1.423713684082031 62.47074508666992 -1.423713684082031 C 64.00058746337891 -1.423713684082031 65.52650451660156 -1.043656468391418 67.00608825683594 -0.2940850555896759 C 68.24744415283203 0.3350006639957428 69.56431579589844 1.008586406707764 70.8201904296875 1.719557762145996 L 71.11676025390625 1.888676166534424 C 71.78113555908203 1.322637796401978 72.46005249023438 0.7873268127441406 73.15384674072266 0.2822292149066925 C 73.19644165039063 0.2512149214744568 73.24066162109375 0.222472071647644 73.28628540039063 0.196100652217865 L 73.30219268798828 0.1869094520807266 C 74.245361328125 -0.4069108664989471 75.53129577636719 -1.210442185401917 76.93305969238281 -1.210442185401917 C 77.14019012451172 -1.210442185401917 77.34597015380859 -1.192842245101929 77.54470062255859 -1.158127903938293 C 77.54730224609375 -1.157670736312866 77.54988861083984 -1.157213687896729 77.552490234375 -1.156742215156555 C 78.50990295410156 -0.9843136072158813 79.23801422119141 -0.2621564865112305 79.40745544433594 0.6830149292945862 C 79.40791320800781 0.68557208776474 79.40837097167969 0.6881292462348938 79.4088134765625 0.6906863451004028 C 79.45281219482422 0.9436764121055603 79.47083282470703 1.188474059104919 79.4681396484375 1.424575924873352 C 81.29245758056641 0.4148442149162292 82.40363311767578 -0.6833692789077759 82.60985565185547 -0.9345279335975647 C 82.900146484375 -1.295133590698242 83.33267211914063 -1.493566274642944 83.77770233154297 -1.493566274642944 C 83.94673156738281 -1.493566274642944 84.11751556396484 -1.464960336685181 84.28307342529297 -1.405742168426514 C 84.88451385498047 -1.190599322319031 85.28327178955078 -0.6175993680953979 85.27732849121094 0.02112922072410583 C 85.27405548095703 0.3743720650672913 85.15708923339844 0.732657790184021 84.88623046875 1.219100594520569 C 84.70461273193359 1.545300602912903 84.45953369140625 1.916686415672302 84.177490234375 2.293100595474243 C 83.67488098144531 2.963879585266113 82.81312561035156 3.97480297088623 81.55889129638672 4.987325668334961 C 80.84169006347656 5.592559814453125 79.65287017822266 6.455715656280518 78.04006195068359 7.155486583709717 C 77.44382476806641 7.414191722869873 76.84960174560547 7.62436580657959 76.25949096679688 7.785554885864258 C 75.93592071533203 8.333653450012207 75.04580688476563 9.444639205932617 73.85175323486328 10.75588226318359 C 73.95226287841797 10.74835395812988 74.05216217041016 10.74454307556152 74.15118408203125 10.74454307556152 C 74.69033813476563 10.74454307556152 75.18269348144531 10.85490417480469 75.61768341064453 11.07291412353516 C 75.76058959960938 11.02821636199951 75.9112548828125 11.00460052490234 76.06529998779297 11.00460052490234 L 78.73830413818359 11.00460052490234 C 79.27964782714844 11.00460052490234 79.77898406982422 11.29628658294678 80.04488372802734 11.76782894134521 C 80.310791015625 12.23937225341797 80.30197143554688 12.81760025024414 80.02184295654297 13.28081512451172 L 77.83937835693359 16.88969993591309 L 78.22260284423828 16.88969993591309 C 78.77568817138672 16.88969993591309 79.28388977050781 17.19405746459961 79.54497528076172 17.68164443969727 C 79.80604553222656 18.16922950744629 79.77763366699219 18.76092910766602 79.47101593017578 19.22124290466309 C 78.69817352294922 20.38152885437012 75.97797393798828 24.26752853393555 73.42290496826172 25.55718612670898 C 73.35880279541016 25.58942985534668 73.29763031005859 25.62094306945801 73.23709106445313 25.65208625793457 C 72.71186065673828 25.92240142822266 72.05817413330078 26.2588005065918 71.20421600341797 26.2588005065918 C 71.03343200683594 26.2588005065918 70.86029052734375 26.24489784240723 70.68896484375 26.21744918823242 C 70.06475830078125 26.13449478149414 69.51992034912109 25.84629249572754 69.12272644042969 25.39385986328125 C 68.57979583740234 25.74022674560547 67.99941253662109 26.02482414245605 67.41400146484375 26.17164421081543 C 67.38156127929688 26.17977142333984 67.34886169433594 26.18682861328125 67.31594085693359 26.19277191162109 C 67.08570098876953 26.23439979553223 66.854248046875 26.25550079345703 66.62799072265625 26.25550079345703 C 65.70113372802734 26.25552940368652 64.88657379150391 25.90098571777344 64.33438873291016 25.25720024108887 C 64.30314636230469 25.22077941894531 64.27283477783203 25.1836051940918 64.24352264404297 25.1457691192627 C 63.24918365478516 25.8862419128418 62.29999923706055 26.25955963134766 61.40574264526367 26.25958633422852 C 60.50288772583008 26.25961494445801 59.70088577270508 25.88637161254883 59.08647155761719 25.1801872253418 C 59.08481597900391 25.17828559875488 59.08317184448242 25.1763858795166 59.0815315246582 25.17448616027832 C 58.50650024414063 24.50682830810547 58.23208236694336 23.68036460876465 58.25018310546875 22.66204452514648 C 57.16552734375 23.90536117553711 55.89557647705078 25.0117359161377 54.36624526977539 25.76057243347168 C 54.35800170898438 25.76460075378418 54.3497314453125 25.76855850219727 54.3414306640625 25.7724437713623 C 53.86289978027344 25.9959716796875 53.12135696411133 26.26242828369141 52.30624389648438 26.26242828369141 L 52.30607223510742 26.26242828369141 C 51.81155776977539 26.26240158081055 51.35070037841797 26.16390037536621 50.93620300292969 25.96965789794922 C 50.91508865356445 25.95975685119629 50.89420318603516 25.94937133789063 50.87355804443359 25.93850135803223 C 50.09315872192383 25.52737998962402 49.22744369506836 24.69679641723633 49.13983535766602 23.02947807312012 C 47.95766830444336 24.16096305847168 46.64470291137695 25.0715160369873 45.29446029663086 25.69118690490723 C 45.26037216186523 25.70682907104492 45.22573089599609 25.7211856842041 45.19057464599609 25.73423004150391 C 44.25288772583008 26.08211517333984 43.34444427490234 26.25851440429688 42.49045944213867 26.25851440429688 L 42.49020004272461 26.25851440429688 C 41.05932998657227 26.25844383239746 39.78163146972656 25.75189971923828 38.79514312744141 24.79364395141602 C 37.73808670043945 23.76498603820801 37.12338638305664 22.33595848083496 37.01651763916016 20.66012954711914 C 36.93635940551758 19.4030933380127 37.14618682861328 18.01294136047363 37.60763168334961 16.74182510375977 C 37.75724411010742 16.27866554260254 37.92577743530273 15.8154239654541 38.11421585083008 15.35046672821045 C 36.91628265380859 16.80907821655273 35.54193878173828 18.24036026000977 33.91537475585938 19.31000137329102 C 33.90201568603516 19.31877136230469 33.88853073120117 19.32734298706055 33.87490081787109 19.33568572998047 C 33.31035995483398 19.68161582946777 32.44359970092773 20.14150047302246 31.43860244750977 20.14157295227051 C 31.43631172180176 20.14157295227051 31.43403625488281 20.14156913757324 31.43174743652344 20.14156532287598 C 31.895263671875 20.34399795532227 32.34238433837891 20.57461166381836 32.77457427978516 20.83380126953125 C 33.34857177734375 21.17865753173828 36.26154327392578 22.97282981872559 37.34197235107422 24.49158668518066 C 37.76318740844727 25.08368682861328 37.69944381713867 25.89252853393555 37.19068908691406 26.41134262084961 C 36.89970016479492 26.70807647705078 36.51094055175781 26.86112594604492 36.11918640136719 26.86112594604492 Z M 5.976686000823975 21.03563117980957 C 6.939242839813232 21.63812637329102 7.783141613006592 21.8850154876709 8.86752986907959 21.8850154876709 C 10.28231620788574 21.8850154876709 12.15752983093262 21.45524406433105 14.75294399261475 20.86042976379395 C 15.58665943145752 20.66936111450195 16.53058815002441 20.45303344726563 17.56021308898926 20.22775840759277 C 17.96305274963379 20.12421417236328 18.3575439453125 20.02760314941406 18.74450492858887 19.9377555847168 C 17.82979202270508 19.58972930908203 17.13213157653809 18.95926475524902 16.71467208862305 18.09831428527832 C 16.48462867736816 17.62387847900391 16.37844467163086 17.16108894348145 16.32327461242676 16.79203987121582 L 16.24474716186523 16.87143516540527 C 15.31771659851074 17.87570190429688 12.95406436920166 20.15457344055176 10.60338687896729 20.15470123291016 C 9.631958961486816 20.15478706359863 8.773173332214355 19.77457237243652 8.119930267333984 19.0551872253418 C 8.081473350524902 19.0128288269043 8.045458793640137 18.96831512451172 8.012086868286133 18.9218578338623 C 7.198173046112061 17.78865814208984 7.065530300140381 16.18541526794434 7.628530025482178 14.28547191619873 C 8.09976863861084 12.69510650634766 9.050263404846191 10.97651958465576 10.30498504638672 9.445832252502441 C 11.5158519744873 7.942723751068115 13.16387748718262 6.374443531036377 14.88288688659668 5.442578315734863 C 14.70995235443115 5.122289657592773 14.58212566375732 4.69204044342041 14.60800170898438 4.131186485290527 C 14.61187171936035 4.043254375457764 14.61957836151123 3.957180261611938 14.63073253631592 3.872988939285278 C 13.48941516876221 4.670125484466553 12.41487312316895 5.736404895782471 11.28679370880127 6.906599044799805 C 7.869361877441406 10.70713901519775 5.947766780853271 14.09883403778076 5.243261337280273 17.5747127532959 C 4.915291309356689 19.96691513061523 5.644113540649414 20.74945259094238 5.976686000823975 21.03563117980957 Z M 47.39162826538086 19.28023147583008 C 46.47493362426758 19.79776763916016 45.65527725219727 20.49819946289063 45.16807174682617 21.01775741577148 C 45.11365509033203 21.0757884979248 45.05545806884766 21.12869071960449 44.99407958984375 21.17639541625977 C 45.31642913818359 21.03508377075195 45.73849487304688 20.78352737426758 46.28546142578125 20.35194778442383 C 46.66374588012695 20.03685188293457 47.03763198852539 19.67329406738281 47.39162826538086 19.28023147583008 Z M 24.26757621765137 18.64516830444336 C 24.02902221679688 18.81709098815918 23.7829647064209 18.98162460327148 23.52895736694336 19.13465881347656 C 23.87293434143066 19.10344505310059 24.20992088317871 19.07968902587891 24.53997611999512 19.0633659362793 C 24.4404468536377 18.93780899047852 24.35172271728516 18.80236625671387 24.27394485473633 18.65712928771973 C 24.27180290222168 18.65312957763672 24.26969909667969 18.64917755126953 24.26757621765137 18.64516830444336 Z M 56.61305618286133 18.58301544189453 C 56.50389099121094 18.74863624572754 56.40012741088867 18.91239166259766 56.30253982543945 19.07253456115723 C 56.42264175415039 18.9150562286377 56.53655624389648 18.75830268859863 56.64297103881836 18.60548400878906 C 56.63293838500977 18.59799766540527 56.62306594848633 18.59058380126953 56.61305618286133 18.58301544189453 Z M 22.42518043518066 15.04093551635742 C 22.40911102294922 15.0872745513916 22.39590835571289 15.13293647766113 22.38517189025879 15.17713642120361 C 22.61320686340332 15.06002807617188 22.87575531005859 14.89202976226807 23.07223510742188 14.72775268554688 C 23.07786750793457 14.72292804718018 23.08353042602539 14.71814918518066 23.0892448425293 14.71340084075928 C 24.00556755065918 13.95184135437012 24.8935661315918 12.98398590087891 25.64206314086914 12.07717609405518 C 25.23188209533691 11.92895603179932 24.86723709106445 11.6569185256958 24.5781307220459 11.2765007019043 C 24.56518173217773 11.25946044921875 24.55260276794434 11.24214935302734 24.5404109954834 11.22459602355957 C 23.68324089050293 12.34687900543213 22.94796752929688 13.66117191314697 22.42518043518066 15.04093551635742 Z M 53.17981719970703 12.37099075317383 C 53.44354629516602 12.88689613342285 53.57574081420898 13.42562770843506 53.61888122558594 13.96504211425781 C 54.75452041625977 12.77899360656738 56.09769821166992 11.72190856933594 57.68754959106445 11.10300731658936 C 58.24852752685547 10.8686990737915 58.87933731079102 10.73984336853027 59.46687316894531 10.73984336853027 C 60.01910018920898 10.73984336853027 60.53351593017578 10.84835815429688 60.99584579467773 11.0623722076416 C 61.06691741943359 11.09528636932373 61.13531494140625 11.13370037078857 61.20040130615234 11.17730045318604 C 61.5964241027832 11.44253444671631 62.03937911987305 11.86346244812012 62.32077407836914 12.51206493377686 C 63.76163101196289 10.13893699645996 65.28377532958984 8.01385498046875 66.89889526367188 6.122278213500977 C 66.56956481933594 5.927308559417725 66.19419097900391 5.698386192321777 65.76126098632813 5.433472156524658 C 64.57550048828125 4.707900524139404 62.95155715942383 3.714200735092163 62.17913055419922 3.478686332702637 C 62.12797164916992 3.463086366653442 62.07770156860352 3.444772005081177 62.02850341796875 3.423800706863403 C 61.79555892944336 3.325723171234131 61.40411376953125 3.191611766815186 61.0162353515625 3.102606296539307 C 60.83810043334961 4.472765922546387 60.27230453491211 5.693377017974854 59.69517135620117 6.83712911605835 C 59.66814422607422 6.890686511993408 59.63793182373047 6.942586421966553 59.60470199584961 6.992515087127686 C 58.68225860595703 8.378429412841797 56.96522903442383 10.95811462402344 54.09490203857422 11.58098602294922 C 54.01444625854492 11.59844303131104 53.93267440795898 11.60924339294434 53.85044479370117 11.61328601837158 C 53.7617301940918 11.61765766143799 53.67971420288086 11.61977195739746 53.59968566894531 11.61977195739746 C 53.11083602905273 11.61978721618652 52.70595550537109 11.53336238861084 52.37113189697266 11.39569282531738 C 52.70917892456055 11.65719127655029 52.98806381225586 11.98782539367676 53.17981719970703 12.37099075317383 Z M 14.94417858123779 12.29691505432129 C 14.75975036621094 12.57314300537109 14.58233737945557 12.85431575775146 14.41681385040283 13.14050483703613 C 14.52949142456055 13.0040111541748 14.63842964172363 12.86867427825928 14.7431001663208 12.73823642730713 C 14.83929443359375 12.59288692474365 14.92715167999268 12.46013736724854 15.00741863250732 12.33885478973389 C 14.98617267608643 12.32498645782471 14.96513366699219 12.31103229522705 14.94417858123779 12.29691505432129 Z M 37.97563171386719 10.96050071716309 L 38.45700073242188 10.96050071716309 C 39.02417373657227 10.96050071716309 39.5428581237793 11.28040027618408 39.79741668701172 11.78724384307861 C 39.81769180297852 11.82761383056641 39.83601379394531 11.86861324310303 39.85239791870117 11.91012763977051 C 40.20804595947266 11.31950759887695 40.59669876098633 10.72097301483154 41.02032852172852 10.1112003326416 L 39.71880340576172 10.1112003326416 C 39.34952926635742 10.1112003326416 39.00001525878906 9.975479125976563 38.73077774047852 9.739862442016602 C 38.48193359375 10.14209365844727 38.22850799560547 10.55173683166504 37.97563171386719 10.96050071716309 Z M 47.96710205078125 10.6744909286499 C 47.69722747802734 11.04848575592041 47.43671035766602 11.41692638397217 47.18636703491211 11.78106689453125 C 48.14291381835938 11.19186401367188 49.1746940612793 10.83779335021973 50.21228790283203 10.74745750427246 C 50.23192977905273 10.74574375152588 50.25161743164063 10.74441528320313 50.27130126953125 10.74348640441895 C 50.3226432800293 10.74104309082031 50.37475967407227 10.73981475830078 50.42620086669922 10.73981475830078 C 50.88546371459961 10.73981475830078 51.32976150512695 10.83706951141357 51.73030853271484 11.01445198059082 C 51.46841812133789 10.79982471466064 51.27898788452148 10.55502128601074 51.14330291748047 10.32710075378418 C 50.50308990478516 9.246623039245605 50.61442565917969 8.144781112670898 50.90658950805664 7.235941886901855 C 49.87121963500977 8.333500862121582 48.90213394165039 9.508063316345215 47.96710205078125 10.6744909286499 Z"
/>
</g>
</g>
<path
id=
"可乐-3"
data-name=
"可乐"
class=
"cls-3"
d=
"M29.494,23.489a3.765,3.765,0,0,0-3.23,1.7c-2.777-4.7-11.225-2-12.878-1.631a53.03,53.03,0,0,1-6.134,1.174c-2.894.23-5.319-.851-6.484-2.9-1.515-2.937-.506-6.557.608-9.076A26.252,26.252,0,0,1,10.994,2,11.767,11.767,0,0,1,17.331.011,2.167,2.167,0,0,1,18.838.94c.737,1.345-.2,2.8-.833,3.56-.59.672-1.956.93-1.9-.3A2.288,2.288,0,0,1,17.1,2.625a1.985,1.985,0,0,1,.966-.232c.229-.2.4-1.585-1.5-1.133-2.479.725-4.357,2.523-6.382,4.624-3.628,4.03-5.671,7.664-6.425,11.439-.327,2.315.109,3.925,1.327,4.927,3.168,2.031,5.58,1.02,12.817-.562,6.786-1.748,11-1.426,14.1.433a16.489,16.489,0,0,1,4.117,3.241A11.241,11.241,0,0,0,29.494,23.489Zm22.079,1.122c-.755-.4-1.049-1.192-.905-2.429a11.465,11.465,0,0,1,1.7-4.226c1.384-2.021,3.308-4.468,5.883-5.462a2.738,2.738,0,0,1,2.116-.07A1.749,1.749,0,0,1,61.108,14a5.9,5.9,0,0,1-.074.853,10.725,10.725,0,0,1-1.025,2.586,2.725,2.725,0,0,0,1.44-.3c3.6-6.983,7.713-12.1,12.587-15.651l.04-.023C75.025.875,76.2.131,77.287.319a.781.781,0,0,1,.644.628,3.894,3.894,0,0,1-.736,2.624,9.542,9.542,0,0,1-.94.217l.4-.766a2.926,2.926,0,0,0,.5-1.612c-.084-.166-.182-.173-.257-.16a6.966,6.966,0,0,0-2.508,1.756l-.57.51c-3.626,3.368-7.885,10.4-8.545,11.872,1.49-.671,6.4-5.19,8.8-8.3a6.4,6.4,0,0,0,.91-.091,41.9,41.9,0,0,1-6.134,6.613,36.5,36.5,0,0,1-4.4,3.34A17.206,17.206,0,0,0,62.8,21.41c-.033.225-.111,1.164.643,1.111.965-.2,2.7-2.873,2.7-2.873,1.652-2.4,3.746-5.487,6.613-7.044a2.514,2.514,0,0,1,2.27-.148,3.452,3.452,0,0,1,.644.7s.272-.442.4-.655h2.673l-3.9,6.444a20.6,20.6,0,0,0-1.753,3.028c-.14.391.236.535.507.365,1.545-.845,2.771-2.629,3.739-3.953h.889c-.679,1.019-3.293,4.727-5.476,5.828a2.86,2.86,0,0,1-1.841.515c-1.024-.121-1.076-1.319-.889-1.993a7.865,7.865,0,0,1-2.967,1.976c-.981.177-2.27-.186-1.913-2.5-1.656,1.931-3.688,3.39-4.918,1.977-.86-1-.438-2.685.472-5.16l.339-.958L61,18.067a8.134,8.134,0,0,1-1.43.169c-1.44,2.34-3.259,4.9-5.867,6.178a3.515,3.515,0,0,1-1.4.349A1.718,1.718,0,0,1,51.573,24.611ZM73.856,13.837A19.87,19.87,0,0,0,69.3,19.319l-.107.2a5.256,5.256,0,0,0-.808,2.466.407.407,0,0,0,.235.317c.454.165.831-.156,1.2-.465,0,0,.257-.207.257-.209a35.979,35.979,0,0,0,3.392-4.942c.517-.851,1.053-1.735,1.613-2.574a.542.542,0,0,0,.065-.193.525.525,0,0,0-.193-.35.79.79,0,0,0-.282-.052A1.525,1.525,0,0,0,73.856,13.837ZM53.8,21.431a1.121,1.121,0,0,0,.188.643c1.156,1.245,3.926-2.35,4.735-4.018a4.076,4.076,0,0,1-2.205-1.865s0,0,0,0C55.378,17.575,53.771,20.042,53.8,21.431Zm4.926-7.847a2.1,2.1,0,0,0-1.247,2.188,2.227,2.227,0,0,0,1.7,1.547,9.159,9.159,0,0,0,1-2.246c0-.011.007-.049.007-.049a5.4,5.4,0,0,0,.06-.7,1.019,1.019,0,0,0-.4-.935,1.082,1.082,0,0,0-.34-.051A1.348,1.348,0,0,0,58.725,13.584ZM39.84,23.718c-1.742-1.7-1.525-4.55-.814-6.489a28.114,28.114,0,0,1,5.46-9.188c3.809-4.316,7.359-6.8,11.184-7.82A3.643,3.643,0,0,1,59.06.786s.424-.133.892-.29a8.014,8.014,0,0,1,6.376.548c1.263.64,2.542,1.3,3.753,1.981l.756.431c-.521.465-1.448,1.382-2.015,2-1.156-.471-4.591-2.915-6.206-3.407,0,0-2.061-.878-3.072-.385a5.458,5.458,0,0,1,.029.566,8.8,8.8,0,0,1-1.218,3.937c-1.112,1.671-2.472,3.5-4.579,3.954a1.341,1.341,0,0,1-1.345-.555c-.614-1.036,0-2.207.432-3.07a13.584,13.584,0,0,1,5.323-5.252,2.791,2.791,0,0,0-2.133.231c-3.845,1.765-6.694,5.068-9.281,8.3-2.506,3.469-4.26,6.513-4.666,10.1a2.669,2.669,0,0,0,1.193,2.7c1.348.768,2.889-.224,3.929-1.048a13.438,13.438,0,0,0,3.1-3.812c1.03-1.921,1.3-3.917.527-4.161-.885-.23-1.676.645-2.071,1.192a6.505,6.505,0,0,0-1.245,2.8,11.005,11.005,0,0,0-3.473,2.457A11.013,11.013,0,0,1,45.145,16.3a6.762,6.762,0,0,1,5.2-4.062,1.578,1.578,0,0,1,1.5.806,4.873,4.873,0,0,1-.124,3.532,14.574,14.574,0,0,1-7.048,7.749,6.371,6.371,0,0,1-2.179.431A3.676,3.676,0,0,1,39.84,23.718ZM53.3,7.391c-.812,1.778.1,2,.628,1.9.876-.194,4.42-2.681,4.817-6.918a.983.983,0,0,0-.036-.446A12.2,12.2,0,0,0,53.3,7.391ZM19.5,18.61a2.577,2.577,0,0,1-1.757-2.621c-.2-1.485,1.723-4.486,1.731-4.5-.5.134-.949.235-1.319.3-.031.044-.632.96-.632.96a16.884,16.884,0,0,1-2.2,2.926l-.163.165c-1.286,1.4-4.3,4-5.929,2.211-1.094-1.524-.088-4.819,2.238-7.655,2.543-3.16,5.719-5,7.3-4.038,1.61,1.094.079,4-.106,4.467.567.133,2.381-1.071,3.436-2.156a10.717,10.717,0,0,1,3.188-2.294A2.962,2.962,0,0,1,27.7,6.35a1.6,1.6,0,0,1,.8,1.3c.092,1.5-1.788,3.961-2.732,2.72A1.624,1.624,0,0,1,26.4,8.658a1.512,1.512,0,0,1,1.167-.416.593.593,0,0,0-.158-.848,1.633,1.633,0,0,0-1.516.363,15.309,15.309,0,0,0-4.879,6.77,2.3,2.3,0,0,0,.044,1.84c.894,1.286,2.988-.5,2.988-.5a25.308,25.308,0,0,0,3.846-4.234C30.677,7.89,34.373,4.662,36,6.764c.03.031.071.1.088.113.027-.035.312-.482.312-.482h2.633s-5.576,9.012-5.584,9.027c-.117.214-.19.551,0,.7.153.1.417-.019.417-.019,1.446-.652,3.673-3.63,3.686-3.64h.905a22.98,22.98,0,0,1-5.366,5.6,2.673,2.673,0,0,1-2.193.5c-.836-.485-.679-1.1-.626-1.831-.006,0-2.074,2.334-3.806,1.87-.574-.17-1.49-.633-.811-2.83,0,0,.052-.2.091-.344l-.435.391c-1.484,1.348-3.146,2.849-5.173,2.848A4.152,4.152,0,0,1,19.5,18.61ZM33.829,7.945a34.527,34.527,0,0,0-2.367,2.719c-2.058,2.581-2.725,4.445-2.783,5.052a.479.479,0,0,0,.223.471.67.67,0,0,0,.49.047,5.61,5.61,0,0,0,2.038-1.952s.4-.56.4-.559c1.264-1.956,2.61-4.127,3.752-6.031a.452.452,0,0,0-.492-.367A2.191,2.191,0,0,0,33.829,7.945ZM14.744,10a17.258,17.258,0,0,0-2.368,3.9l-.071.213c-.2.592-.446,1.331.031,1.857.226.265.668.2.986.105a8.509,8.509,0,0,0,2.633-2.457L17.1,11.888c.01-.023.032-.08.032-.08a.323.323,0,0,0,.045-.116.028.028,0,0,0-.01-.024A3.767,3.767,0,0,1,14.8,10a.033.033,0,0,0-.008-.016h0A.07.07,0,0,0,14.744,10Zm2.131-2.469c-.414.293-1.35,1.089-1.122,2.111a1.975,1.975,0,0,0,1.413,1.167l.226.034c.134.032.248.058.32.005,0,0,.508-1.082.51-1.092A4.566,4.566,0,0,0,18.55,8.3a1.277,1.277,0,0,0-.3-.889.835.835,0,0,0-.5-.145A1.687,1.687,0,0,0,16.875,7.532ZM39.719,8.611,41.132,6.39h2.5L42.22,8.611ZM71.7,6.486c.595-.742,1.24-1.458,1.9-2.147A10.791,10.791,0,0,0,79.88,2.907a16.344,16.344,0,0,0,3.9-2.9A13.059,13.059,0,0,1,80.6,3.83a11.851,11.851,0,0,1-7.186,2.85A7.476,7.476,0,0,1,71.7,6.486Z"
transform=
"translate(57 72.002)"
/>
</g>
</svg>
src/view/common/mainframe/Logo.js
View file @
9d622e77
...
@@ -12,7 +12,7 @@ class Logo extends Component {
...
@@ -12,7 +12,7 @@ class Logo extends Component {
return
(
return
(
<
div
className
=
"logo-wrapper"
>
<
div
className
=
"logo-wrapper"
>
<
div
className
=
"header-logo"
onClick
=
{
onLogoClick
}
>
<
div
className
=
"header-logo"
onClick
=
{
onLogoClick
}
>
{
/* <img className="header-logo-pic" src={logoImg} alt="" /> */
}
<
img
className
=
"header-logo-pic"
src
=
"/src/uaconf/logo.svg"
alt
=
""
/>
<
div
className
=
"logo-text"
>
安全预控执行系统
<
/div
>
<
div
className
=
"logo-text"
>
安全预控执行系统
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
...
...
src/view/common/mainframe/style/main.scss
View file @
9d622e77
...
@@ -388,6 +388,43 @@
...
@@ -388,6 +388,43 @@
}
}
}
}
#app
.view-port
.header
{
background
:
#c9000b
;
}
#app
.view-port
.header
.header-navs
.logo-wrapper
{
display
:
inline-block
;
width
:
auto
;
padding-left
:
20px
;
.header-logo
{
padding-right
:
66px
;
background
:
#c9000b
;
border-right
:
1px
solid
#b30b14
;
font-size
:
16px
;
color
:
#fafafa
;
.header-logo-pic
{
max-height
:
100%
;
margin-right
:
8px
;
}
}
}
#app
.view-port
.header
.header-navs
.nav-menu-wrapper
.nav-menu-box
{
.nav-menu-list
{
>
.nav-menu-item
{
height
:
42px
;
border-right
:
1px
solid
#b30b14
;
.nav-menu-item-label
{
font-size
:
14px
;
color
:
#ffffff
;
}
}
}
}
.user-area
{
.user-area
{
.amos-single-pop-trigger
{
.amos-single-pop-trigger
{
height
:
$top-height
;
height
:
$top-height
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment