@gx-design-vue/create-gx-cli 0.1.1 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/main.js +9 -3
- package/template-mobile-vant-cli/.editorconfig +0 -19
- package/template-mobile-vant-cli/.env.development +0 -19
- package/template-mobile-vant-cli/.env.pro +0 -19
- package/template-mobile-vant-cli/.env.production +0 -19
- package/template-mobile-vant-cli/.eslintignore +0 -16
- package/template-mobile-vant-cli/.eslintrc.js +0 -64
- package/template-mobile-vant-cli/.prettierignore +0 -9
- package/template-mobile-vant-cli/.stylelintignore +0 -3
- package/template-mobile-vant-cli/build/cdn.ts +0 -5
- package/template-mobile-vant-cli/build/generateModifyVars.ts +0 -7
- package/template-mobile-vant-cli/build/optimizer.ts +0 -18
- package/template-mobile-vant-cli/build/plugin/autoImport.ts +0 -26
- package/template-mobile-vant-cli/build/plugin/html.ts +0 -26
- package/template-mobile-vant-cli/build/plugin/index.ts +0 -50
- package/template-mobile-vant-cli/build/plugin/mock.ts +0 -20
- package/template-mobile-vant-cli/build/script/postBuild.ts +0 -14
- package/template-mobile-vant-cli/index.html +0 -24
- package/template-mobile-vant-cli/mock/_createProductionServer.ts +0 -19
- package/template-mobile-vant-cli/mock/api/index.ts +0 -66
- package/template-mobile-vant-cli/mock/utils.ts +0 -9
- package/template-mobile-vant-cli/package.json +0 -64
- package/template-mobile-vant-cli/postcss.config.js +0 -8
- package/template-mobile-vant-cli/prettier.config.js +0 -18
- package/template-mobile-vant-cli/public/favicon.ico +0 -0
- package/template-mobile-vant-cli/public/js/flexible.js +0 -44
- package/template-mobile-vant-cli/src/App.vue +0 -5
- package/template-mobile-vant-cli/src/components/PageContainer/ProSkeleton.tsx +0 -30
- package/template-mobile-vant-cli/src/components/PageContainer/index.tsx +0 -114
- package/template-mobile-vant-cli/src/components/PageContainer/style.module.less +0 -14
- package/template-mobile-vant-cli/src/core/gx-design/index.ts +0 -7
- package/template-mobile-vant-cli/src/core/index.ts +0 -12
- package/template-mobile-vant-cli/src/core/vant-design/index.ts +0 -4
- package/template-mobile-vant-cli/src/design/config.less +0 -0
- package/template-mobile-vant-cli/src/design/index.less +0 -3
- package/template-mobile-vant-cli/src/design/reset.less +0 -155
- package/template-mobile-vant-cli/src/design/root.less +0 -3
- package/template-mobile-vant-cli/src/design/vant.less +0 -2
- package/template-mobile-vant-cli/src/global.less +0 -1
- package/template-mobile-vant-cli/src/hooks/web/index.ts +0 -5
- package/template-mobile-vant-cli/src/hooks/web/usePageLoading.ts +0 -55
- package/template-mobile-vant-cli/src/layout/BasicLayout.vue +0 -16
- package/template-mobile-vant-cli/src/layout/basicLayout.less +0 -11
- package/template-mobile-vant-cli/src/main.ts +0 -27
- package/template-mobile-vant-cli/src/pages/home.vue +0 -71
- package/template-mobile-vant-cli/src/router/index.ts +0 -24
- package/template-mobile-vant-cli/src/router/routes.ts +0 -20
- package/template-mobile-vant-cli/src/router/typings.ts +0 -8
- package/template-mobile-vant-cli/src/services/index.ts +0 -31
- package/template-mobile-vant-cli/src/settings/index.ts +0 -10
- package/template-mobile-vant-cli/src/store/index.ts +0 -17
- package/template-mobile-vant-cli/src/store/modules/global.ts +0 -30
- package/template-mobile-vant-cli/src/utils/cryptoJS.ts +0 -39
- package/template-mobile-vant-cli/src/utils/env.ts +0 -52
- package/template-mobile-vant-cli/src/utils/pageTitle.ts +0 -12
- package/template-mobile-vant-cli/src/utils/request/XHR.ts +0 -131
- package/template-mobile-vant-cli/src/utils/request/axiosCancel.ts +0 -60
- package/template-mobile-vant-cli/src/utils/request/checkStatus.ts +0 -11
- package/template-mobile-vant-cli/src/utils/request/index.ts +0 -143
- package/template-mobile-vant-cli/src/utils/request/typings.ts +0 -114
- package/template-mobile-vant-cli/src/utils/storage.ts +0 -191
- package/template-mobile-vant-cli/src/utils/util.ts +0 -32
- package/template-mobile-vant-cli/src/utils/validate.ts +0 -28
- package/template-mobile-vant-cli/stylelint.config.js +0 -106
- package/template-mobile-vant-cli/tsconfig.json +0 -43
- package/template-mobile-vant-cli/types/auto-imports.d.ts +0 -61
- package/template-mobile-vant-cli/types/components.d.ts +0 -15
- package/template-mobile-vant-cli/types/global.d.ts +0 -36
- package/template-mobile-vant-cli/types/gx-components.d.ts +0 -13
- package/template-mobile-vant-cli/types/module.d.ts +0 -7
- package/template-mobile-vant-cli/types/response.d.ts +0 -12
- package/template-mobile-vant-cli/vite.config.ts +0 -113
- package/template-mobile-vant-html/css/global.css +0 -293
- package/template-mobile-vant-html/css/global.css.map +0 -1
- package/template-mobile-vant-html/css/global.less +0 -293
- package/template-mobile-vant-html/css/index.css +0 -20
- package/template-mobile-vant-html/css/index.css.map +0 -1
- package/template-mobile-vant-html/css/index.less +0 -21
- package/template-mobile-vant-html/image/disconnected.svg +0 -60
- package/template-mobile-vant-html/image/empty.svg +0 -52
- package/template-mobile-vant-html/image/error.svg +0 -53
- package/template-mobile-vant-html/image/loading.svg +0 -1
- package/template-mobile-vant-html/index.html +0 -91
- package/template-mobile-vant-html/js/index.js +0 -29
- package/template-mobile-vant-html/js/plugin/day.min.js +0 -1
- package/template-mobile-vant-html/js/plugin/fastclick.js +0 -730
- package/template-mobile-vant-html/js/plugin/jquery.min.js +0 -2
- package/template-mobile-vant-html/js/plugin/rem.js +0 -28
- package/template-mobile-vant-html/js/utils/appUtil.js +0 -70
- package/template-mobile-vant-html/js/utils/config.js +0 -3
- package/template-mobile-vant-html/js/utils/request.js +0 -61
- package/template-mobile-vant-html/js/utils/utils.js +0 -65
- package/template-mobile-vant-html/js/utils/validate.js +0 -292
@@ -1,60 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<svg width="400px" height="400px" viewBox="0 0 400 400" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
-
<title>@反馈/异常/网络服务异常</title>
|
4
|
-
<defs>
|
5
|
-
<rect id="path-1" x="0" y="0" width="400" height="400"></rect>
|
6
|
-
<linearGradient x1="50%" y1="-116.862036%" x2="50%" y2="90.7636478%" id="linearGradient-3">
|
7
|
-
<stop stop-color="#72A7FD" stop-opacity="0.206670161" offset="0%"></stop>
|
8
|
-
<stop stop-color="#72A7FD" stop-opacity="0.114736704" offset="80.0721014%"></stop>
|
9
|
-
<stop stop-color="#72A7FD" stop-opacity="0" offset="100%"></stop>
|
10
|
-
</linearGradient>
|
11
|
-
<circle id="path-4" cx="22.3085714" cy="22.3085714" r="22.3085714"></circle>
|
12
|
-
</defs>
|
13
|
-
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
14
|
-
<g id="网络服务异常" transform="translate(-175.000000, -320.000000)">
|
15
|
-
<g id="网络服务异常" transform="translate(175.000000, 320.000000)">
|
16
|
-
<mask id="mask-2" fill="white">
|
17
|
-
<use xlink:href="#path-1"></use>
|
18
|
-
</mask>
|
19
|
-
<use id="矩形" fill="#FFFFFF" opacity="0" xlink:href="#path-1"></use>
|
20
|
-
<g id="背景" mask="url(#mask-2)" fill="url(#linearGradient-3)">
|
21
|
-
<g transform="translate(4.571429, 45.571429)" id="background">
|
22
|
-
<path d="M147.114205,0.00826023979 C185.983178,-0.614181444 224.505961,34.0394879 250.16058,70.5811495 C267.576287,48.9374043 284.413175,38.1167605 300.670023,38.1167605 C327.336621,38.1167605 357.371644,66.6644095 390.775092,123.759708 C394.314077,129.808765 383.611974,138.62951 358.668783,150.221942 L358.668783,150.221942 L276.0257,152.962641 C261.339826,164.707169 213.575995,154.214411 137.720976,155.429141 C82.1409131,156.319192 46.2022425,152.961354 29.9049638,145.355627 C6.39928794,142.28619 -3.24957136,137.372605 0.958385971,130.614873 C54.7411753,44.242873 103.459782,0.707335362 147.114205,0.00826023979 Z M333.309905,99.0679324 L333.18296,99.0715847 L333.056847,99.0824249 C332.964106,99.0930308 332.871743,99.1093972 332.779976,99.1313803 C332.749504,99.1386545 332.719076,99.1465401 332.688579,99.154922 C332.656183,99.1639618 332.623837,99.1736875 332.591477,99.1842956 L332.591477,99.1842956 L332.559961,99.1946578 L332.528399,99.2053148 C332.492653,99.2178298 332.456971,99.2311709 332.421858,99.2454001 C332.397117,99.2552419 332.372408,99.2654769 332.3472,99.2760117 C332.308503,99.2926577 332.269885,99.3102597 332.231576,99.329084 L332.231576,99.329084 L332.098131,99.3968011 L332.098131,99.3968011 L332.05634,99.42025 C332.044311,99.4269708 332.032291,99.4337822 332.020981,99.439742 C331.976464,99.4652728 331.932062,99.4920399 331.887284,99.5209698 L331.887284,99.5209698 L331.839482,99.551042 C331.797264,99.5786064 331.755156,99.6072683 331.713471,99.6375622 C331.697813,99.6486598 331.682171,99.6599071 331.666207,99.6707323 C331.623515,99.7018365 331.58094,99.7340487 331.538941,99.7679088 C331.528614,99.7760143 331.518295,99.7841841 331.507553,99.7918127 C331.403447,99.8748636 331.300062,99.9644252 331.197949,100.060894 L331.197949,100.060894 L331.161433,100.094032 C331.006164,100.241318 330.852651,100.402698 330.701723,100.577811 C330.686977,100.59477 330.67225,100.611851 330.656762,100.628332 C327.312816,104.537595 324.901164,114.710776 324.901164,118.535316 C324.901164,123.082546 328.310344,126.81041 332.642273,127.160524 C332.677919,127.163405 332.713628,127.166058 332.749401,127.168461 L332.749401,127.168461 L332.749323,134.7766 C332.749567,135.555091 333.251581,136.185933 333.871043,136.185626 C334.48994,136.185626 334.991654,135.554658 334.991654,134.77632 L334.991654,134.77632 L334.991628,127.014332 C338.829815,126.212701 341.718648,122.721161 341.718648,118.535316 C341.718648,113.756872 337.953957,99.0679325 333.309905,99.0679324 L333.309905,99.0679324 Z M133.309905,89.0679324 L133.18296,89.0715847 L133.056847,89.0824249 C132.964106,89.0930308 132.871743,89.1093972 132.779976,89.1313803 C132.749504,89.1386545 132.719076,89.1465401 132.688579,89.154922 L132.640015,89.1690207 L132.640015,89.1690207 L132.591477,89.1842956 L132.559961,89.1946578 L132.528399,89.2053148 C132.492653,89.2178298 132.456971,89.2311709 132.421858,89.2454001 C132.397117,89.2552419 132.372408,89.2654769 132.3472,89.2760117 L132.289243,89.301731 L132.289243,89.301731 L132.231576,89.329084 L132.098131,89.3968011 L132.05634,89.42025 C132.044311,89.4269708 132.032291,89.4337822 132.020981,89.439742 L131.95423,89.4790812 L131.95423,89.4790812 L131.887284,89.5209698 L131.839482,89.551042 C131.797264,89.5786064 131.755156,89.6072683 131.713471,89.6375622 C131.697813,89.6486598 131.682171,89.6599071 131.666207,89.6707323 C131.623515,89.7018365 131.58094,89.7340487 131.538941,89.7679088 C131.528614,89.7760143 131.518295,89.7841841 131.507553,89.7918127 L131.352003,89.9213216 L131.352003,89.9213216 L131.197949,90.0608938 L131.161433,90.0940322 C131.006164,90.2413175 130.852651,90.4026983 130.701723,90.5778115 C130.686977,90.59477 130.67225,90.6118506 130.656762,90.6283325 C127.312816,94.5375945 124.901164,104.710776 124.901164,108.535316 C124.901164,113.082546 128.310344,116.81041 132.642273,117.160524 L132.695789,117.164672 L132.695789,117.164672 L132.749401,117.168461 L132.749323,124.7766 C132.749567,125.555091 133.251581,126.185933 133.871043,126.185626 C134.451259,126.185626 134.928482,125.631064 134.985869,124.920414 L134.991654,124.77632 L134.991628,117.014332 C138.829815,116.212701 141.718648,112.721161 141.718648,108.535316 C141.718648,103.756872 137.953957,89.0679325 133.309905,89.0679324 Z M105.280766,76.6953681 L105.173972,76.6973928 L105.067234,76.7034423 C104.882328,76.7174108 104.698577,76.7493797 104.516072,76.7985493 C104.4084,76.8275055 104.301171,76.8623981 104.193997,76.9028599 C103.990854,76.9800808 103.789398,77.0780422 103.583143,77.2000067 C103.507882,77.2444718 103.432884,77.2916907 103.357645,77.341036 C98.393152,80.6530376 94.6296936,95.7859475 94.6296936,101.109758 C94.6296936,106.544148 98.5511158,111.045397 103.668944,111.836648 L103.949268,111.876111 L103.949382,121.11217 C103.949656,121.998786 104.481415,122.726586 105.159749,122.804404 L105.280898,122.81129 L105.402548,122.804345 C106.040831,122.730797 106.549122,122.081663 106.606712,121.266519 L106.612151,121.111834 L106.612525,111.876489 C111.866431,111.208875 115.93184,106.643018 115.93184,101.109758 C115.93184,95.1170264 111.163232,76.6953683 105.280766,76.6953681 Z"></path>
|
23
|
-
</g>
|
24
|
-
</g>
|
25
|
-
<g id="网络" mask="url(#mask-2)">
|
26
|
-
<g transform="translate(85.857624, 150.643913)">
|
27
|
-
<path d="M116.25977,28.467422 C117.611548,28.467422 118.963035,28.4851648 120.314222,28.5206365 C124.237043,28.9056453 130.502249,32.7686762 129.581295,39.5824023 C128.703361,46.0778505 123.744974,48.670739 120.619314,49.1110367 C119.165857,49.0625546 117.712594,49.0388505 116.25977,49.0388505 C87.6919668,49.0388505 55.6045281,59.1876633 20.0396022,79.7153561 L17.8122668,81.0118531 C17.0683126,81.4485249 16.3228494,81.8897035 15.5758777,82.335391 C10.6975908,85.2460652 4.38339037,83.651 1.47271618,78.7727132 C-1.437958,73.8944264 0.157107201,67.5802259 5.03539402,64.6695517 C45.3399387,40.6214787 82.3988509,28.467422 116.25977,28.467422 Z M138.260455,40.0961446 C139.290354,34.1548352 144.636116,31.4789322 149.343617,32.016301 C172.139531,36.9111264 194.830195,46.8599211 217.369724,61.7948311 C222.105153,64.9325722 223.400335,71.3150375 220.262594,76.0504665 C217.124853,80.7858955 210.742388,82.0810774 206.006959,78.9433364 C185.895874,65.6175369 165.93216,56.77783 146.071807,52.3591844 C145.978926,52.3321315 145.870481,52.3026982 145.746852,52.2712283 C141.759819,51.2563215 137.144726,46.5325982 138.260455,40.0961446 Z" id="Combined-Shape" stroke="none" fill="#377EFF" fill-rule="nonzero"></path>
|
28
|
-
<path d="M116.25977,77.4182528 C139.036558,77.4182528 161.659321,84.4748946 183.989704,98.4057754 C188.809362,101.412535 190.279007,107.7571 187.272248,112.576758 C184.265488,117.396416 177.920923,118.866061 173.101265,115.859302 C153.907838,103.885421 135.006792,97.9896814 116.25977,97.9896814 C97.5127483,97.9896814 78.6117022,103.885421 59.418275,115.859302 C54.5986168,118.866061 48.2540519,117.396416 45.2472926,112.576758 C42.2405334,107.7571 43.7101784,101.412535 48.5298366,98.4057754 C70.860219,84.4748946 93.4829823,77.4182528 116.25977,77.4182528 Z" id="Path-9" stroke="none" fill="#377EFF" fill-rule="nonzero"></path>
|
29
|
-
<path d="M117.974056,124.670373 C127.824896,124.670373 135.277275,126.360127 143.660993,129.751942 L144.480683,130.088938 L147.380149,131.320045 L150.389315,132.571587 L151.158385,132.877096 L151.265645,132.917521 C156.591652,134.893211 159.307621,140.812406 157.331931,146.138414 C155.356241,151.464421 149.437045,154.18039 144.111038,152.204699 L143.398414,151.935185 L142.67186,151.650064 L141.908668,151.340753 L140.645513,150.81265 L137.702331,149.552929 L136.577262,149.080355 C130.184226,146.432198 125.144475,145.241801 117.974056,145.241801 C109.751071,145.241801 101.441808,147.36846 92.9464683,151.717025 C87.8897961,154.305417 81.6922471,152.30448 79.1038552,147.247808 C76.5154632,142.191136 78.5163997,135.993587 83.5730719,133.405195 C94.8872557,127.61373 106.387517,124.670373 117.974056,124.670373 Z" id="Path-9" stroke="none" fill="#377EFF" fill-rule="nonzero"></path>
|
30
|
-
<path d="M118.235467,171.901456 C125.384244,171.901456 132.004124,172.797774 138.076469,174.622151 C143.516879,176.256669 146.602164,181.992031 144.967646,187.432441 C143.333128,192.87285 137.597766,195.958135 132.157356,194.323617 C128.085857,193.100375 123.451439,192.472884 118.235467,192.472884 C113.875307,192.472884 109.444537,193.518239 104.862006,195.682247 L104.236167,195.98428 C99.1409638,198.495975 92.9743546,196.401627 90.4626599,191.306424 C87.9509652,186.211221 90.0453127,180.044611 95.140516,177.532917 C102.699839,173.806527 110.429065,171.901456 118.235467,171.901456 Z" id="Path-9" stroke="none" fill="#377EFF" fill-rule="nonzero" transform="translate(117.402833, 184.474033) scale(1, -1) translate(-117.402833, -184.474033) "></path>
|
31
|
-
<path d="M198.349621,62.4134185 C201.105413,57.445993 207.366318,55.6531099 212.333744,58.408902 C225.401819,65.6587133 231.458481,76.9442453 229.948648,89.3614181 C228.791753,98.875966 223.118263,108.118206 215.853379,113.712597 C202.489432,124.00363 180.938327,123.114318 166.490464,111.802794 C162.017605,108.300903 161.23048,101.836091 164.732372,97.363232 C168.16819,92.974767 174.456175,92.1342639 178.916659,95.4114966 L179.171934,95.6051402 C186.454779,101.307027 197.646679,101.768863 203.302275,97.4137184 C206.374218,95.0481399 209.067775,90.6602756 209.527625,86.8783792 C209.995094,83.0338174 208.318729,79.8076909 202.732373,76.6106411 L202.354138,76.3975411 C197.386712,73.641749 195.593829,67.3808441 198.349621,62.4134185 Z" id="Path-14" stroke="none" fill="#377EFF" fill-rule="nonzero"></path>
|
32
|
-
<path d="M65.2774881,103.092345 C68.1165281,98.1720244 74.406733,96.4848129 79.327054,99.323853 C99.9888293,111.24576 101.098962,135.075114 85.3451686,151.01448 C71.5935124,164.928124 52.1536023,164.461168 34.8376716,152.172082 C30.2051121,148.884363 29.1149038,142.463708 32.4026231,137.831149 C35.6903425,133.198589 42.1109972,132.108381 46.7435567,135.3961 C56.5059396,142.324446 64.8132697,142.523993 70.7140504,136.553703 C77.4745739,129.713544 77.2108277,122.052709 69.3639031,117.329273 L69.0459804,117.141911 C64.1256595,114.302871 62.438448,108.012666 65.2774881,103.092345 Z" id="Path-14" stroke="none" fill="#377EFF" fill-rule="nonzero" transform="translate(63.313577, 129.683230) scale(-1, 1) translate(-63.313577, -129.683230) "></path>
|
33
|
-
<path d="M129.10313,135.701823 C130.79134,130.277835 136.556916,127.249388 141.980905,128.937598 C156.757134,133.536683 165.417976,142.664548 167.239877,154.517121 C168.555985,163.079199 166.011953,172.051043 161.659113,178.56974 C158.528388,183.258229 154.271817,186.857256 149.156369,189.682351 C146.126828,191.355468 143.405571,192.493309 139.786828,193.748152 L138.385375,194.225477 C132.999166,196.030599 127.169441,193.127554 125.36432,187.741346 C123.559198,182.355137 126.462243,176.525412 131.848451,174.720291 L132.938551,174.347026 C138.969964,172.235022 142.540082,170.157745 144.551185,167.145972 C146.243987,164.610876 147.368693,160.64446 146.907254,157.642521 C146.342773,153.970229 143.474534,150.947324 135.867355,148.579599 C130.443366,146.891388 127.414919,141.125812 129.10313,135.701823 Z" id="Path-14" stroke="none" fill="#377EFF" fill-rule="nonzero"></path>
|
34
|
-
<path d="M149.378335,181.226936 C152.386995,172.953262 152.235685,166.02006 148.924406,160.42733 C145.613127,154.8346 141.919135,151.909885 137.842431,151.653185" id="路径" stroke="#FFFFFF" stroke-width="0.571428571" fill="none" stroke-linecap="round" transform="translate(144.684606, 166.440061) rotate(5.000000) translate(-144.684606, -166.440061) "></path>
|
35
|
-
<ellipse id="Oval" stroke="none" fill="#7EACFF" fill-rule="evenodd" transform="translate(146.999518, 41.932968) rotate(10.000000) translate(-146.999518, -41.932968) " cx="146.999518" cy="41.9329683" rx="9.14285714" ry="10.2857143"></ellipse>
|
36
|
-
<path d="M211.829102,107.057644 C214.837761,98.7839693 214.686452,91.8507673 211.375172,86.2580374 C208.063893,80.6653076 203.870383,76.9947756 198.794643,75.2464416" id="路径" stroke="#003CFF" stroke-width="0.75" fill="none" stroke-linecap="round" stroke-linejoin="round" transform="translate(206.386095, 91.152043) rotate(5.000000) translate(-206.386095, -91.152043) "></path>
|
37
|
-
<path d="M59.3773546,131.42931 C61.9231432,124.381366 61.7951118,118.475305 58.9932602,113.711127 C56.1914087,108.94695 52.7349359,106.091106 48.6238419,105.143596" id="路径" stroke="#003CFF" stroke-width="0.75" fill="none" stroke-linecap="round" stroke-linejoin="round" transform="translate(54.909556, 118.286453) scale(-1, 1) rotate(5.000000) translate(-54.909556, -118.286453) "></path>
|
38
|
-
<path d="M21.5297661,64.4081523 C26.4764067,61.0192946 31.3472765,58.3819272 36.1423756,56.4960502" id="Path-13" stroke="#FFFFFF" stroke-width="0.75" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
|
39
|
-
<path d="M113.621138,11.3694959 L121.446516,21.360323 M145.268717,11.3694959 L137.443338,21.360323 M155.732231,23.6460373 L143.157624,25.9317515 M129.621138,4.51235304 L129.621138,19.0346034" id="Combined-Shape" stroke="#4486FE" stroke-width="0.75" fill="none" stroke-linecap="round" stroke-linejoin="round" transform="translate(134.587784, 15.369496) rotate(-11.000000) translate(-134.587784, -15.369496) "></path>
|
40
|
-
</g>
|
41
|
-
</g>
|
42
|
-
<g id="球" mask="url(#mask-2)">
|
43
|
-
<g transform="translate(275.142857, 302.571429)">
|
44
|
-
<mask id="mask-5" fill="white">
|
45
|
-
<use xlink:href="#path-4"></use>
|
46
|
-
</mask>
|
47
|
-
<use id="椭圆形" stroke="none" fill="#FBBE47" fill-rule="nonzero" xlink:href="#path-4"></use>
|
48
|
-
<circle id="椭圆形" stroke="none" fill="#FFCD6B" fill-rule="nonzero" mask="url(#mask-5)" cx="16.4571429" cy="17.92" r="22.3085714"></circle>
|
49
|
-
<circle id="椭圆形" stroke="none" fill="#FFFFFF" fill-rule="nonzero" mask="url(#mask-5)" cx="14.2628571" cy="12.0685714" r="2.19428571"></circle>
|
50
|
-
</g>
|
51
|
-
</g>
|
52
|
-
<g id="球" mask="url(#mask-2)" fill="#FBBE47" fill-rule="nonzero">
|
53
|
-
<g transform="translate(84.000000, 297.714286)" id="椭圆形">
|
54
|
-
<circle cx="12" cy="12" r="12"></circle>
|
55
|
-
</g>
|
56
|
-
</g>
|
57
|
-
</g>
|
58
|
-
</g>
|
59
|
-
</g>
|
60
|
-
</svg>
|
@@ -1,52 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<svg width="400px" height="400px" viewBox="0 0 400 400" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
-
<title>@反馈/异常/通用空页面</title>
|
4
|
-
<defs>
|
5
|
-
<linearGradient x1="50%" y1="-116.862036%" x2="50%" y2="90.7636478%" id="linearGradient-1">
|
6
|
-
<stop stop-color="#72A7FD" stop-opacity="0.206670161" offset="0%"></stop>
|
7
|
-
<stop stop-color="#72A7FD" stop-opacity="0.114736704" offset="80.0721014%"></stop>
|
8
|
-
<stop stop-color="#72A7FD" stop-opacity="0" offset="100%"></stop>
|
9
|
-
</linearGradient>
|
10
|
-
<path d="M146.182956,18.4614416 C177.888227,41.7972853 179.531682,90.3101927 151.113534,115.074867 C150.860801,115.295109 157.285376,120.677122 164.68972,126.488845 L165.375815,127.026394 C165.60533,127.205892 165.835607,127.38566 166.066479,127.565558 L166.760718,128.105508 C166.876667,128.195519 166.992723,128.285529 167.108866,128.375519 L167.806598,128.915099 C170.833171,131.251098 173.890285,133.551018 176.613298,135.512006 C177.726863,136.313945 181.255764,134.659088 187.2,130.547436 L186.668166,142.765491 C186.652494,143.125529 186.475843,143.459461 186.18703,143.675006 C182.564203,146.378766 178.941377,149.082527 175.318551,151.786287 C173.914466,152.834174 171.998773,152.971429 170.464906,151.857658 C146.746479,134.635252 134.887265,126.02405 134.887265,126.02405 C101.472731,143.356518 54.9736343,141.023864 25.0825328,119.023292 C-8.36084427,94.4080367 -8.36084427,43.0732504 25.0825328,18.4614416 C58.5259099,-6.15381388 112.739579,-6.15381388 146.182956,18.4614416 Z M85.7142857,26.1142857 C51.6304269,26.1142857 24,44.5345703 24,67.2571429 C24,89.9797154 51.6304269,108.4 85.7142857,108.4 C119.798145,108.4 147.428571,89.9797154 147.428571,67.2571429 C147.428571,44.5345703 119.798145,26.1142857 85.7142857,26.1142857 Z" id="path-2"></path>
|
11
|
-
</defs>
|
12
|
-
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
13
|
-
<g id="通用空页面" transform="translate(-175.000000, -320.000000)">
|
14
|
-
<g id="通用空页面" transform="translate(175.000000, 320.000000)">
|
15
|
-
<rect id="矩形" fill="#FFFFFF" opacity="0" x="0" y="0" width="400" height="400"></rect>
|
16
|
-
<g id="背景" transform="translate(18.285714, 50.285714)" fill="url(#linearGradient-1)">
|
17
|
-
<path d="M157.964124,244.661472 L0,244.661472 L3.8063928,100.128501 C3.86970779,97.72436 5.78086045,95.7939802 8.15881195,95.6825082 L8.37623688,95.6774225 L53.964,95.6770756 L53.9641237,68.1995042 C53.9641237,65.7469091 55.8955385,63.74542 58.320354,63.6330514 L58.5355522,63.6280756 L124.034,63.6272857 L126.587999,4.93946401 C126.591305,4.8634782 126.596506,4.78758671 126.603599,4.71186043 C126.832301,2.26995172 128.941937,0.457286214 131.366666,0.571518951 L131.58139,0.586631928 L219.371279,8.80878345 C221.571189,9.01482084 223.297916,10.7612049 223.497278,12.9416393 L223.511767,13.153967 L226.658388,82.8062857 L301.633552,64.8999052 C301.981426,64.8168204 302.337848,64.7748474 302.695506,64.7748474 C305.148101,64.7748474 307.14959,66.7062622 307.261959,69.1310778 L307.266935,69.3462759 L307.266388,113.301286 L363.428571,113.302157 L363.428571,243.565861 L307.266388,243.565286 L307.266935,243.567097 L224.88336,243.567097 L224.882388,243.563286 L157.964,243.563286 L157.964124,244.661472 Z M89.5029468,160.029804 L79.5353988,160.029804 L79.5353988,168.465537 L89.5029468,168.465537 L89.5029468,160.029804 Z M89.5029468,145.522649 L79.5353988,145.522649 L79.5353988,153.958383 L89.5029468,153.958383 L89.5029468,145.522649 Z M287.488314,140.37373 L277.520766,140.37373 L277.520766,148.805344 L287.488314,148.805344 L287.488314,140.37373 Z M89.5029468,131.567442 L79.5353988,131.567442 L79.5353988,140.003175 L89.5029468,140.003175 L89.5029468,131.567442 Z M287.488314,126.414403 L277.520766,126.414403 L277.520766,134.846018 L287.488314,134.846018 L287.488314,126.414403 Z M287.488314,111.911368 L277.520766,111.911368 L277.520766,120.342982 L287.488314,120.342982 L287.488314,111.911368 Z M202.8449,111.134084 L172.044724,111.134084 L172.044724,119.569818 L202.8449,119.569818 L202.8449,111.134084 Z M287.488314,97.9479226 L277.520766,97.9479226 L277.520766,106.383656 L287.488314,106.383656 L287.488314,97.9479226 Z M202.8449,94.6580429 L172.044724,94.6580429 L172.044724,103.093776 L202.8449,103.093776 L202.8449,94.6580429 Z M202.8449,78.7463057 L172.044724,78.7463057 L172.044724,87.182039 L202.8449,87.182039 L202.8449,78.7463057 Z" id="background"></path>
|
18
|
-
</g>
|
19
|
-
<g id="搜索" transform="translate(108.571429, 188.571429)">
|
20
|
-
<g id="Group-4" transform="translate(0.000000, 1.314286)">
|
21
|
-
<mask id="mask-3" fill="white">
|
22
|
-
<use xlink:href="#path-2"></use>
|
23
|
-
</mask>
|
24
|
-
<use id="形状" fill="#377EFF" xlink:href="#path-2"></use>
|
25
|
-
<path d="M131.428571,134.685714 C132.059754,134.685714 132.571429,135.197389 132.571429,135.828571 C132.571429,136.459754 132.059754,136.971429 131.428571,136.971429 C130.797389,136.971429 130.285714,136.459754 130.285714,135.828571 C130.285714,135.197389 130.797389,134.685714 131.428571,134.685714 Z M137.142857,134.685714 C137.77404,134.685714 138.285714,135.197389 138.285714,135.828571 C138.285714,136.459754 137.77404,136.971429 137.142857,136.971429 C136.511675,136.971429 136,136.459754 136,135.828571 C136,135.197389 136.511675,134.685714 137.142857,134.685714 Z M128,133.542857 C128.631183,133.542857 129.142857,134.054532 129.142857,134.685714 C129.142857,135.316897 128.631183,135.828571 128,135.828571 C127.368817,135.828571 126.857143,135.316897 126.857143,134.685714 C126.857143,134.054532 127.368817,133.542857 128,133.542857 Z M122.285714,133.542857 C122.916897,133.542857 123.428571,134.054532 123.428571,134.685714 C123.428571,135.316897 122.916897,135.828571 122.285714,135.828571 C121.654532,135.828571 121.142857,135.316897 121.142857,134.685714 C121.142857,134.054532 121.654532,133.542857 122.285714,133.542857 Z M143.428571,132.4 C143.744163,132.4 144,132.655837 144,132.971429 C144,133.28702 143.744163,133.542857 143.428571,133.542857 C143.11298,133.542857 142.857143,133.28702 142.857143,132.971429 C142.857143,132.655837 143.11298,132.4 143.428571,132.4 Z M134.285714,131.257143 C134.601306,131.257143 134.857143,131.51298 134.857143,131.828571 C134.857143,132.144163 134.601306,132.4 134.285714,132.4 C133.970123,132.4 133.714286,132.144163 133.714286,131.828571 C133.714286,131.51298 133.970123,131.257143 134.285714,131.257143 Z M146.285714,130.114286 C146.916897,130.114286 147.428571,130.62596 147.428571,131.257143 C147.428571,131.888325 146.916897,132.4 146.285714,132.4 C145.654532,132.4 145.142857,131.888325 145.142857,131.257143 C145.142857,130.62596 145.654532,130.114286 146.285714,130.114286 Z M139.428571,130.114286 C140.059754,130.114286 140.571429,130.62596 140.571429,131.257143 C140.571429,131.888325 140.059754,132.4 139.428571,132.4 C138.797389,132.4 138.285714,131.888325 138.285714,131.257143 C138.285714,130.62596 138.797389,130.114286 139.428571,130.114286 Z M120,128.971429 C120.631183,128.971429 121.142857,129.483103 121.142857,130.114286 C121.142857,130.745468 120.631183,131.257143 120,131.257143 C119.368817,131.257143 118.857143,130.745468 118.857143,130.114286 C118.857143,129.483103 119.368817,128.971429 120,128.971429 Z M125.714286,128.971429 C126.345468,128.971429 126.857143,129.483103 126.857143,130.114286 C126.857143,130.745468 126.345468,131.257143 125.714286,131.257143 C125.083103,131.257143 124.571429,130.745468 124.571429,130.114286 C124.571429,129.483103 125.083103,128.971429 125.714286,128.971429 Z M141.714286,127.828571 L141.838813,127.835278 C142.411417,127.897326 142.857143,128.382325 142.857143,128.971429 C142.857143,129.602611 142.345468,130.114286 141.714286,130.114286 C141.083103,130.114286 140.571429,129.602611 140.571429,128.971429 C140.571429,128.340246 141.083103,127.828571 141.714286,127.828571 L141.714286,127.828571 Z M153.142857,127.828571 C153.77404,127.828571 154.285714,128.340246 154.285714,128.971429 C154.285714,129.602611 153.77404,130.114286 153.142857,130.114286 C152.511675,130.114286 152,129.602611 152,128.971429 C152,128.340246 152.511675,127.828571 153.142857,127.828571 Z M130.285714,127.828571 C130.916897,127.828571 131.428571,128.340246 131.428571,128.971429 C131.428571,129.602611 130.916897,130.114286 130.285714,130.114286 C129.654532,130.114286 129.142857,129.602611 129.142857,128.971429 C129.142857,128.340246 129.654532,127.828571 130.285714,127.828571 Z M147.428571,126.685714 C148.059754,126.685714 148.571429,127.197389 148.571429,127.828571 C148.571429,128.459754 148.059754,128.971429 147.428571,128.971429 C146.797389,128.971429 146.285714,128.459754 146.285714,127.828571 C146.285714,127.197389 146.797389,126.685714 147.428571,126.685714 Z M136,125.542857 C136.631183,125.542857 137.142857,126.054532 137.142857,126.685714 C137.142857,127.316897 136.631183,127.828571 136,127.828571 C135.368817,127.828571 134.857143,127.316897 134.857143,126.685714 C134.857143,126.054532 135.368817,125.542857 136,125.542857 Z M122.857143,126.685714 C123.172734,126.685714 123.428571,126.941552 123.428571,127.257143 C123.428571,127.572734 123.172734,127.828571 122.857143,127.828571 C122.541552,127.828571 122.285714,127.572734 122.285714,127.257143 C122.285714,126.941552 122.541552,126.685714 122.857143,126.685714 Z M127.428571,125.542857 C127.744163,125.542857 128,125.798694 128,126.114286 C128,126.429877 127.744163,126.685714 127.428571,126.685714 C127.11298,126.685714 126.857143,126.429877 126.857143,126.114286 C126.857143,125.798694 127.11298,125.542857 127.428571,125.542857 Z M146.285714,123.257143 C146.916897,123.257143 147.428571,123.768817 147.428571,124.4 C147.428571,125.031183 146.916897,125.542857 146.285714,125.542857 C145.654532,125.542857 145.142857,125.031183 145.142857,124.4 C145.142857,123.768817 145.654532,123.257143 146.285714,123.257143 Z M130.285714,122.114286 L130.410241,122.120992 C130.982846,122.18304 131.428571,122.668039 131.428571,123.257143 C131.428571,123.888325 130.916897,124.4 130.285714,124.4 C129.654532,124.4 129.142857,123.888325 129.142857,123.257143 C129.142857,122.62596 129.654532,122.114286 130.285714,122.114286 L130.285714,122.114286 Z M141.714286,122.114286 C142.345468,122.114286 142.857143,122.62596 142.857143,123.257143 C142.857143,123.888325 142.345468,124.4 141.714286,124.4 C141.083103,124.4 140.571429,123.888325 140.571429,123.257143 C140.571429,122.62596 141.083103,122.114286 141.714286,122.114286 Z M118.857143,122.114286 C119.488325,122.114286 120,122.62596 120,123.257143 C120,123.888325 119.488325,124.4 118.857143,124.4 C118.22596,124.4 117.714286,123.888325 117.714286,123.257143 C117.714286,122.62596 118.22596,122.114286 118.857143,122.114286 Z M155.428571,122.114286 C156.059754,122.114286 156.571429,122.62596 156.571429,123.257143 C156.571429,123.888325 156.059754,124.4 155.428571,124.4 C154.797389,124.4 154.285714,123.888325 154.285714,123.257143 C154.285714,122.62596 154.797389,122.114286 155.428571,122.114286 Z M149.714286,122.114286 C150.345468,122.114286 150.857143,122.62596 150.857143,123.257143 C150.857143,123.888325 150.345468,124.4 149.714286,124.4 C149.083103,124.4 148.571429,123.888325 148.571429,123.257143 C148.571429,122.62596 149.083103,122.114286 149.714286,122.114286 Z M112.571429,123.257143 C112.88702,123.257143 113.142857,123.51298 113.142857,123.828571 C113.142857,124.144163 112.88702,124.4 112.571429,124.4 C112.255837,124.4 112,124.144163 112,123.828571 C112,123.51298 112.255837,123.257143 112.571429,123.257143 Z M126.285714,122.114286 C126.601306,122.114286 126.857143,122.370123 126.857143,122.685714 C126.857143,123.001306 126.601306,123.257143 126.285714,123.257143 C125.970123,123.257143 125.714286,123.001306 125.714286,122.685714 C125.714286,122.370123 125.970123,122.114286 126.285714,122.114286 Z M136,120.971429 C136.631183,120.971429 137.142857,121.483103 137.142857,122.114286 C137.142857,122.745468 136.631183,123.257143 136,123.257143 C135.368817,123.257143 134.857143,122.745468 134.857143,122.114286 C134.857143,121.483103 135.368817,120.971429 136,120.971429 Z M154.285714,117.542857 C154.916897,117.542857 155.428571,118.054532 155.428571,118.685714 C155.428571,119.316897 154.916897,119.828571 154.285714,119.828571 C153.654532,119.828571 153.142857,119.316897 153.142857,118.685714 C153.142857,118.054532 153.654532,117.542857 154.285714,117.542857 Z M142.857143,117.542857 C143.488325,117.542857 144,118.054532 144,118.685714 C144,119.316897 143.488325,119.828571 142.857143,119.828571 C142.22596,119.828571 141.714286,119.316897 141.714286,118.685714 C141.714286,118.054532 142.22596,117.542857 142.857143,117.542857 Z M114.857143,118.685714 C115.172734,118.685714 115.428571,118.941552 115.428571,119.257143 C115.428571,119.572734 115.172734,119.828571 114.857143,119.828571 C114.541552,119.828571 114.285714,119.572734 114.285714,119.257143 C114.285714,118.941552 114.541552,118.685714 114.857143,118.685714 Z M120.571429,117.542857 C120.88702,117.542857 121.142857,117.798694 121.142857,118.114286 C121.142857,118.429877 120.88702,118.685714 120.571429,118.685714 C120.255837,118.685714 120,118.429877 120,118.114286 C120,117.798694 120.255837,117.542857 120.571429,117.542857 Z M138.285714,116.4 C138.916897,116.4 139.428571,116.911675 139.428571,117.542857 C139.428571,118.17404 138.916897,118.685714 138.285714,118.685714 C137.654532,118.685714 137.142857,118.17404 137.142857,117.542857 C137.142857,116.911675 137.654532,116.4 138.285714,116.4 Z M132.571429,116.4 C133.202611,116.4 133.714286,116.911675 133.714286,117.542857 C133.714286,118.17404 133.202611,118.685714 132.571429,118.685714 C131.940246,118.685714 131.428571,118.17404 131.428571,117.542857 C131.428571,116.911675 131.940246,116.4 132.571429,116.4 Z M125.714286,116.4 C126.345468,116.4 126.857143,116.911675 126.857143,117.542857 C126.857143,118.17404 126.345468,118.685714 125.714286,118.685714 C125.083103,118.685714 124.571429,118.17404 124.571429,117.542857 C124.571429,116.911675 125.083103,116.4 125.714286,116.4 Z M142.857143,111.828571 C143.488325,111.828571 144,112.340246 144,112.971429 C144,113.602611 143.488325,114.114286 142.857143,114.114286 C142.22596,114.114286 141.714286,113.602611 141.714286,112.971429 C141.714286,112.340246 142.22596,111.828571 142.857143,111.828571 Z M131.428571,111.828571 C132.059754,111.828571 132.571429,112.340246 132.571429,112.971429 C132.571429,113.602611 132.059754,114.114286 131.428571,114.114286 C130.797389,114.114286 130.285714,113.602611 130.285714,112.971429 C130.285714,112.340246 130.797389,111.828571 131.428571,111.828571 Z M126.285714,112.971429 C126.601306,112.971429 126.857143,113.227266 126.857143,113.542857 C126.857143,113.858448 126.601306,114.114286 126.285714,114.114286 C125.970123,114.114286 125.714286,113.858448 125.714286,113.542857 C125.714286,113.227266 125.970123,112.971429 126.285714,112.971429 Z M118.285714,111.828571 C118.601306,111.828571 118.857143,112.084409 118.857143,112.4 C118.857143,112.715591 118.601306,112.971429 118.285714,112.971429 C117.970123,112.971429 117.714286,112.715591 117.714286,112.4 C117.714286,112.084409 117.970123,111.828571 118.285714,111.828571 Z M109.142857,111.828571 C109.458448,111.828571 109.714286,112.084409 109.714286,112.4 C109.714286,112.715591 109.458448,112.971429 109.142857,112.971429 C108.827266,112.971429 108.571429,112.715591 108.571429,112.4 C108.571429,112.084409 108.827266,111.828571 109.142857,111.828571 Z M139.428571,108.4 C140.059754,108.4 140.571429,108.911675 140.571429,109.542857 C140.571429,110.17404 140.059754,110.685714 139.428571,110.685714 C138.797389,110.685714 138.285714,110.17404 138.285714,109.542857 C138.285714,108.911675 138.797389,108.4 139.428571,108.4 Z M124,109.542857 C124.315591,109.542857 124.571429,109.798694 124.571429,110.114286 C124.571429,110.429877 124.315591,110.685714 124,110.685714 C123.684409,110.685714 123.428571,110.429877 123.428571,110.114286 C123.428571,109.798694 123.684409,109.542857 124,109.542857 Z M129.714286,109.542857 C130.029877,109.542857 130.285714,109.798694 130.285714,110.114286 C130.285714,110.429877 130.029877,110.685714 129.714286,110.685714 C129.398694,110.685714 129.142857,110.429877 129.142857,110.114286 C129.142857,109.798694 129.398694,109.542857 129.714286,109.542857 Z M135.428571,104.971429 C135.744163,104.971429 136,105.227266 136,105.542857 C136,105.858448 135.744163,106.114286 135.428571,106.114286 C135.11298,106.114286 134.857143,105.858448 134.857143,105.542857 C134.857143,105.227266 135.11298,104.971429 135.428571,104.971429 Z M112.571429,103.828571 C112.88702,103.828571 113.142857,104.084409 113.142857,104.4 C113.142857,104.715591 112.88702,104.971429 112.571429,104.971429 C112.255837,104.971429 112,104.715591 112,104.4 C112,104.084409 112.255837,103.828571 112.571429,103.828571 Z M101.142857,100.4 C101.458448,100.4 101.714286,100.655837 101.714286,100.971429 C101.714286,101.28702 101.458448,101.542857 101.142857,101.542857 C100.827266,101.542857 100.571429,101.28702 100.571429,100.971429 C100.571429,100.655837 100.827266,100.4 101.142857,100.4 Z M124,99.2571429 C124.315591,99.2571429 124.571429,99.5129801 124.571429,99.8285714 C124.571429,100.144163 124.315591,100.4 124,100.4 C123.684409,100.4 123.428571,100.144163 123.428571,99.8285714 C123.428571,99.5129801 123.684409,99.2571429 124,99.2571429 Z" id="Combined-Shape" fill="#003CFF" fill-rule="nonzero" mask="url(#mask-3)"></path>
|
26
|
-
<path d="M49.1428571,55.8285714 C49.7740397,55.8285714 50.2857143,56.340246 50.2857143,56.9714286 C50.2857143,57.6026111 49.7740397,58.1142857 49.1428571,58.1142857 C48.5116746,58.1142857 48,57.6026111 48,56.9714286 C48,56.340246 48.5116746,55.8285714 49.1428571,55.8285714 Z M54.8571429,55.8285714 C55.4883254,55.8285714 56,56.340246 56,56.9714286 C56,57.6026111 55.4883254,58.1142857 54.8571429,58.1142857 C54.2259603,58.1142857 53.7142857,57.6026111 53.7142857,56.9714286 C53.7142857,56.340246 54.2259603,55.8285714 54.8571429,55.8285714 Z M45.7142857,54.6857143 C46.3454683,54.6857143 46.8571429,55.1973889 46.8571429,55.8285714 C46.8571429,56.459754 46.3454683,56.9714286 45.7142857,56.9714286 C45.0831031,56.9714286 44.5714286,56.459754 44.5714286,55.8285714 C44.5714286,55.1973889 45.0831031,54.6857143 45.7142857,54.6857143 Z M40,54.6857143 C40.6311826,54.6857143 41.1428571,55.1973889 41.1428571,55.8285714 C41.1428571,56.459754 40.6311826,56.9714286 40,56.9714286 C39.3688174,56.9714286 38.8571429,56.459754 38.8571429,55.8285714 C38.8571429,55.1973889 39.3688174,54.6857143 40,54.6857143 Z M61.1428571,53.5428571 C61.4584484,53.5428571 61.7142857,53.7986944 61.7142857,54.1142857 C61.7142857,54.429877 61.4584484,54.6857143 61.1428571,54.6857143 C60.8272659,54.6857143 60.5714286,54.429877 60.5714286,54.1142857 C60.5714286,53.7986944 60.8272659,53.5428571 61.1428571,53.5428571 Z M52,52.4 C52.3155913,52.4 52.5714286,52.6558373 52.5714286,52.9714286 C52.5714286,53.2870199 52.3155913,53.5428571 52,53.5428571 C51.6844087,53.5428571 51.4285714,53.2870199 51.4285714,52.9714286 C51.4285714,52.6558373 51.6844087,52.4 52,52.4 Z M64,51.2571429 C64.6311826,51.2571429 65.1428571,51.7688174 65.1428571,52.4 C65.1428571,53.0311826 64.6311826,53.5428571 64,53.5428571 C63.3688174,53.5428571 62.8571429,53.0311826 62.8571429,52.4 C62.8571429,51.7688174 63.3688174,51.2571429 64,51.2571429 Z M57.1428571,51.2571429 C57.7740397,51.2571429 58.2857143,51.7688174 58.2857143,52.4 C58.2857143,53.0311826 57.7740397,53.5428571 57.1428571,53.5428571 C56.5116746,53.5428571 56,53.0311826 56,52.4 C56,51.7688174 56.5116746,51.2571429 57.1428571,51.2571429 Z M37.7142857,50.1142857 C38.3454683,50.1142857 38.8571429,50.6259603 38.8571429,51.2571429 C38.8571429,51.8883254 38.3454683,52.4 37.7142857,52.4 C37.0831031,52.4 36.5714286,51.8883254 36.5714286,51.2571429 C36.5714286,50.6259603 37.0831031,50.1142857 37.7142857,50.1142857 Z M43.4285714,50.1142857 C44.059754,50.1142857 44.5714286,50.6259603 44.5714286,51.2571429 C44.5714286,51.8883254 44.059754,52.4 43.4285714,52.4 C42.7973889,52.4 42.2857143,51.8883254 42.2857143,51.2571429 C42.2857143,50.6259603 42.7973889,50.1142857 43.4285714,50.1142857 Z M59.4285714,48.9714286 L59.5530983,48.9781347 C60.1257032,49.040183 60.5714286,49.525182 60.5714286,50.1142857 C60.5714286,50.7454683 60.059754,51.2571429 59.4285714,51.2571429 C58.7973889,51.2571429 58.2857143,50.7454683 58.2857143,50.1142857 C58.2857143,49.4831031 58.7973889,48.9714286 59.4285714,48.9714286 L59.4285714,48.9714286 Z M70.8571429,48.9714286 C71.4883254,48.9714286 72,49.4831031 72,50.1142857 C72,50.7454683 71.4883254,51.2571429 70.8571429,51.2571429 C70.2259603,51.2571429 69.7142857,50.7454683 69.7142857,50.1142857 C69.7142857,49.4831031 70.2259603,48.9714286 70.8571429,48.9714286 Z M48,48.9714286 C48.6311826,48.9714286 49.1428571,49.4831031 49.1428571,50.1142857 C49.1428571,50.7454683 48.6311826,51.2571429 48,51.2571429 C47.3688174,51.2571429 46.8571429,50.7454683 46.8571429,50.1142857 C46.8571429,49.4831031 47.3688174,48.9714286 48,48.9714286 Z M65.1428571,47.8285714 C65.7740397,47.8285714 66.2857143,48.340246 66.2857143,48.9714286 C66.2857143,49.6026111 65.7740397,50.1142857 65.1428571,50.1142857 C64.5116746,50.1142857 64,49.6026111 64,48.9714286 C64,48.340246 64.5116746,47.8285714 65.1428571,47.8285714 Z M53.7142857,46.6857143 C54.3454683,46.6857143 54.8571429,47.1973889 54.8571429,47.8285714 C54.8571429,48.459754 54.3454683,48.9714286 53.7142857,48.9714286 C53.0831031,48.9714286 52.5714286,48.459754 52.5714286,47.8285714 C52.5714286,47.1973889 53.0831031,46.6857143 53.7142857,46.6857143 Z M40.5714286,47.8285714 C40.8870199,47.8285714 41.1428571,48.0844087 41.1428571,48.4 C41.1428571,48.7155913 40.8870199,48.9714286 40.5714286,48.9714286 C40.2558373,48.9714286 40,48.7155913 40,48.4 C40,48.0844087 40.2558373,47.8285714 40.5714286,47.8285714 Z M45.1428571,46.6857143 C45.4584484,46.6857143 45.7142857,46.9415516 45.7142857,47.2571429 C45.7142857,47.5727341 45.4584484,47.8285714 45.1428571,47.8285714 C44.8272659,47.8285714 44.5714286,47.5727341 44.5714286,47.2571429 C44.5714286,46.9415516 44.8272659,46.6857143 45.1428571,46.6857143 Z M64,44.4 C64.6311826,44.4 65.1428571,44.9116746 65.1428571,45.5428571 C65.1428571,46.1740397 64.6311826,46.6857143 64,46.6857143 C63.3688174,46.6857143 62.8571429,46.1740397 62.8571429,45.5428571 C62.8571429,44.9116746 63.3688174,44.4 64,44.4 Z M48,43.2571429 L48.1245269,43.263849 C48.6971317,43.3258973 49.1428571,43.8108963 49.1428571,44.4 C49.1428571,45.0311826 48.6311826,45.5428571 48,45.5428571 C47.3688174,45.5428571 46.8571429,45.0311826 46.8571429,44.4 C46.8571429,43.7688174 47.3688174,43.2571429 48,43.2571429 L48,43.2571429 Z M59.4285714,43.2571429 C60.059754,43.2571429 60.5714286,43.7688174 60.5714286,44.4 C60.5714286,45.0311826 60.059754,45.5428571 59.4285714,45.5428571 C58.7973889,45.5428571 58.2857143,45.0311826 58.2857143,44.4 C58.2857143,43.7688174 58.7973889,43.2571429 59.4285714,43.2571429 Z M36.5714286,43.2571429 C37.2026111,43.2571429 37.7142857,43.7688174 37.7142857,44.4 C37.7142857,45.0311826 37.2026111,45.5428571 36.5714286,45.5428571 C35.940246,45.5428571 35.4285714,45.0311826 35.4285714,44.4 C35.4285714,43.7688174 35.940246,43.2571429 36.5714286,43.2571429 Z M73.1428571,43.2571429 C73.7740397,43.2571429 74.2857143,43.7688174 74.2857143,44.4 C74.2857143,45.0311826 73.7740397,45.5428571 73.1428571,45.5428571 C72.5116746,45.5428571 72,45.0311826 72,44.4 C72,43.7688174 72.5116746,43.2571429 73.1428571,43.2571429 Z M67.4285714,43.2571429 C68.059754,43.2571429 68.5714286,43.7688174 68.5714286,44.4 C68.5714286,45.0311826 68.059754,45.5428571 67.4285714,45.5428571 C66.7973889,45.5428571 66.2857143,45.0311826 66.2857143,44.4 C66.2857143,43.7688174 66.7973889,43.2571429 67.4285714,43.2571429 Z M30.2857143,44.4 C30.6013056,44.4 30.8571429,44.6558373 30.8571429,44.9714286 C30.8571429,45.2870199 30.6013056,45.5428571 30.2857143,45.5428571 C29.970123,45.5428571 29.7142857,45.2870199 29.7142857,44.9714286 C29.7142857,44.6558373 29.970123,44.4 30.2857143,44.4 Z M44,43.2571429 C44.3155913,43.2571429 44.5714286,43.5129801 44.5714286,43.8285714 C44.5714286,44.1441627 44.3155913,44.4 44,44.4 C43.6844087,44.4 43.4285714,44.1441627 43.4285714,43.8285714 C43.4285714,43.5129801 43.6844087,43.2571429 44,43.2571429 Z M53.7142857,42.1142857 C54.3454683,42.1142857 54.8571429,42.6259603 54.8571429,43.2571429 C54.8571429,43.8883254 54.3454683,44.4 53.7142857,44.4 C53.0831031,44.4 52.5714286,43.8883254 52.5714286,43.2571429 C52.5714286,42.6259603 53.0831031,42.1142857 53.7142857,42.1142857 Z M72,38.6857143 C72.6311826,38.6857143 73.1428571,39.1973889 73.1428571,39.8285714 C73.1428571,40.459754 72.6311826,40.9714286 72,40.9714286 C71.3688174,40.9714286 70.8571429,40.459754 70.8571429,39.8285714 C70.8571429,39.1973889 71.3688174,38.6857143 72,38.6857143 Z M60.5714286,38.6857143 C61.2026111,38.6857143 61.7142857,39.1973889 61.7142857,39.8285714 C61.7142857,40.459754 61.2026111,40.9714286 60.5714286,40.9714286 C59.940246,40.9714286 59.4285714,40.459754 59.4285714,39.8285714 C59.4285714,39.1973889 59.940246,38.6857143 60.5714286,38.6857143 Z M32.5714286,39.8285714 C32.8870199,39.8285714 33.1428571,40.0844087 33.1428571,40.4 C33.1428571,40.7155913 32.8870199,40.9714286 32.5714286,40.9714286 C32.2558373,40.9714286 32,40.7155913 32,40.4 C32,40.0844087 32.2558373,39.8285714 32.5714286,39.8285714 Z M38.2857143,38.6857143 C38.6013056,38.6857143 38.8571429,38.9415516 38.8571429,39.2571429 C38.8571429,39.5727341 38.6013056,39.8285714 38.2857143,39.8285714 C37.970123,39.8285714 37.7142857,39.5727341 37.7142857,39.2571429 C37.7142857,38.9415516 37.970123,38.6857143 38.2857143,38.6857143 Z M56,37.5428571 C56.6311826,37.5428571 57.1428571,38.0545317 57.1428571,38.6857143 C57.1428571,39.3168969 56.6311826,39.8285714 56,39.8285714 C55.3688174,39.8285714 54.8571429,39.3168969 54.8571429,38.6857143 C54.8571429,38.0545317 55.3688174,37.5428571 56,37.5428571 Z M50.2857143,37.5428571 C50.9168969,37.5428571 51.4285714,38.0545317 51.4285714,38.6857143 C51.4285714,39.3168969 50.9168969,39.8285714 50.2857143,39.8285714 C49.6545317,39.8285714 49.1428571,39.3168969 49.1428571,38.6857143 C49.1428571,38.0545317 49.6545317,37.5428571 50.2857143,37.5428571 Z M43.4285714,37.5428571 C44.059754,37.5428571 44.5714286,38.0545317 44.5714286,38.6857143 C44.5714286,39.3168969 44.059754,39.8285714 43.4285714,39.8285714 C42.7973889,39.8285714 42.2857143,39.3168969 42.2857143,38.6857143 C42.2857143,38.0545317 42.7973889,37.5428571 43.4285714,37.5428571 Z M60.5714286,32.9714286 C61.2026111,32.9714286 61.7142857,33.4831031 61.7142857,34.1142857 C61.7142857,34.7454683 61.2026111,35.2571429 60.5714286,35.2571429 C59.940246,35.2571429 59.4285714,34.7454683 59.4285714,34.1142857 C59.4285714,33.4831031 59.940246,32.9714286 60.5714286,32.9714286 Z M49.1428571,32.9714286 C49.7740397,32.9714286 50.2857143,33.4831031 50.2857143,34.1142857 C50.2857143,34.7454683 49.7740397,35.2571429 49.1428571,35.2571429 C48.5116746,35.2571429 48,34.7454683 48,34.1142857 C48,33.4831031 48.5116746,32.9714286 49.1428571,32.9714286 Z M44,34.1142857 C44.3155913,34.1142857 44.5714286,34.370123 44.5714286,34.6857143 C44.5714286,35.0013056 44.3155913,35.2571429 44,35.2571429 C43.6844087,35.2571429 43.4285714,35.0013056 43.4285714,34.6857143 C43.4285714,34.370123 43.6844087,34.1142857 44,34.1142857 Z M36,32.9714286 C36.3155913,32.9714286 36.5714286,33.2272659 36.5714286,33.5428571 C36.5714286,33.8584484 36.3155913,34.1142857 36,34.1142857 C35.6844087,34.1142857 35.4285714,33.8584484 35.4285714,33.5428571 C35.4285714,33.2272659 35.6844087,32.9714286 36,32.9714286 Z M26.8571429,32.9714286 C27.1727341,32.9714286 27.4285714,33.2272659 27.4285714,33.5428571 C27.4285714,33.8584484 27.1727341,34.1142857 26.8571429,34.1142857 C26.5415516,34.1142857 26.2857143,33.8584484 26.2857143,33.5428571 C26.2857143,33.2272659 26.5415516,32.9714286 26.8571429,32.9714286 Z M57.1428571,29.5428571 C57.7740397,29.5428571 58.2857143,30.0545317 58.2857143,30.6857143 C58.2857143,31.3168969 57.7740397,31.8285714 57.1428571,31.8285714 C56.5116746,31.8285714 56,31.3168969 56,30.6857143 C56,30.0545317 56.5116746,29.5428571 57.1428571,29.5428571 Z M41.7142857,30.6857143 C42.029877,30.6857143 42.2857143,30.9415516 42.2857143,31.2571429 C42.2857143,31.5727341 42.029877,31.8285714 41.7142857,31.8285714 C41.3986944,31.8285714 41.1428571,31.5727341 41.1428571,31.2571429 C41.1428571,30.9415516 41.3986944,30.6857143 41.7142857,30.6857143 Z M47.4285714,30.6857143 C47.7441627,30.6857143 48,30.9415516 48,31.2571429 C48,31.5727341 47.7441627,31.8285714 47.4285714,31.8285714 C47.1129801,31.8285714 46.8571429,31.5727341 46.8571429,31.2571429 C46.8571429,30.9415516 47.1129801,30.6857143 47.4285714,30.6857143 Z M53.1428571,26.1142857 C53.4584484,26.1142857 53.7142857,26.370123 53.7142857,26.6857143 C53.7142857,27.0013056 53.4584484,27.2571429 53.1428571,27.2571429 C52.8272659,27.2571429 52.5714286,27.0013056 52.5714286,26.6857143 C52.5714286,26.370123 52.8272659,26.1142857 53.1428571,26.1142857 Z M30.2857143,24.9714286 C30.6013056,24.9714286 30.8571429,25.2272659 30.8571429,25.5428571 C30.8571429,25.8584484 30.6013056,26.1142857 30.2857143,26.1142857 C29.970123,26.1142857 29.7142857,25.8584484 29.7142857,25.5428571 C29.7142857,25.2272659 29.970123,24.9714286 30.2857143,24.9714286 Z M18.8571429,21.5428571 C19.1727341,21.5428571 19.4285714,21.7986944 19.4285714,22.1142857 C19.4285714,22.429877 19.1727341,22.6857143 18.8571429,22.6857143 C18.5415516,22.6857143 18.2857143,22.429877 18.2857143,22.1142857 C18.2857143,21.7986944 18.5415516,21.5428571 18.8571429,21.5428571 Z M41.7142857,20.4 C42.029877,20.4 42.2857143,20.6558373 42.2857143,20.9714286 C42.2857143,21.2870199 42.029877,21.5428571 41.7142857,21.5428571 C41.3986944,21.5428571 41.1428571,21.2870199 41.1428571,20.9714286 C41.1428571,20.6558373 41.3986944,20.4 41.7142857,20.4 Z" id="Combined-Shape" fill="#003CFF" fill-rule="nonzero" mask="url(#mask-3)"></path>
|
27
|
-
</g>
|
28
|
-
<path d="M186.641905,130.667959 C187.385447,131.214618 187.386116,132.101421 186.643402,132.648695 C181.396111,136.564814 177.460843,139.501753 174.837598,141.459514 C173.768735,142.25722 171.511721,141.932084 169.984258,140.84974 C146.23591,124.021936 134.362334,115.608458 134.362334,115.608458 C100.987185,132.645886 54.8174262,130.223177 25.0825328,108.337578 C-8.36084427,83.7223224 -8.36084427,43.8161075 25.0825328,19.2042988 C58.5259099,-5.41095674 112.739579,-5.41095674 146.182956,19.2042988 C177.888227,42.5401425 179.531682,79.6244784 151.113534,104.389153 C150.5704,104.862461 186.641905,130.667959 186.641905,130.667959 Z M39.4890223,31.4448268 C14.048696,49.2976873 14.048696,78.2437469 39.4890223,96.0964645 C64.9293485,113.946182 106.177483,113.946182 131.617606,96.0964645 C157.053454,78.243604 157.053454,49.2975444 131.617606,31.4448268 C106.17728,13.5919662 64.929145,13.5919662 39.4890223,31.4448268 Z" id="形状" fill="#5D96FE"></path>
|
29
|
-
<path d="M12.7241235,41.8714867 C16.7830908,37.9007054 21.746376,35.1254452 27.6139792,33.545706" id="Path-13" stroke="#FFFFFF" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round" transform="translate(20.169051, 37.708596) rotate(-23.000000) translate(-20.169051, -37.708596) "></path>
|
30
|
-
<path d="M143.724124,93.8714867 C147.783091,89.9007054 152.746376,87.1254452 158.613979,85.545706" id="Path-13" stroke="#FFFFFF" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round" transform="translate(151.169051, 89.708596) scale(-1, -1) rotate(-23.000000) translate(-151.169051, -89.708596) "></path>
|
31
|
-
</g>
|
32
|
-
<g id="树" transform="translate(67.428571, 252.571428)" fill="#FFCD6B" fill-rule="nonzero">
|
33
|
-
<path d="M13.7142848,2.27373675e-13 C21.2885281,1.97344466e-07 27.4285714,23.8800563 27.4285714,31.6484537 C27.4285714,38.6181906 22.4861322,44.4038733 15.9997939,45.519845 L16,57.1911407 C16,58.4268394 15.2328678,59.4285716 14.2865625,59.4285716 L14.2858839,59.4285716 C13.3824144,59.4290385 12.6419524,58.5165064 12.5761797,57.3585966 L12.5714286,57.1911405 L12.5714286,57.1911405 L12.5714813,45.6657035 C5.53179129,45.0703763 1.13686838e-13,39.0220372 1.13686838e-13,31.6484537 C1.13686838e-13,24.624112 5.02018627,4.42665028 11.581513,0.622071645 L11.6777863,0.568315977 L11.6777863,0.568315977 C11.7047631,0.552539464 11.7320667,0.537708329 11.7593963,0.523163816 L11.8261437,0.488866733 L11.8261437,0.488866733 L11.8926904,0.455287268 C11.925965,0.438088449 11.9596101,0.421838428 11.9932931,0.406028199 C12.0241309,0.3921445 12.0550581,0.377992707 12.0860169,0.364214288 C12.125577,0.346082734 12.1649134,0.329226448 12.2042999,0.312976934 C12.2393001,0.298994711 12.2746284,0.28490014 12.3099964,0.271297579 C12.3472861,0.256559622 12.3842968,0.242902764 12.4213503,0.229787861 L12.5171637,0.197429123 C12.5556729,0.184488308 12.5940293,0.172505702 12.6324301,0.161110337 L12.6855796,0.14592378 L12.6855796,0.14592378 L12.738628,0.131339164 C12.7740852,0.12162723 12.8097778,0.11258201 12.8455076,0.104049687 C12.8866753,0.0943723081 12.9279012,0.085205884 12.9691756,0.0767283728 L13.0535696,0.0602693274 L13.0535696,0.0602693274 C13.1059711,0.0508085045 13.1589963,0.0422863917 13.2120985,0.0349161326 C13.2328519,0.0319845861 13.2532013,0.0293374308 13.2735619,0.0268597785 C13.3271881,0.0203636765 13.3812048,0.0149759557 13.4352984,0.0107945203 C13.4551051,0.0092486364 13.4747844,0.00789074134 13.4944739,0.006692788 L13.6042478,0.00167978378 L13.6042478,0.00167978378 L13.7142848,2.27373675e-13 Z"></path>
|
34
|
-
</g>
|
35
|
-
<g id="树" transform="translate(283.428571, 177.142857)" fill-rule="nonzero">
|
36
|
-
<path d="M22.4748143,0.846507961 C34.8157814,0.846508275 44.8199587,38.7823654 44.8199587,51.1232415 C44.8199587,62.5180983 36.2907814,71.9207136 25.2682448,73.2953131 L25.2679587,92.3136654 C25.2679587,94.2464959 24.0180446,95.8133654 22.4761978,95.8133654 L22.4750922,95.8133654 C20.986119,95.814104 19.7688802,94.3537482 19.6861557,92.512989 L19.681673,92.3136652 L19.681673,92.3136652 L19.6809853,73.2947833 C8.65869982,71.9205477 0.129672953,62.5179978 0.129672953,51.1232415 C0.129672953,40.0709906 8.15367197,8.48990493 18.6940784,2.01506444 C18.7122191,2.00555987 18.7298971,1.99476348 18.7475821,1.98403791 C18.8186415,1.93937858 18.8902865,1.89720339 18.9620451,1.85620032 L19.0499555,1.80797697 L19.0499555,1.80797697 C19.2629162,1.68790041 19.4768476,1.57957118 19.6917255,1.4819582 C19.7369203,1.46235935 19.7818643,1.44240368 19.8268493,1.42291982 C19.8868966,1.39607439 19.9469483,1.37097123 20.0070718,1.34671398 C20.0519818,1.32933675 20.0969973,1.31163863 20.1420526,1.29441774 C20.212014,1.26702395 20.2820436,1.24148151 20.3521674,1.21710012 C20.4367689,1.1882227 20.5214609,1.1604711 20.6062875,1.13443172 C20.6464082,1.1216767 20.6867473,1.1097066 20.7271165,1.098125 C20.7964265,1.07861317 20.8657427,1.0598669 20.935146,1.04227657 L21.059514,1.01174836 L21.059514,1.01174836 C21.1402218,0.993193491 21.2214689,0.975856319 21.3028313,0.960122803 C21.3258874,0.955487528 21.348262,0.951292941 21.3706453,0.947219756 L21.387827,0.944278346 C21.494749,0.925091061 21.6018681,0.908679256 21.7091792,0.895086058 C21.733842,0.891886139 21.7584918,0.888918609 21.7831516,0.886099967 C21.8720762,0.875982604 21.9613186,0.867724733 22.0506896,0.861438733 C22.0821726,0.859205569 22.1131674,0.857269401 22.1441775,0.855570804 L22.3092029,0.848784084 L22.3092029,0.848784084 L22.4748143,0.846507961 Z" id="形状结合" fill="#FFCD6B"></path>
|
37
|
-
<path d="M22.4748158,0.846508275 C34.8157814,0.846508275 44.8199587,38.7823654 44.8199587,51.1232415 C44.8199587,62.5180983 36.2907814,71.9207136 25.2682448,73.2953131 L25.2679587,92.3136648 C25.2679587,94.2464959 24.0180446,95.8133635 22.4761978,95.8133635 C20.9329414,95.8141304 19.6822812,94.2475735 19.681673,92.3143584 L19.6817212,73.2953548 C8.65902276,71.9209038 0.129672953,62.5182135 0.129672953,51.1232415 C0.129672953,38.7823654 10.1338503,0.846508275 22.4748158,0.846508275 Z" id="形状结合" fill="#FFCD6B"></path>
|
38
|
-
<circle id="椭圆形" fill="#FFB400" cx="26.4001188" cy="56.8690073" r="1.45028571"></circle>
|
39
|
-
<circle id="椭圆形" fill="#FFB400" cx="39.4526902" cy="58.3192931" r="1"></circle>
|
40
|
-
<circle id="椭圆形" fill="#FFB400" cx="17.6984045" cy="63.6370073" r="2.41714286"></circle>
|
41
|
-
<circle id="椭圆形" fill="#FFB400" cx="38.0024045" cy="51.0678645" r="2.41714286"></circle>
|
42
|
-
<circle id="椭圆形" fill="#FFB400" cx="18.6652616" cy="17.2278645" r="2.41714286"></circle>
|
43
|
-
<circle id="椭圆形" fill="#FFB400" cx="32.2012616" cy="13.3604359" r="2.41714286"></circle>
|
44
|
-
<circle id="椭圆形" fill="#FFB400" cx="26.8298331" cy="20.6655788" r="1.45028571"></circle>
|
45
|
-
<circle id="椭圆形" fill="#FFB400" cx="38.9692616" cy="31.7307216" r="2.41714286"></circle>
|
46
|
-
<circle id="椭圆形" fill="#FFB400" cx="25.4332616" cy="29.7970073" r="1.45028571"></circle>
|
47
|
-
<path d="M34.1966623,53.0332309 C34.1966623,62.8583399 27.26281,71.0500254 18.025161,73.0196801 C19.4895094,73.3169471 20.979891,73.4672076 22.4741123,73.4682222 C34.8150779,73.4682222 44.8192552,63.4641172 44.8192552,51.1232412 C44.8199571,38.7823651 34.8150779,0.846507961 22.4748143,0.846507961 C31.4222081,14.8774301 34.1966623,41.7382513 34.1966623,53.0332309 Z" id="路径" fill="#FBBE47"></path>
|
48
|
-
</g>
|
49
|
-
</g>
|
50
|
-
</g>
|
51
|
-
</g>
|
52
|
-
</svg>
|
@@ -1,53 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<svg width="200px" height="200px" viewBox="0 0 200 200" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
-
<title>@反馈/异常/服务或系统异常</title>
|
4
|
-
<defs>
|
5
|
-
<linearGradient x1="50%" y1="-116.862036%" x2="50%" y2="90.7636478%" id="linearGradient-1">
|
6
|
-
<stop stop-color="#72A7FD" stop-opacity="0.206670161" offset="0%"></stop>
|
7
|
-
<stop stop-color="#72A7FD" stop-opacity="0.114736704" offset="80.0721014%"></stop>
|
8
|
-
<stop stop-color="#72A7FD" stop-opacity="0" offset="100%"></stop>
|
9
|
-
</linearGradient>
|
10
|
-
<rect id="path-2" x="3.5" y="9" width="51.4285714" height="88" rx="4.57142857"></rect>
|
11
|
-
<circle id="path-4" cx="18.8228571" cy="18.8228571" r="18.8228571"></circle>
|
12
|
-
</defs>
|
13
|
-
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
14
|
-
<g id="服务或系统异常" transform="translate(-251.000000, -40.000000)">
|
15
|
-
<g id="服务或系统异常/错误" transform="translate(251.000000, 40.000000)">
|
16
|
-
<rect id="矩形" fill="#FFFFFF" opacity="0" x="0" y="0" width="200" height="200"></rect>
|
17
|
-
<g id="背景" transform="translate(2.285714, 22.285714)" fill="url(#linearGradient-1)">
|
18
|
-
<path d="M73.5571023,0.0041301199 C92.9915673,-0.30709037 112.252937,17.0197048 125.080246,35.2905128 C133.788247,24.4686359 142.206637,19.0583802 150.335011,19.0583802 C163.66831,19.0583802 178.685822,33.3322048 195.387546,61.8798538 C197.157038,64.9043825 191.805987,69.3147549 179.334392,75.1109712 L179.334392,75.1109712 L138.012362,76.4817106 C130.668855,82.3533522 106.787157,77.107219 68.8604878,77.7145707 C41.0704566,78.1595959 23.1011213,76.4806768 14.9524819,72.6778133 C3.19964397,71.143095 -1.62478568,68.6863027 0.479192986,65.3074366 C27.3705877,22.1214365 51.7298908,0.353667681 73.5571023,0.0041301199 Z M166.654953,49.5339662 C166.583791,49.5339662 166.513043,49.5408642 166.442847,49.5543205 C166.423862,49.5579552 166.404909,49.5620678 166.385881,49.5666252 C166.36515,49.5716422 166.34446,49.577224 166.323929,49.5834053 C166.300615,49.5903435 166.277353,49.597991 166.25402,49.6062672 L166.25402,49.6062672 L166.196039,49.6285756 L166.125476,49.6599162 L166.097769,49.6731851 L166.097769,49.6731851 L166.078169,49.6832865 C166.04868,49.698468 166.019289,49.7147459 165.990033,49.7317865 C165.795792,49.8466651 165.605982,50.0084829 165.422127,50.2091678 C165.399972,50.2332664 165.377895,50.2579236 165.355174,50.2831585 C163.669305,52.2144466 162.450582,57.3451886 162.450582,59.2676581 C162.450582,61.550949 164.169712,63.4210629 166.348968,63.58207 L166.348968,63.58207 L166.374582,63.5829662 L166.374662,67.3882998 C166.374784,67.7775457 166.625791,68.0929663 166.935522,68.0928128 C167.24497,68.0928128 167.495827,67.7773288 167.495827,67.3881602 L167.495827,67.3881602 L167.496246,63.5070757 C169.415124,63.1060887 170.859324,61.3604235 170.859324,59.2676581 C170.859324,56.878436 168.976979,49.5339662 166.654953,49.5339662 Z M66.654953,44.5339662 C66.5837914,44.5339662 66.5130428,44.5408642 66.4428472,44.5543205 C66.4238616,44.5579552 66.4049092,44.5620678 66.3858807,44.5666252 C66.3651499,44.5716422 66.34446,44.577224 66.3239294,44.5834053 L66.2889817,44.5943345 L66.2889817,44.5943345 L66.2540198,44.6062672 L66.1960391,44.6285756 L66.1254762,44.6599162 L66.0977689,44.6731851 L66.0781691,44.6832865 C66.0486801,44.698468 66.0192886,44.7147459 65.9900334,44.7317865 C65.7957917,44.8466651 65.6059816,45.0084829 65.4221266,45.2091678 C65.3999719,45.2332664 65.3778951,45.2579236 65.355174,45.2831585 C63.6693054,47.2144466 62.4505821,52.3451886 62.4505821,54.2676581 C62.4505821,56.4795962 64.0639452,58.3037772 66.1460489,58.562008 L66.3489677,58.58207 L66.3745821,58.5829662 L66.3746616,62.3882998 C66.3747836,62.7775457 66.6257907,63.0929663 66.9355217,63.0928128 C67.2168382,63.0928128 67.4497325,62.8320822 67.489752,62.4922885 L67.4958272,62.3881602 L67.4962459,58.5070757 C69.4151241,58.1060887 70.8593239,56.3604235 70.8593239,54.2676581 C70.8593239,51.878436 68.9769787,44.5339662 66.654953,44.5339662 Z M52.6403829,38.3476841 L52.4901938,38.3556704 L52.3411803,38.3792733 L52.3091374,38.3863897 L52.3091374,38.3863897 L52.2768079,38.3943491 L52.1986372,38.4163671 L52.1539557,38.4309198 L52.1539557,38.4309198 L52.1093362,38.4469469 L52.0493831,38.4703128 L52.0112517,38.486562 L52.0112517,38.486562 L51.9732024,38.5037744 L51.914882,38.532363 L51.8933071,38.5431562 C51.8231266,38.5796746 51.753385,38.6210342 51.6843333,38.6672955 C51.6603539,38.6832217 51.6364304,38.6997001 51.6119937,38.7166262 C51.5979276,38.7266518 51.5838814,38.7368657 51.5704249,38.7473788 L51.5202645,38.7853766 L51.5202645,38.7853766 L51.4698642,38.8248151 L51.4449036,38.8453174 L51.4203963,38.866359 C51.393694,38.8889001 51.367069,38.9121044 51.3400966,38.9356141 C51.2628775,39.0049585 51.1863276,39.0797947 51.1104963,39.1606765 C51.0981335,39.1737234 51.0857896,39.1869069 51.0735143,39.1992315 C51.0385385,39.2369996 51.0037161,39.2758559 50.9693008,39.316494 C50.958916,39.3284556 50.9485452,39.3405116 50.9378851,39.3519809 C50.9106211,39.3839527 50.883456,39.4165734 50.856768,39.4504515 C50.8358174,39.4761995 50.814927,39.5023258 50.7936183,39.528309 C48.7626644,42.1114502 47.3148468,48.2199646 47.3148468,50.5548789 C47.3148468,53.1906937 49.1598699,55.3874675 51.6060087,55.8779759 L51.8300063,55.9178318 L51.7658468,55.9056841 L51.8709391,55.9240321 L51.9741933,55.9381235 L51.9746912,60.5560852 C51.9748362,61.02547 52.2729071,61.4058302 52.6407126,61.4056449 C52.9775598,61.4056449 53.2559433,61.0859725 53.3000014,60.6712198 L53.3060753,60.5559168 L53.3069405,55.9381369 C53.4851507,55.9154622 53.6606251,55.8838173 53.8329146,55.8436596 L54.088904,55.7770958 L54.2848941,55.716637 C56.4212993,55.0107393 57.9659198,52.9665878 57.9659198,50.5548789 C57.9659198,47.5585132 55.5816159,38.3476841 52.6403829,38.3476841 Z" id="background"></path>
|
19
|
-
</g>
|
20
|
-
<g id="手机" transform="translate(105.071429, 121.785714) rotate(-90.000000) translate(-105.071429, -121.785714) translate(69.071429, 63.785714)">
|
21
|
-
<path d="M6.85714286,0 L52,0 C55.7870954,1.92500276e-16 58.8571429,3.07004743 58.8571429,6.85714286 L58.8571429,98.8571429 C58.8571429,102.644238 55.7870954,105.714286 52,105.714286 L6.85714286,105.714286 C3.07004743,105.714286 2.24014227e-15,102.644238 0,98.8571429 L0,6.85714286 C4.2439299e-16,3.07004743 3.07004743,2.47203498e-15 6.85714286,0 Z" id="Rectangle" fill="#7EACFF"></path>
|
22
|
-
<mask id="mask-3" fill="white">
|
23
|
-
<use xlink:href="#path-2"></use>
|
24
|
-
</mask>
|
25
|
-
<use id="Rectangle" fill="#377EFF" xlink:href="#path-2"></use>
|
26
|
-
<path d="M11.8375483,91.8007025 C12.183929,91.8007025 12.464726,92.0924468 12.464726,92.4523316 C12.464726,92.8122164 12.183929,93.1039606 11.8375483,93.1039606 C11.4911676,93.1039606 11.2103706,92.8122164 11.2103706,92.4523316 C11.2103706,92.0924468 11.4911676,91.8007025 11.8375483,91.8007025 Z M8.98040543,91.8007025 C9.32678611,91.8007025 9.60758313,92.0924468 9.60758313,92.4523316 C9.60758313,92.8122164 9.32678611,93.1039606 8.98040543,93.1039606 C8.63402475,93.1039606 8.35322773,92.8122164 8.35322773,92.4523316 C8.35322773,92.0924468 8.63402475,91.8007025 8.98040543,91.8007025 Z M11.1406842,89.4949381 C11.4870649,89.4949381 11.7678619,89.7866823 11.7678619,90.1465671 C11.7678619,90.5064519 11.4870649,90.7981962 11.1406842,90.7981962 C10.7943035,90.7981962 10.5135065,90.5064519 10.5135065,90.1465671 C10.5135065,89.7866823 10.7943035,89.4949381 11.1406842,89.4949381 Z M8.15810578,89.4548378 C8.50448646,89.4548378 8.78528348,89.7465821 8.78528348,90.1064669 C8.78528348,90.4663517 8.50448646,90.758096 8.15810578,90.758096 C7.8117251,90.758096 7.53092808,90.4663517 7.53092808,90.1064669 C7.53092808,89.7465821 7.8117251,89.4548378 8.15810578,89.4548378 Z M13.4263985,88.9235095 C13.7727791,88.9235095 14.0535762,89.2152538 14.0535762,89.5751386 C14.0535762,89.9350234 13.7727791,90.2267676 13.4263985,90.2267676 C13.0800178,90.2267676 12.7992208,89.9350234 12.7992208,89.5751386 C12.7992208,89.2152538 13.0800178,88.9235095 13.4263985,88.9235095 Z M16.2835413,87.7806524 C16.629922,87.7806524 16.910719,88.0723966 16.910719,88.4322814 C16.910719,88.7921662 16.629922,89.0839105 16.2835413,89.0839105 C15.9371606,89.0839105 15.6563636,88.7921662 15.6563636,88.4322814 C15.6563636,88.0723966 15.9371606,87.7806524 16.2835413,87.7806524 Z M9.9149499,86.8637348 C10.1227783,86.8637348 10.2912565,87.0387814 10.2912565,87.2547123 C10.2912565,87.4706432 10.1227783,87.6456897 9.9149499,87.6456897 C9.7071215,87.6456897 9.53864328,87.4706432 9.53864328,87.2547123 C9.53864328,87.0387814 9.7071215,86.8637348 9.9149499,86.8637348 Z M13.4263985,86.0663666 L13.5190782,86.073432 C13.8215125,86.1199742 14.0535762,86.3908277 14.0535762,86.7179957 C14.0535762,87.0778805 13.7727791,87.3696248 13.4263985,87.3696248 C13.0800178,87.3696248 12.7992208,87.0778805 12.7992208,86.7179957 C12.7992208,86.3581109 13.0800178,86.0663666 13.4263985,86.0663666 L13.4263985,86.0663666 Z M19.1406842,86.0663666 C19.4870649,86.0663666 19.7678619,86.3581109 19.7678619,86.7179957 C19.7678619,87.0778805 19.4870649,87.3696248 19.1406842,87.3696248 C18.7943035,87.3696248 18.5135065,87.0778805 18.5135065,86.7179957 C18.5135065,86.3581109 18.7943035,86.0663666 19.1406842,86.0663666 Z M7.71211275,86.0663666 C8.05849343,86.0663666 8.33929045,86.3581109 8.33929045,86.7179957 C8.33929045,87.0778805 8.05849343,87.3696248 7.71211275,87.3696248 C7.36573207,87.3696248 7.08493505,87.0778805 7.08493505,86.7179957 C7.08493505,86.3581109 7.36573207,86.0663666 7.71211275,86.0663666 Z M4.4507887,86.3069681 C4.65861711,86.3069681 4.82709533,86.4820147 4.82709533,86.6979456 C4.82709533,86.9138765 4.65861711,87.088923 4.4507887,87.088923 C4.2429603,87.088923 4.07448208,86.9138765 4.07448208,86.6979456 C4.07448208,86.4820147 4.2429603,86.3069681 4.4507887,86.3069681 Z M16.2835413,85.4949381 C16.629922,85.4949381 16.910719,85.7866823 16.910719,86.1465671 C16.910719,86.5064519 16.629922,86.7981962 16.2835413,86.7981962 C15.9371606,86.7981962 15.6563636,86.5064519 15.6563636,86.1465671 C15.6563636,85.7866823 15.9371606,85.4949381 16.2835413,85.4949381 Z M11.4327889,85.8939442 C11.6406173,85.8939442 11.8090955,86.0689908 11.8090955,86.2849217 C11.8090955,86.5008525 11.6406173,86.6758991 11.4327889,86.6758991 C11.2249605,86.6758991 11.0564823,86.5008525 11.0564823,86.2849217 C11.0564823,86.0689908 11.2249605,85.8939442 11.4327889,85.8939442 Z M21.7464702,83.8379475 C22.0928508,83.8379475 22.3736479,84.1296918 22.3736479,84.4895766 C22.3736479,84.8494614 22.0928508,85.1412057 21.7464702,85.1412057 C21.4000895,85.1412057 21.1192925,84.8494614 21.1192925,84.4895766 C21.1192925,84.1296918 21.4000895,83.8379475 21.7464702,83.8379475 Z M19.3915553,83.7104769 C19.7379359,83.7104769 20.018733,84.0022212 20.018733,84.362106 C20.018733,84.7219908 19.7379359,85.0137351 19.3915553,85.0137351 C19.0451746,85.0137351 18.7643776,84.7219908 18.7643776,84.362106 C18.7643776,84.0022212 19.0451746,83.7104769 19.3915553,83.7104769 Z M5.59364585,84.0212539 C5.80147426,84.0212539 5.96995247,84.1963004 5.96995247,84.4122313 C5.96995247,84.6281622 5.80147426,84.8032087 5.59364585,84.8032087 C5.38581744,84.8032087 5.21733923,84.6281622 5.21733923,84.4122313 C5.21733923,84.1963004 5.38581744,84.0212539 5.59364585,84.0212539 Z M17.4263985,83.2092238 C17.7727791,83.2092238 18.0535762,83.5009681 18.0535762,83.8608529 C18.0535762,84.2207377 17.7727791,84.5124819 17.4263985,84.5124819 C17.0800178,84.5124819 16.7992208,84.2207377 16.7992208,83.8608529 C16.7992208,83.5009681 17.0800178,83.2092238 17.4263985,83.2092238 Z M11.1406842,83.2092238 C11.4870649,83.2092238 11.7678619,83.5009681 11.7678619,83.8608529 C11.7678619,84.2207377 11.4870649,84.5124819 11.1406842,84.5124819 C10.7943035,84.5124819 10.5135065,84.2207377 10.5135065,83.8608529 C10.5135065,83.5009681 10.7943035,83.2092238 11.1406842,83.2092238 Z M14.5692556,83.2092238 C14.9156363,83.2092238 15.1964333,83.5009681 15.1964333,83.8608529 C15.1964333,84.2207377 14.9156363,84.5124819 14.5692556,84.5124819 C14.2228749,84.5124819 13.9420779,84.2207377 13.9420779,83.8608529 C13.9420779,83.5009681 14.2228749,83.2092238 14.5692556,83.2092238 Z M8.4507887,83.4498253 C8.65861711,83.4498253 8.82709533,83.6248719 8.82709533,83.8408027 C8.82709533,84.0567336 8.65861711,84.2317802 8.4507887,84.2317802 C8.2429603,84.2317802 8.07448208,84.0567336 8.07448208,83.8408027 C8.07448208,83.6248719 8.2429603,83.4498253 8.4507887,83.4498253 Z M19.7121127,80.9235095 C20.0584934,80.9235095 20.3392904,81.2152538 20.3392904,81.5751386 C20.3392904,81.9350234 20.0584934,82.2267676 19.7121127,82.2267676 C19.3657321,82.2267676 19.084935,81.9350234 19.084935,81.5751386 C19.084935,81.2152538 19.3657321,80.9235095 19.7121127,80.9235095 Z M16.1550599,81.4080399 C16.3628883,81.4080399 16.5313666,81.5830865 16.5313666,81.7990173 C16.5313666,82.0149482 16.3628883,82.1899948 16.1550599,82.1899948 C15.9472315,82.1899948 15.7787533,82.0149482 15.7787533,81.7990173 C15.7787533,81.5830865 15.9472315,81.4080399 16.1550599,81.4080399 Z M13.6772695,80.8533341 C14.0236502,80.8533341 14.3044472,81.1450783 14.3044472,81.5049631 C14.3044472,81.8648479 14.0236502,82.1565922 13.6772695,82.1565922 C13.3308889,82.1565922 13.0500918,81.8648479 13.0500918,81.5049631 C13.0500918,81.1450783 13.3308889,80.8533341 13.6772695,80.8533341 Z M10.1650744,80.5926824 C10.3729028,80.5926824 10.541381,80.767729 10.541381,80.9836599 C10.541381,81.1995908 10.3729028,81.3746373 10.1650744,81.3746373 C9.95724601,81.3746373 9.7887678,81.1995908 9.7887678,80.9836599 C9.7887678,80.767729 9.95724601,80.5926824 10.1650744,80.5926824 Z M7.30793156,80.5926824 C7.51575997,80.5926824 7.68423818,80.767729 7.68423818,80.9836599 C7.68423818,81.1995908 7.51575997,81.3746373 7.30793156,81.3746373 C7.10010315,81.3746373 6.93162494,81.1995908 6.93162494,80.9836599 C6.93162494,80.767729 7.10010315,80.5926824 7.30793156,80.5926824 Z M2.73650299,80.5926824 C2.9443314,80.5926824 3.11280961,80.767729 3.11280961,80.9836599 C3.11280961,81.1995908 2.9443314,81.3746373 2.73650299,81.3746373 C2.52867458,81.3746373 2.36019637,81.1995908 2.36019637,80.9836599 C2.36019637,80.767729 2.52867458,80.5926824 2.73650299,80.5926824 Z M17.6354577,78.758096 C17.9818384,78.758096 18.2626354,79.0498402 18.2626354,79.409725 C18.2626354,79.7696098 17.9818384,80.0613541 17.6354577,80.0613541 C17.289077,80.0613541 17.00828,79.7696098 17.00828,79.409725 C17.00828,79.0498402 17.289077,78.758096 17.6354577,78.758096 Z M9.60832969,78.5128577 C9.8161581,78.5128577 9.98463631,78.6879042 9.98463631,78.9038351 C9.98463631,79.119766 9.8161581,79.2948125 9.60832969,79.2948125 C9.40050129,79.2948125 9.23202307,79.119766 9.23202307,78.9038351 C9.23202307,78.6879042 9.40050129,78.5128577 9.60832969,78.5128577 Z M15.8793601,77.164111 C16.0871885,77.164111 16.2556668,77.3391576 16.2556668,77.5550884 C16.2556668,77.7710193 16.0871885,77.9460659 15.8793601,77.9460659 C15.6715317,77.9460659 15.5030535,77.7710193 15.5030535,77.5550884 C15.5030535,77.3391576 15.6715317,77.164111 15.8793601,77.164111 Z M4.39503958,76.682908 C4.60286798,76.682908 4.7713462,76.8579546 4.7713462,77.0738854 C4.7713462,77.2898163 4.60286798,77.4648629 4.39503958,77.4648629 C4.18721117,77.4648629 4.01873296,77.2898163 4.01873296,77.0738854 C4.01873296,76.8579546 4.18721117,76.682908 4.39503958,76.682908 Z M19.4980202,75.7113137 C19.7058486,75.7113137 19.8743268,75.8863602 19.8743268,76.1022911 C19.8743268,76.318222 19.7058486,76.4932686 19.4980202,76.4932686 C19.2901918,76.4932686 19.1217136,76.318222 19.1217136,76.1022911 C19.1217136,75.8863602 19.2901918,75.7113137 19.4980202,75.7113137 Z M10.1650744,74.3069681 C10.3729028,74.3069681 10.541381,74.4820147 10.541381,74.6979456 C10.541381,74.9138765 10.3729028,75.088923 10.1650744,75.088923 C9.95724601,75.088923 9.7887678,74.9138765 9.7887678,74.6979456 C9.7887678,74.4820147 9.95724601,74.3069681 10.1650744,74.3069681 Z M3.34627137,73.9016075 C3.55409978,73.9016075 3.72257799,74.0766541 3.72257799,74.292585 C3.72257799,74.5085159 3.55409978,74.6835624 3.34627137,74.6835624 C3.13844296,74.6835624 2.96996475,74.5085159 2.96996475,74.292585 C2.96996475,74.0766541 3.13844296,73.9016075 3.34627137,73.9016075 Z" id="Combined-Shape" fill="#003CFF" fill-rule="nonzero" mask="url(#mask-3)" transform="translate(12.366922, 83.502784) rotate(116.000000) translate(-12.366922, -83.502784) "></path>
|
27
|
-
<line x1="36.7740762" y1="5.47446857" x2="21.5229486" y2="5.47446857" id="Path-2" stroke="#FFFFFF" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"></line>
|
28
|
-
<path d="M55.3345619,102.508419 L59.2472513,107.503832 M71.1583514,102.508419 L67.245662,107.503832 M76.3901084,108.646689 L70.1028049,109.789546 M63.3345619,99.0798472 L63.3345619,106.340972" id="Combined-Shape" stroke="#4486FE" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round" transform="translate(65.817885, 104.508419) rotate(-270.000000) translate(-65.817885, -104.508419) "></path>
|
29
|
-
</g>
|
30
|
-
<g id="球" transform="translate(22.857143, 142.000000)" fill="#FFCD6B" fill-rule="nonzero">
|
31
|
-
<circle id="椭圆形" cx="8.57142857" cy="8.57142857" r="8.57142857"></circle>
|
32
|
-
</g>
|
33
|
-
<g id="球" transform="translate(132.857143, 124.000000)">
|
34
|
-
<mask id="mask-5" fill="white">
|
35
|
-
<use xlink:href="#path-4"></use>
|
36
|
-
</mask>
|
37
|
-
<use id="椭圆形" fill="#FBBE47" fill-rule="nonzero" xlink:href="#path-4"></use>
|
38
|
-
<circle id="椭圆形" fill="#FFCD6B" fill-rule="nonzero" mask="url(#mask-5)" cx="13.8857143" cy="15.12" r="18.8228571"></circle>
|
39
|
-
<circle id="椭圆形" fill="#FFB400" fill-rule="nonzero" mask="url(#mask-5)" cx="23.4" cy="29.0571429" r="1"></circle>
|
40
|
-
<circle id="椭圆形" fill="#FFB400" fill-rule="nonzero" mask="url(#mask-5)" cx="30.3428571" cy="29.8285714" r="1"></circle>
|
41
|
-
<circle id="椭圆形" fill="#FFB400" fill-rule="nonzero" mask="url(#mask-5)" cx="18.7714286" cy="32.6571429" r="1.28571429"></circle>
|
42
|
-
<circle id="椭圆形" fill="#FFB400" fill-rule="nonzero" mask="url(#mask-5)" cx="29.5714286" cy="25.9714286" r="1.28571429"></circle>
|
43
|
-
<circle id="椭圆形" fill="#FFB400" fill-rule="nonzero" mask="url(#mask-5)" cx="19.2857143" cy="7.97142857" r="1.28571429"></circle>
|
44
|
-
<circle id="椭圆形" fill="#FFB400" fill-rule="nonzero" mask="url(#mask-5)" cx="26.4857143" cy="5.91428571" r="1.28571429"></circle>
|
45
|
-
<circle id="椭圆形" fill="#FFB400" fill-rule="nonzero" mask="url(#mask-5)" cx="11.0571429" cy="6.94285714" r="1"></circle>
|
46
|
-
<circle id="椭圆形" fill="#FFB400" fill-rule="nonzero" mask="url(#mask-5)" cx="30.0857143" cy="15.6857143" r="1.28571429"></circle>
|
47
|
-
<circle id="椭圆形" fill="#FFB400" fill-rule="nonzero" mask="url(#mask-5)" cx="22.8857143" cy="14.6571429" r="1"></circle>
|
48
|
-
</g>
|
49
|
-
<path d="M87.4285714,135.122655 L94.0202078,125.744722 L94.0202078,125.665778 L88.0304429,125.665778 L88.0304429,123.106406 L98.0676048,123.106406 L98.0676048,124.893457 L91.6271478,134.147398 L91.6271478,134.229106 L98.1873314,134.229106 L98.1873314,136.785714 L87.4285714,136.785714 L87.4285714,135.122655 Z M99.61355,129.234304 L104.562282,122.187398 L104.562282,122.131051 L100.064193,122.131051 L100.064193,120.214286 L107.599952,120.214286 L107.599952,121.55318 L102.751025,128.495781 L102.751025,128.554941 L107.674094,128.554941 L107.674094,130.474519 L99.61355,130.474519 L99.61355,129.234304 Z M109.958812,129.936168 L113.666754,124.66225 L113.666754,124.617153 L110.29542,124.617153 L110.29542,123.179628 L115.942934,123.179628 L115.942934,124.183107 L112.314825,129.389331 L112.314825,129.434428 L116,129.434428 L116,130.872002 L109.958812,130.872002 L109.958812,129.936168 Z" id="Shape" fill="#FFFFFF" fill-rule="nonzero"></path>
|
50
|
-
</g>
|
51
|
-
</g>
|
52
|
-
</g>
|
53
|
-
</svg>
|
@@ -1 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-2.125 -1.875 64 64"><path fill="#CCC" d="M29.875-1.875c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 60.7c-15.85 0-28.7-12.85-28.7-28.7s12.85-28.7 28.7-28.7 28.7 12.85 28.7 28.7-12.85 28.7-28.7 28.7z"/><path fill="#108ee9" d="M61.858 30.34c.003-.102.008-.203.008-.305 0-11.43-5.996-21.452-15.01-27.113l-.013.026c-.24-.137-.515-.22-.81-.22-.912 0-1.65.738-1.65 1.65 0 .654.384 1.215.937 1.482 7.963 5.1 13.247 14.017 13.247 24.176 0 .147-.01.293-.01.44h.022c0 .01-.004.02-.004.03 0 .91.74 1.65 1.65 1.65s1.65-.74 1.65-1.65c0-.06-.012-.112-.018-.167z"/></svg>
|
@@ -1,91 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head lang="zh">
|
4
|
-
<meta charset="UTF-8">
|
5
|
-
<title>vue3.0-mobile-vant-html</title>
|
6
|
-
<meta
|
7
|
-
name="viewport"
|
8
|
-
content="width=device-width,viewport-fit=cover,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"
|
9
|
-
/>
|
10
|
-
<!-- 引入样式文件 -->
|
11
|
-
<link
|
12
|
-
rel="stylesheet"
|
13
|
-
href="https://fastly.jsdelivr.net/npm/vant@4/lib/index.css"
|
14
|
-
/>
|
15
|
-
<script type="text/javascript">
|
16
|
-
document.write('<link rel=\'stylesheet\' type=\'text/css\' href="css/global.css?ver=' +
|
17
|
-
Date.parse(new Date()) +
|
18
|
-
Math.random() +
|
19
|
-
'\'">')
|
20
|
-
document.write('<link rel=\'stylesheet\' type=\'text/css\' href="css/index.css?ver=' +
|
21
|
-
Date.parse(new Date()) +
|
22
|
-
Math.random() +
|
23
|
-
'\'">')
|
24
|
-
</script>
|
25
|
-
<script src="js/plugin/rem.js"></script>
|
26
|
-
<script src="js/plugin/fastclick.js"></script>
|
27
|
-
<script src="js/utils/config.js"></script>
|
28
|
-
</head>
|
29
|
-
<body>
|
30
|
-
<!--初始化loading-->
|
31
|
-
<div class="toast-loading">
|
32
|
-
<div class="loading-cont">
|
33
|
-
<span class="svg"></span>
|
34
|
-
<span class="svg-text">正在加载中...</span>
|
35
|
-
</div>
|
36
|
-
</div>
|
37
|
-
<!--初始化骨架屏-->
|
38
|
-
<div class="skeleton-loading none">
|
39
|
-
<div class="ant-skeleton ant-skeleton-active">
|
40
|
-
<div class="ant-skeleton-content">
|
41
|
-
<h3 class="ant-skeleton-title" style="width: 38%"></h3>
|
42
|
-
<ul class="ant-skeleton-paragraph">
|
43
|
-
<li></li>
|
44
|
-
<li></li>
|
45
|
-
<li></li>
|
46
|
-
<li></li>
|
47
|
-
<li></li>
|
48
|
-
<li></li>
|
49
|
-
<li style="width: 61%;"></li>
|
50
|
-
</ul>
|
51
|
-
</div>
|
52
|
-
</div>
|
53
|
-
</div>
|
54
|
-
<!--错误展示状态-->
|
55
|
-
<div class="error-block">
|
56
|
-
<div class="error-block-image">
|
57
|
-
<img src="" alt="">
|
58
|
-
</div>
|
59
|
-
<div class="error-block-description">
|
60
|
-
<div class="error-block-description-title"></div>
|
61
|
-
<div class="error-block-description-subtitle"></div>
|
62
|
-
</div>
|
63
|
-
</div>
|
64
|
-
<div id="app">
|
65
|
-
<div class="gx-mobile">
|
66
|
-
<img src="https://ahtv-obs.obs.cn-north-4.myhuaweicloud.com/20211111162748.jpg" alt="">
|
67
|
-
{{ msg }}
|
68
|
-
</div>
|
69
|
-
<div class="gx-mock">
|
70
|
-
<van-button type="primary">主要按钮</van-button>
|
71
|
-
<van-image width="100" height="100" src="https://img.yzcdn.cn/vant/cat.jpeg" />
|
72
|
-
</div>
|
73
|
-
</div>
|
74
|
-
<script src="js/plugin/jquery.min.js"></script>
|
75
|
-
<!-- 引入 Vue 和 Vant 的 JS 文件 -->
|
76
|
-
<script src="https://fastly.jsdelivr.net/npm/vue@3"></script>
|
77
|
-
<script src="https://fastly.jsdelivr.net/npm/vant@4/lib/vant.min.js"></script>
|
78
|
-
<script src="js/plugin/day.min.js"></script>
|
79
|
-
<script src="js/utils/utils.js"></script>
|
80
|
-
<script src="js/utils/appUtil.js"></script>
|
81
|
-
<script src="js/utils/request.js"></script>
|
82
|
-
<script type="text/javascript">
|
83
|
-
document.write('<s' +
|
84
|
-
'cript type=\'text/javascript\' src=\'js/index.js?' +
|
85
|
-
Date.parse(new Date()) +
|
86
|
-
Math.random() +
|
87
|
-
'\'></s' +
|
88
|
-
'cript>')
|
89
|
-
</script>
|
90
|
-
</body>
|
91
|
-
</html>
|
@@ -1,29 +0,0 @@
|
|
1
|
-
const { ref, onMounted } = Vue
|
2
|
-
|
3
|
-
const app = Vue.createApp({
|
4
|
-
setup() {
|
5
|
-
const msg = ref('Hello Gx Mobile')
|
6
|
-
|
7
|
-
onMounted(() => {
|
8
|
-
queryResponse()
|
9
|
-
})
|
10
|
-
|
11
|
-
const queryResponse = async () => {
|
12
|
-
const response = await request({
|
13
|
-
url: '/mock/fetch/url',
|
14
|
-
methot: 'post'
|
15
|
-
})
|
16
|
-
if (response.success) {
|
17
|
-
}
|
18
|
-
}
|
19
|
-
|
20
|
-
return {
|
21
|
-
msg
|
22
|
-
}
|
23
|
-
}
|
24
|
-
})
|
25
|
-
app.use(vant)
|
26
|
-
|
27
|
-
app.use(vant.Lazyload)
|
28
|
-
|
29
|
-
app.mount('#app')
|
@@ -1 +0,0 @@
|
|
1
|
-
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t="undefined"!=typeof globalThis?globalThis:t||self).dayjs=e()}(this,(function(){"use strict";var t=1e3,e=6e4,n=36e5,r="millisecond",i="second",s="minute",u="hour",a="day",o="week",f="month",h="quarter",c="year",d="date",$="Invalid Date",l=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,y=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,M={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_")},m=function(t,e,n){var r=String(t);return!r||r.length>=e?t:""+Array(e+1-r.length).join(n)+t},g={s:m,z:function(t){var e=-t.utcOffset(),n=Math.abs(e),r=Math.floor(n/60),i=n%60;return(e<=0?"+":"-")+m(r,2,"0")+":"+m(i,2,"0")},m:function t(e,n){if(e.date()<n.date())return-t(n,e);var r=12*(n.year()-e.year())+(n.month()-e.month()),i=e.clone().add(r,f),s=n-i<0,u=e.clone().add(r+(s?-1:1),f);return+(-(r+(n-i)/(s?i-u:u-i))||0)},a:function(t){return t<0?Math.ceil(t)||0:Math.floor(t)},p:function(t){return{M:f,y:c,w:o,d:a,D:d,h:u,m:s,s:i,ms:r,Q:h}[t]||String(t||"").toLowerCase().replace(/s$/,"")},u:function(t){return void 0===t}},D="en",v={};v[D]=M;var p=function(t){return t instanceof _},S=function(t,e,n){var r;if(!t)return D;if("string"==typeof t)v[t]&&(r=t),e&&(v[t]=e,r=t);else{var i=t.name;v[i]=t,r=i}return!n&&r&&(D=r),r||!n&&D},w=function(t,e){if(p(t))return t.clone();var n="object"==typeof e?e:{};return n.date=t,n.args=arguments,new _(n)},O=g;O.l=S,O.i=p,O.w=function(t,e){return w(t,{locale:e.$L,utc:e.$u,x:e.$x,$offset:e.$offset})};var _=function(){function M(t){this.$L=S(t.locale,null,!0),this.parse(t)}var m=M.prototype;return m.parse=function(t){this.$d=function(t){var e=t.date,n=t.utc;if(null===e)return new Date(NaN);if(O.u(e))return new Date;if(e instanceof Date)return new Date(e);if("string"==typeof e&&!/Z$/i.test(e)){var r=e.match(l);if(r){var i=r[2]-1||0,s=(r[7]||"0").substring(0,3);return n?new Date(Date.UTC(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,s)):new Date(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,s)}}return new Date(e)}(t),this.$x=t.x||{},this.init()},m.init=function(){var t=this.$d;this.$y=t.getFullYear(),this.$M=t.getMonth(),this.$D=t.getDate(),this.$W=t.getDay(),this.$H=t.getHours(),this.$m=t.getMinutes(),this.$s=t.getSeconds(),this.$ms=t.getMilliseconds()},m.$utils=function(){return O},m.isValid=function(){return!(this.$d.toString()===$)},m.isSame=function(t,e){var n=w(t);return this.startOf(e)<=n&&n<=this.endOf(e)},m.isAfter=function(t,e){return w(t)<this.startOf(e)},m.isBefore=function(t,e){return this.endOf(e)<w(t)},m.$g=function(t,e,n){return O.u(t)?this[e]:this.set(n,t)},m.unix=function(){return Math.floor(this.valueOf()/1e3)},m.valueOf=function(){return this.$d.getTime()},m.startOf=function(t,e){var n=this,r=!!O.u(e)||e,h=O.p(t),$=function(t,e){var i=O.w(n.$u?Date.UTC(n.$y,e,t):new Date(n.$y,e,t),n);return r?i:i.endOf(a)},l=function(t,e){return O.w(n.toDate()[t].apply(n.toDate("s"),(r?[0,0,0,0]:[23,59,59,999]).slice(e)),n)},y=this.$W,M=this.$M,m=this.$D,g="set"+(this.$u?"UTC":"");switch(h){case c:return r?$(1,0):$(31,11);case f:return r?$(1,M):$(0,M+1);case o:var D=this.$locale().weekStart||0,v=(y<D?y+7:y)-D;return $(r?m-v:m+(6-v),M);case a:case d:return l(g+"Hours",0);case u:return l(g+"Minutes",1);case s:return l(g+"Seconds",2);case i:return l(g+"Milliseconds",3);default:return this.clone()}},m.endOf=function(t){return this.startOf(t,!1)},m.$set=function(t,e){var n,o=O.p(t),h="set"+(this.$u?"UTC":""),$=(n={},n[a]=h+"Date",n[d]=h+"Date",n[f]=h+"Month",n[c]=h+"FullYear",n[u]=h+"Hours",n[s]=h+"Minutes",n[i]=h+"Seconds",n[r]=h+"Milliseconds",n)[o],l=o===a?this.$D+(e-this.$W):e;if(o===f||o===c){var y=this.clone().set(d,1);y.$d[$](l),y.init(),this.$d=y.set(d,Math.min(this.$D,y.daysInMonth())).$d}else $&&this.$d[$](l);return this.init(),this},m.set=function(t,e){return this.clone().$set(t,e)},m.get=function(t){return this[O.p(t)]()},m.add=function(r,h){var d,$=this;r=Number(r);var l=O.p(h),y=function(t){var e=w($);return O.w(e.date(e.date()+Math.round(t*r)),$)};if(l===f)return this.set(f,this.$M+r);if(l===c)return this.set(c,this.$y+r);if(l===a)return y(1);if(l===o)return y(7);var M=(d={},d[s]=e,d[u]=n,d[i]=t,d)[l]||1,m=this.$d.getTime()+r*M;return O.w(m,this)},m.subtract=function(t,e){return this.add(-1*t,e)},m.format=function(t){var e=this,n=this.$locale();if(!this.isValid())return n.invalidDate||$;var r=t||"YYYY-MM-DDTHH:mm:ssZ",i=O.z(this),s=this.$H,u=this.$m,a=this.$M,o=n.weekdays,f=n.months,h=function(t,n,i,s){return t&&(t[n]||t(e,r))||i[n].substr(0,s)},c=function(t){return O.s(s%12||12,t,"0")},d=n.meridiem||function(t,e,n){var r=t<12?"AM":"PM";return n?r.toLowerCase():r},l={YY:String(this.$y).slice(-2),YYYY:this.$y,M:a+1,MM:O.s(a+1,2,"0"),MMM:h(n.monthsShort,a,f,3),MMMM:h(f,a),D:this.$D,DD:O.s(this.$D,2,"0"),d:String(this.$W),dd:h(n.weekdaysMin,this.$W,o,2),ddd:h(n.weekdaysShort,this.$W,o,3),dddd:o[this.$W],H:String(s),HH:O.s(s,2,"0"),h:c(1),hh:c(2),a:d(s,u,!0),A:d(s,u,!1),m:String(u),mm:O.s(u,2,"0"),s:String(this.$s),ss:O.s(this.$s,2,"0"),SSS:O.s(this.$ms,3,"0"),Z:i};return r.replace(y,(function(t,e){return e||l[t]||i.replace(":","")}))},m.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},m.diff=function(r,d,$){var l,y=O.p(d),M=w(r),m=(M.utcOffset()-this.utcOffset())*e,g=this-M,D=O.m(this,M);return D=(l={},l[c]=D/12,l[f]=D,l[h]=D/3,l[o]=(g-m)/6048e5,l[a]=(g-m)/864e5,l[u]=g/n,l[s]=g/e,l[i]=g/t,l)[y]||g,$?D:O.a(D)},m.daysInMonth=function(){return this.endOf(f).$D},m.$locale=function(){return v[this.$L]},m.locale=function(t,e){if(!t)return this.$L;var n=this.clone(),r=S(t,e,!0);return r&&(n.$L=r),n},m.clone=function(){return O.w(this.$d,this)},m.toDate=function(){return new Date(this.valueOf())},m.toJSON=function(){return this.isValid()?this.toISOString():null},m.toISOString=function(){return this.$d.toISOString()},m.toString=function(){return this.$d.toUTCString()},M}(),b=_.prototype;return w.prototype=b,[["$ms",r],["$s",i],["$m",s],["$H",u],["$W",a],["$M",f],["$y",c],["$D",d]].forEach((function(t){b[t[1]]=function(e){return this.$g(e,t[0],t[1])}})),w.extend=function(t,e){return t.$i||(t(e,_,w),t.$i=!0),w},w.locale=S,w.isDayjs=p,w.unix=function(t){return w(1e3*t)},w.en=v[D],w.Ls=v,w.p={},w}));
|