init
@@ -0,0 +1,11 @@
|
||||
#### 本地开发环境
|
||||
|
||||
# 前端端口
|
||||
VITE_PORT = 888
|
||||
# 前端路径
|
||||
VITE_BASE_URL = './'
|
||||
# 后端接口地址,通过vite.config.js中进行代理到后端地址http://localhost:8080,避免跨域问题。
|
||||
VITE_API_DOMAIN = '/dev_api'
|
||||
#远程Selenium
|
||||
VITE_PLATFORM_API_URL='http://localhost:2222'
|
||||
VITE_WS_URL='ws://localhost:1040'
|
||||
@@ -0,0 +1,13 @@
|
||||
#### 生产环境
|
||||
|
||||
# 前端端口
|
||||
VITE_PORT = 8089
|
||||
# 前端路径v
|
||||
|
||||
VITE_BASE_URL = '/'
|
||||
# 后端接口地址,用 https时要改成 /api,ip时用注释的,配合nginx.conf。
|
||||
#VITE_API_DOMAIN = 'http://123.57.71.170:1024'
|
||||
VITE_API_DOMAIN = '/api'
|
||||
# 远程Selenium
|
||||
VITE_PLATFORM_API_URL='https://123.57.71.170:2222'
|
||||
VITE_WS_URL='wss://www.airzhihui.com/ws'
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"printWidth": 220,
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"arrowParens": "always",
|
||||
"quoteProps": "as-needed"
|
||||
}
|
||||
@@ -0,0 +1,65 @@
|
||||
# AutoEE-快速开发平台:前端框架
|
||||
|
||||
## 平台简介
|
||||
|
||||
- 基于 vue3 + CompositionAPI + vite + ant-design-vue3 实现的管理平台前端框架。
|
||||
- 使用各组件的最新版本,融合新技术,代码简单易懂,组件拆分清晰,不做过度封装,符合常规开发模式,自动代码生成,修改简单高效,运行速度快。
|
||||
- 使用Vue3的< script setup >语法糖,代码结构清晰,代码量大幅减少,真香!!!
|
||||
- 界面简洁美观,使用 Ant Design of Vue 最新 3.x 版本,原汁原味,清晰明了,操作方便。
|
||||
- 后端直接对接 RuoYi-Vue。[访问 RuoYi-Vue](https://gitee.com/y_project/RuoYi-Vue)
|
||||
|
||||
## 已完成功能
|
||||
|
||||
- 系统管理
|
||||
- 用户管理
|
||||
- 角色管理
|
||||
- 菜单管理
|
||||
- 部门管理
|
||||
- 岗位管理
|
||||
- 字典管理
|
||||
- 参数设置
|
||||
- 日志管理
|
||||
- 操作日志
|
||||
- 登录日志
|
||||
- 系统监控
|
||||
- 定时任务
|
||||
- 系统工具
|
||||
- 代码生成
|
||||
|
||||
## 使用方法
|
||||
|
||||
1. 启动前端 autoee-ui 工程
|
||||
- (1)下载 autoee-ui 工程到本地
|
||||
- (2)执行 npm install
|
||||
- (3)执行 npm run dev
|
||||
2. 启动后端 RuoYi-Vue 工程
|
||||
- (1)下载 RuoYi-Vue 工程到本地
|
||||
- (2)将前端 autoee-ui 工程目录 src\javaFiles\template\vm\vue\下的如下文件覆盖到后端 RuoYi-Vue 工程目录 ruoyi-generator/src/main/resources/vm/vue 中
|
||||
- index.vue.vm
|
||||
- addUpdateModal.vue.vm
|
||||
- detailModal.vue.vm
|
||||
- (3)将前端 autoee-ui 工程目录 src\javaFiles\下的如下文件覆盖到后端 RuoYi-Vue 工程中
|
||||
- GenTableServiceImpl.java
|
||||
- VelocityUtils.java
|
||||
- (4)[可选]将前端 autoee-ui 工程目录 src\sqlFiles\下的如下文件导入到数据库中
|
||||
- 1.向表 gen_table 中插入数据.sql
|
||||
- 2.向表 gen_table_column 中插入数据.sql
|
||||
- (5)启动 RuoYi-Vue 工程
|
||||
3. 访问 http://localhost:8090/
|
||||
|
||||
## 如果 AutoEE 对您有帮助,请我喝杯咖啡吧!
|
||||
|
||||
<img src="https://gitee.com/Double_AutoEE/AutoEE/raw/master/autoee-ui/src/assets/styles/loginPage/admireQRcode.jpg" width=30% />
|
||||
|
||||
## 平台界面图片
|
||||
|
||||
<img src="https://gitee.com/Double_AutoEE/AutoEE/raw/master/autoee-ui/src/assets/images/autoee/%E7%99%BB%E9%99%86%E9%A1%B5%E9%9D%A2.png" />
|
||||
<img src="https://gitee.com/Double_AutoEE/AutoEE/raw/master/autoee-ui/src/assets/images/autoee/%E7%94%A8%E6%88%B7%E7%AE%A1%E7%90%86.png" />
|
||||
<img src="https://gitee.com/Double_AutoEE/AutoEE/raw/master/autoee-ui/src/assets/images/autoee/%E7%94%A8%E6%88%B7%E7%AE%A1%E7%90%86-2.png" />
|
||||
<img src="https://gitee.com/Double_AutoEE/AutoEE/raw/master/autoee-ui/src/assets/images/autoee/%E7%94%A8%E6%88%B7%E7%AE%A1%E7%90%86-3.png" />
|
||||
<img src="https://gitee.com/Double_AutoEE/AutoEE/raw/master/autoee-ui/src/assets/images/autoee/%E8%8F%9C%E5%8D%95%E7%AE%A1%E7%90%86-1.png" />
|
||||
<img src="https://gitee.com/Double_AutoEE/AutoEE/raw/master/autoee-ui/src/assets/images/autoee/%E8%8F%9C%E5%8D%95%E7%AE%A1%E7%90%86-2.png" />
|
||||
<img src="https://gitee.com/Double_AutoEE/AutoEE/raw/master/autoee-ui/src/assets/images/autoee/%E4%BB%A3%E7%A0%81%E7%94%9F%E6%88%90-1.png" />
|
||||
<img src="https://gitee.com/Double_AutoEE/AutoEE/raw/master/autoee-ui/src/assets/images/autoee/%E4%BB%A3%E7%A0%81%E7%94%9F%E6%88%90-2.png" />
|
||||
<img src="https://gitee.com/Double_AutoEE/AutoEE/raw/master/autoee-ui/src/assets/images/autoee/%E4%BB%A3%E7%A0%81%E7%94%9F%E6%88%90-3.png" />
|
||||
<img src="https://gitee.com/Double_AutoEE/AutoEE/raw/master/autoee-ui/src/assets/images/autoee/genCodeReview.png" />
|
||||
@@ -0,0 +1,59 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" href="/images/piao.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>欢迎光临智汇旅行平台</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script type="module" src="/src/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<style>
|
||||
html, body {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#app {
|
||||
font-family: Avenir, Helvetica, Arial, sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
/* text-align: center; */
|
||||
color: #2c3e50;
|
||||
/* margin-top: 60px; */
|
||||
height: inherit;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* 谷歌美化滚动条 */
|
||||
*::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
/* 滚动条栏位背景色 */
|
||||
*::-webkit-scrollbar-track {
|
||||
background: #f0f2f5;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
/* 滚动条颜色 */
|
||||
*::-webkit-scrollbar-thumb {
|
||||
/*background: rgb(166, 165, 231);*/
|
||||
background: #c8d2e0;
|
||||
/*border-radius: 10px;*/
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar-thumb:hover {
|
||||
background: #c8d2e0;
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar-corner {
|
||||
background: #c8d2e0;
|
||||
}
|
||||
</style>
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"include": [
|
||||
"./src/**/*"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "ruoyi-uia",
|
||||
"version": "0.1",
|
||||
"scripts": {
|
||||
"dev": "vite --mode dev",
|
||||
"build": "vite build --mode prod"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ant-design/icons-vue": "^6.0.1",
|
||||
"@stomp/stompjs": "^7.0.0",
|
||||
"@vueup/vue-quill": "^1.2.0",
|
||||
"ant-design-vue": "^3.2.20",
|
||||
"axios": "^0.24.0",
|
||||
"core-js": "^3.38.1",
|
||||
"dayjs": "^1.11.13",
|
||||
"echarts": "^5.5.1",
|
||||
"file-saver": "2.0.5",
|
||||
"js-cookie": "3.0.1",
|
||||
"mitt": "^3.0.1",
|
||||
"moment": "^2.30.1",
|
||||
"nprogress": "^0.2.0",
|
||||
"openai": "^4.83.0",
|
||||
"pako": "^2.1.0",
|
||||
"quill": "^2.0.3",
|
||||
"sockjs-client": "^1.6.1",
|
||||
"vue": "^3.5.6",
|
||||
"vue-class-component": "^8.0.0-0",
|
||||
"vue-cropper": "^1.0.5",
|
||||
"vue-echarts": "^6.7.3",
|
||||
"vue-request": "^2.0.4",
|
||||
"vue-router": "^4.4.5",
|
||||
"vue3-highlightjs": "1.0.5",
|
||||
"vuex": "^4.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/nprogress": "^0.2.3",
|
||||
"@vitejs/plugin-vue": "^5.2.4",
|
||||
"@vue/compiler-sfc": "^3.5.6",
|
||||
"@vue/eslint-config-prettier": "^6.0.0",
|
||||
"less": "^3.13.1",
|
||||
"less-loader": "^10.2.0",
|
||||
"vite": "^6.4.3"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="319px" height="319px" viewBox="0 0 319 319" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 60.1 (88133) - https://sketch.com -->
|
||||
<title>3U_LOGO</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="航司LOGO备份-3" transform="translate(-110.000000, -1120.000000)">
|
||||
<g id="切图" transform="translate(109.000000, 80.000000)"></g>
|
||||
<g id="1_四川航空_3U" transform="translate(110.000000, 1120.000000)" fill="#D70110">
|
||||
<path d="M257.548898,270.592653 C247.171755,268.192653 222.025633,267.88898 203.880327,267.862857 C172.908898,267.862857 146.169306,258.060408 141.023184,234.811429 C138.920327,225.302857 142.881143,214.866939 140.170939,214.014694 C136.931755,213.018776 130.685224,224.532245 124.487673,232.715102 C99.8542041,265.237551 74.2150204,271.017143 60.2558367,269.70449 C55.9031837,265.795918 51.7986939,261.665306 47.9227755,257.302857 C64.0142041,256.819592 96.2231837,251.346939 120.55951,227.010612 C125.940735,221.668571 149.437878,193.106939 151.720327,195.686531 C152.647673,196.770612 146.192163,206.749388 144.500735,217.358367 C138.231347,256.195918 181.944,259.47102 211.165224,258.82449 C237.872163,258.194286 259.106449,252.137143 270.169306,258.037551 C266.192163,262.481633 261.986449,266.667755 257.548898,270.592653 M84.4256327,287.363265 C96.5921633,280.300408 113.914612,267.164082 124.536653,244.881633 C129.049306,235.497143 132.373388,229.133061 136.39298,221.482449 C136.438694,221.443265 136.471347,221.38449 136.507265,221.325714 C136.732571,220.969796 136.957878,220.764082 137.098286,220.813061 C137.245224,220.858776 137.297469,221.113469 137.277878,221.482449 C137.297469,221.596735 137.326857,221.681633 137.297469,221.756735 C136.732571,226.690612 133.209306,247.862857 147.81502,262.537143 C168.856653,283.634286 213.911347,287.033469 225.986449,291.915102 C205.950531,301.995102 183.33502,307.702857 159.387265,307.702857 C132.07298,307.702857 106.443592,300.297143 84.4256327,287.363265 M159.387265,10.3934694 C234.378286,10.3934694 296.549714,66.2138776 306.623184,138.475102 C287.700735,138.902857 241.552163,179.898776 209.816653,201.799184 C192.154612,213.97551 161.989714,222.749388 174.123592,193.822041 C178.136653,184.228571 183.256653,174.92898 178.600327,169.306122 C173.036245,162.622041 160.748898,167.183673 159.720327,167.542857 C65.1113469,199.075918 29.7448163,161.44 14.7276735,124.796735 C30.2444082,59.2914286 89.2093061,10.3934694 159.387265,10.3934694 M247.733388,209.841633 C238.074612,214.915918 176.644408,245.825306 162.31298,218.308571 C153.277878,200.966531 173.591347,183.683265 169.101551,177.717551 C166.015837,173.65551 156.693388,178.697143 147.442776,183.04 C118.619918,196.600816 75.2142041,226.99102 13.0917551,185.430204 C12.0109388,179.41551 11.3056327,173.302857 10.9627755,167.056327 C26.4893061,181.296327 45.4574694,190.870204 72.0501224,194.171429 C115.201143,199.542857 164.997061,162.778776 174.685224,171.875918 C178.355429,175.324082 169.953796,188.74449 167.550531,195.062857 C155.442776,227.026939 187.387265,226.661224 209.979918,216.587755 C260.487673,194.063673 285.960327,162.628571 307.615837,170.099592 C307.217469,175.853061 306.420735,181.541224 305.369306,187.102041 C288.190531,183.826939 271.351347,197.446531 247.733388,209.841633 M288.490939,232.666122 C276.481143,227.190204 244.252571,238.700408 210.37502,244.839184 C163.452571,253.348571 143.018286,235.085714 151.220735,206.426122 C152.820735,200.803265 158.806041,192.388571 155.805224,190.337959 C152.804408,188.248163 142.822367,198.213878 141.000327,199.742041 C125.996245,212.52898 122.378286,215.546122 106.531755,225.227755 C82.0027755,240.199184 47.2174694,239.154286 31.6746122,235.013878 C28.4321633,229.580408 25.5162449,223.941224 22.9856327,218.086531 C59.906449,225.351837 91.5897143,233.067755 141.173388,194.204082 C145.953796,190.458776 163.256653,177.64898 165.003592,181.32898 C165.947265,183.356735 160.673796,189.237551 156.507265,200.359184 C145.401959,229.998367 164.729306,246.76898 211.423184,237.534694 C244.464816,230.974694 281.35298,210.850612 297.036245,215.15102 C294.557878,221.182041 291.704,227.059592 288.490939,232.666122 M159.387265,0 C71.6844082,0 0.350530612,71.3502041 0.350530612,159.053061 C0.350530612,246.749388 71.6844082,318.099592 159.387265,318.099592 C247.083592,318.099592 318.437061,246.749388 318.437061,159.053061 C318.437061,71.3502041 247.083592,0 159.387265,0" id="Fill-59"></path>
|
||||
<path d="M61.1792653,65.3234286 C81.6298776,71.4360816 82.8870204,98.6883265 103.011102,108.144653 C121.394776,116.784653 139.115592,118.587102 145.051918,121.676082 C149.819265,124.151184 152.392327,127.726694 152.885388,130.276898 C150.612735,130.208327 143.628245,129.731592 138.841306,134.257306 C138.067429,134.982204 134.067429,134.773224 134.067429,135.645061 C134.060898,136.735673 137.068245,136.461388 139.651102,138.192 C144.470694,141.460571 153.962939,143.713633 159.961306,143.553633 C167.954776,143.354449 173.940082,139.893224 175.491102,139.403429 C178.527837,138.476082 181.254367,138.338939 185.100898,141.251592 C185.100898,141.251592 185.283755,141.352816 185.368653,141.352816 C185.479673,141.352816 185.558041,141.310367 185.613551,141.251592 L189.913959,139.018122 C191.31151,134.583837 168.036408,134.257306 177.091102,128.046694 C186.449469,121.685878 199.513959,97.3430204 224.731918,89.1601633 C224.731918,89.1601633 239.68702,86.5479184 250.524571,93.9634286 L250.534367,93.9634286 C250.593143,94.0450612 250.691102,94.0875102 250.834776,94.0875102 C250.906612,94.0875102 251.148245,94.0189388 251.148245,94.0189388 C253.437224,93.147102 266.018449,87.3087347 265.211918,68.676898 C265.211918,68.6605714 265.249034,68.6605714 265.249034,68.6605714 C265.249034,68.4515918 265.07151,68.2752653 264.882122,68.2752653 C264.80702,68.2752653 264.666612,68.3503673 264.666612,68.3503673 C260.699265,70.5773061 246.965388,83.8540408 220.402122,83.8540408 L219.089469,83.7560816 C176.901714,83.6907755 159.069878,121.362612 159.069878,121.362612 C117.789878,105.649959 108.428245,72.5626122 88.2225306,63.2891429 C81.3947755,60.1609796 67.4421224,63.5340408 61.4306939,64.2850612 L61.4241633,64.272 C61.3523265,64.272 61.3033469,64.2850612 61.218449,64.3177143 L61.1792653,64.3177143 L61.1792653,64.3307755 C61.0290612,64.4222041 60.9245714,64.592 60.9245714,64.8042449 C60.9017143,65.0001633 61.0029388,65.2058776 61.1792653,65.2940408 L61.1792653,65.3234286 Z" id="Fill-57"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.6 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 47 KiB |
|
After Width: | Height: | Size: 9.7 KiB |
|
After Width: | Height: | Size: 7.5 KiB |
|
After Width: | Height: | Size: 8.1 KiB |
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="320px" height="320px" viewBox="0 0 320 320" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 60.1 (88133) - https://sketch.com -->
|
||||
<title>BK_LOGO</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="航司LOGO备份-3" transform="translate(-647.000000, -3199.000000)">
|
||||
<g id="切图" transform="translate(109.000000, 80.000000)"></g>
|
||||
<g id="奥凯航空横版1" transform="translate(659.000000, 3199.000000)" fill="#E95506">
|
||||
<path d="M262.138012,169.673419 C233.370006,159.430522 218.466855,177.747971 214.202603,184.050178 C206.33571,195.630786 204.563365,225.021769 227.632824,234.250518 C238.049576,238.413355 249.557744,231.473683 251.59087,222.549179 C253.72541,213.890284 249.214865,199.914355 233.350689,201.6867 C235.238936,198.934012 243.859196,197.27274 249.214865,199.648745 C254.705754,202.082701 266.701679,210.833351 259.515714,231.797245 C252.310432,252.770797 227.145067,249.110205 220.181249,244.474098 C213.22226,239.847651 207.958347,234.472665 207.958347,222.302885 C202.940728,221.815128 196.469496,221.327371 193.813394,218.420146 C191.191096,215.474287 189.529825,212.552574 188.549481,200.122014 C187.602943,187.691454 178.475608,170.880739 167.947783,159.923108 C178.475608,148.941331 187.602943,132.135445 188.549481,119.700056 C189.529825,107.288813 191.191096,104.3671 193.813394,101.42124 C196.469496,98.5188447 202.940728,98.0069412 207.958347,97.5191842 C207.958347,85.3494049 213.22226,79.9937362 220.181249,75.3528005 C227.145067,70.731182 252.310432,67.0705896 259.515714,88.0296539 C266.701679,108.988718 254.705754,117.758686 249.214865,120.192642 C243.859196,122.549329 235.238936,120.907375 233.350689,118.154687 C249.214865,119.927032 253.72541,105.931786 251.59087,97.2922082 C249.557744,88.3677034 238.049576,81.4087145 227.632824,85.5956981 C204.563365,94.8196181 206.33571,124.210601 214.202603,135.791208 C218.466855,142.093415 233.370006,160.396377 262.138012,150.167967 C289.983626,140.263119 294.716318,112.3837 294.716318,112.3837 C301.18755,71.9578184 271.965591,41.7168828 232.877419,41.4882502 C193.813394,41.2436136 183.758838,68.5435192 183.758838,68.5435192 C169.382079,69.7508386 162.196114,75.3528005 156.193322,85.1079411 C150.214676,94.8582523 144.931447,115.571023 138.218751,127.248216 C131.501226,138.964044 122.861649,147.487718 110.885041,159.923108 C122.861649,172.353668 131.501226,180.858026 138.218751,192.573853 C144.931447,204.270363 150.214676,224.987964 156.193322,234.738275 C162.196114,244.474098 169.382079,250.071231 183.758838,251.297867 C183.758838,251.297867 193.813394,278.597773 232.877419,278.353137 C271.965591,278.110016 301.18755,247.888398 294.716318,207.443199 C294.716318,207.443199 289.983626,179.578267 262.138012,169.673419 M194.697151,275.313864 C185.492549,272.145858 175.776042,272.730201 170.212715,274.579814 C161.81943,277.371137 160.138842,281.031729 157.535861,284.557102 C150.422335,294.273608 142.048368,288.17906 136.576797,279.935483 C130.839615,271.276588 125.633654,260.565251 122.335257,239.71726 C118.805056,217.420486 101.487267,182.953932 75.1725335,159.923108 C101.487267,136.887454 118.805056,102.406413 122.335257,80.1096388 C125.633654,59.280965 130.839615,48.5454811 136.576797,39.9059037 C142.048368,31.662327 150.422335,25.5677788 157.535861,35.264968 C160.138842,38.7903406 161.81943,42.4509329 170.212715,45.2664017 C175.776042,47.116015 185.492549,47.6810405 194.697151,44.5275223 C198.961404,43.0739097 206.562686,39.302244 207.958347,34.0383315 C209.696887,27.7216366 201.414676,19.7967922 199.507112,18.0051303 C184.772986,3.89398142 162.007772,-1.03188162 141.50266,0.175437753 C121.427353,1.36344002 96.7545746,10.4183353 80.5137144,31.3242776 C67.7789096,47.6955283 62.2880211,71.8419158 52.1610262,95.949669 C39.1412941,126.982606 17.7524241,144.488737 0.565025467,159.430522 L0.526391247,159.449839 C0.0724391624,159.884474 1.10134124e-13,159.923108 1.10134124e-13,159.923108 L0.338049425,160.203206 L0.338049425,160.222523 C17.5978872,175.202942 39.0688549,192.723561 52.1610262,223.891718 C62.2880211,247.999471 67.7789096,272.126541 80.5137144,288.502621 C96.7545746,309.403734 121.427353,318.45863 141.50266,319.646632 C162.007772,320.873268 184.772986,315.947405 199.507112,301.836256 C201.414676,300.049424 209.696887,292.124579 207.958347,285.783738 C206.562686,280.524655 198.961404,276.767477 194.697151,275.313864" id="Fill-26"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.6 KiB |
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="320px" height="320px" viewBox="0 0 320 320" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 60.1 (88133) - https://sketch.com -->
|
||||
<title>CA_LOGO</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="航司LOGO备份-3" transform="translate(-647.000000, -6886.000000)">
|
||||
<g id="切图" transform="translate(109.000000, 80.000000)"></g>
|
||||
<g id="中国国际航空公司1" transform="translate(661.000000, 6886.000000)" fill="#E50113">
|
||||
<path d="M0.216991414,116.74627 L37.6938451,116.74627 C37.6938451,110.04192 43.4404307,97.2303809 57.9309423,97.2303809 C63.6804126,97.2303809 64.6381769,98.3064233 72.057965,96.8697769 C81.6413773,93.6387649 85.9513164,88.1316205 87.8668449,83.6976335 C87.8668449,83.6976335 91.576739,99.5036286 76.6073453,107.768673 C68.1086299,112.436331 54.9364866,108.844715 54.9364866,108.844715 C54.9364866,108.844715 44.5222427,107.28979 43.2038744,116.74627 C49.0716229,116.74627 58.2886615,122.735181 58.2886615,133.034032 L58.2886615,220.08384 C58.2886615,226.312193 63.3198086,232.89538 71.1030856,232.89538 C77.8045506,232.89538 83.793462,227.39112 83.793462,220.08384 L83.793462,159.01483 C83.793462,68.8494027 153.721792,31.4908271 194.550821,28.4992563 C228.320665,26.1048456 251.076221,29.0964165 292.384131,0 C292.384131,0 279.448544,50.530719 221.019155,62.745098 C210.241422,64.9000676 177.913994,61.1872887 147.496324,92.6810007 C123.549333,117.706919 120.915481,140.814424 120.915481,171.229209 L120.915481,224.993825 C120.915481,248.583097 102.115031,272.408925 73.2580552,272.408925 C45.3617288,272.408925 25.7189071,250.138021 25.7189071,224.993825 C25.7189071,210.145594 25.600629,133.752355 25.600629,133.752355 C25.600629,126.208519 20.2088778,119.383007 11.7101625,119.383007 L0.216991414,119.383007 L0.216991414,116.74627 Z" id="Fill-307"></path>
|
||||
<path d="M33.1473498,266.420879 C33.1473498,266.420879 63.7986908,297.556872 104.27,274.088763 C130.972006,258.519324 131.693214,226.191895 131.693214,226.191895 L131.693214,153.745107 C131.693214,153.745107 130.614287,117.465459 163.423482,91.481776 C186.294431,73.5208114 207.36813,74.7180167 222.095197,72.8024882 C259.453773,68.3713861 276.096369,44.782114 276.096369,44.782114 C276.459858,48.855497 272.386475,92.1972143 225.56565,104.532756 C216.106286,106.930052 164.617803,102.020068 164.617803,161.531269 L164.617803,233.256849 C164.617803,248.341636 161.029072,274.804201 132.769256,293.604652 C104.030559,312.762822 57.0914561,309.771251 33.1473498,266.420879" id="Fill-309"></path>
|
||||
<path d="M76.371943,311.686491 C121.986908,324.379752 174.560088,292.285995 174.560088,239.006031 L174.560088,176.260933 C174.560088,157.939364 189.766038,133.631769 217.30753,133.631769 C246.161621,133.631769 260.054972,159.615452 260.054972,176.260933 C260.054972,186.917503 255.863311,207.991201 235.865655,207.991201 C220.05966,207.991201 210.00025,191.824602 214.910235,178.652459 C213.834192,183.083561 216.228603,187.396385 220.899146,187.396385 C225.451411,187.396385 227.9641,183.083561 227.242892,177.694695 C227.121729,176.500374 225.687967,166.559243 214.670794,166.559243 C205.332592,166.559243 202.338136,175.060843 202.338136,179.134226 L202.338136,235.050926 C202.338136,294.801569 137.077465,338.988542 76.371943,311.686491" id="Fill-311"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.5 KiB |
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="320px" height="320px" viewBox="0 0 320 320" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 60.1 (88133) - https://sketch.com -->
|
||||
<title>CZ_LOGO</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="航司LOGO备份-3" transform="translate(-109.000000, -7395.000000)">
|
||||
<g id="切图" transform="translate(109.000000, 80.000000)"></g>
|
||||
<g id="中国南方航空竖版" transform="translate(109.000000, 7441.000000)">
|
||||
<polygon id="Fill-1" fill="#008ED2" points="228.169649 -0.000267572512 0.39587353 227.709291 228.169649 227.709291 319.406524 -0.000267572512"></polygon>
|
||||
<g id="编组" transform="translate(136.461981, 62.009261)">
|
||||
<path d="M76.2015741,25.6745189 C72.6963742,23.9647306 70.2587886,20.397989 70.2587886,16.3068053 C70.2587886,10.5406177 74.9199018,5.84204442 80.6834136,5.84204442 C86.4629799,5.84204442 91.124093,10.5406177 91.124093,16.3068053 C91.124093,20.4381249 88.6945346,24.0342995 85.1759561,25.6878976 L85.1759561,28.6258437 C88.4109078,28.9629851 92.2987363,30.2954962 94.6667531,31.523654 C95.7343674,31.4433823 97.1257444,31.3657863 98.541203,31.3657863 C111.708446,31.3657863 120.961104,40.0485142 120.961104,52.0518171 C120.961104,59.4608999 114.319954,66.2064029 106.892141,66.2064029 C99.4027865,66.2064029 92.6465806,58.8802676 93.9790917,51.497942 C93.9790917,51.497942 93.2111586,54.0505837 93.2111586,57.1517492 L93.2111586,94.7831471 C92.9061259,99.0830374 87.1372626,122.779259 60.5512579,122.779259 C33.9304688,122.779259 28.1428754,99.0830374 27.8217883,94.7831471 L27.8217883,57.1517492 C27.8217883,54.0505837 27.0645581,51.497942 27.0645581,51.497942 C28.4960711,58.5993164 21.6408633,66.2064029 14.2103747,66.2064029 C6.7183444,66.2064029 0.103951921,59.4608999 0.103951921,52.0518171 C0.103951921,40.0485142 9.3191492,31.3657863 22.5425827,31.3657863 C23.912554,31.3657863 25.3119582,31.4433823 26.3474638,31.523654 C28.7609679,30.2954962 32.8628545,28.8532804 35.8703695,28.6258437 L35.8703695,25.6531131 C32.4053055,23.9647306 29.9623684,20.397989 29.9623684,16.3068053 C29.9623684,10.5406177 34.6368602,5.84204442 40.4191022,5.84204442 C46.1772626,5.84204442 50.8571058,10.5406177 50.8571058,16.3068053 C50.8571058,20.4381249 48.4275474,24.0744353 44.8822117,25.7307092 L44.8822117,29.6586736 C45.7571738,29.9262461 46.6883261,30.2633875 47.5392067,30.6754492 C49.1633718,27.1836279 52.4277565,24.457064 56.0854727,23.2422848 L56.0854727,20.0635234 C52.5615427,18.383168 50.1400115,14.8217779 50.1400115,10.6529982 C50.1400115,4.86272903 54.7797188,0.225697413 60.5512579,0.225697413 C66.3147698,0.225697413 70.9919373,4.86272903 70.9919373,10.6529982 C70.9919373,14.8217779 68.5757575,18.383168 65.0304217,20.0635234 L65.0304217,23.2422848 C68.688138,24.4410097 71.8990081,27.1836279 73.5204975,30.6754492 C74.3419451,30.2633875 75.3159091,29.9262461 76.2015741,29.6586736 L76.2015741,25.6745189 Z" id="Fill-2" fill="#FEFEFE"></path>
|
||||
<path d="M116.807843,52.0515495 C116.880088,42.3440188 110.196126,34.4345754 96.6007672,34.4345754 C87.5782221,34.4345754 76.81378,41.9908231 76.81378,61.3684244 L76.81378,90.1137392 C80.7256901,87.5423674 86.1654392,85.1957565 89.1033854,85.1529449 L89.1033854,58.3502064 C89.1033854,48.0888006 96.4937382,45.0839613 99.9373964,45.0839613 C97.9894685,46.8793729 96.836231,49.0841704 96.836231,52.0515495 C96.836231,57.4912987 101.336801,62.0186256 106.822037,62.0186256 C112.317976,62.0186256 116.569704,57.9996864 116.807843,52.0515495" id="Fill-4" fill="#E50121"></path>
|
||||
<path d="M4.26283146,52.0515495 C4.17453253,42.3440188 10.8451152,34.4345754 24.464556,34.4345754 C33.4790739,34.4345754 44.2435161,41.9908231 44.2435161,61.3684244 L44.2435161,90.1137392 C40.350336,87.5423674 34.9052354,85.1957565 31.940532,85.1529449 L31.940532,58.3502064 C31.940532,48.0888006 24.5635579,45.0839613 21.1011696,45.0839613 C23.0490975,46.8793729 24.2424709,49.0841704 24.2424709,52.0515495 C24.2424709,57.4912987 19.7017654,62.0186256 14.2352589,62.0186256 C8.76607682,62.0186256 4.52772825,57.9996864 4.26283146,52.0515495" id="Fill-6" fill="#E50121"></path>
|
||||
<path d="M60.5523282,118.597101 C83.3521819,118.597101 88.4681683,99.4790447 89.1745597,94.6145764 L89.1745597,88.155376 C82.1186726,89.907976 75.8253671,93.6459639 71.5522341,99.2596352 C70.0163679,92.7148116 65.8903998,87.103816 60.5523282,83.4942629 C55.1848236,87.103816 51.0428011,92.7148116 49.4908806,99.2596352 C45.2498563,93.6459639 38.9083878,89.907976 31.8846094,88.155376 L31.8846094,94.6145764 C32.5749464,99.4790447 37.7176901,118.597101 60.5523282,118.597101" id="Fill-8" fill="#E50121"></path>
|
||||
<path d="M62.1486658,17.7974518 L62.1165571,25.6881651 C66.0043857,26.2206344 69.4935312,28.9445226 70.6922561,32.1580685 C66.0632516,35.1682592 62.3199122,39.7250191 60.5245007,45.381502 C58.7317648,39.7250191 54.9670196,35.1682592 50.3620967,32.1580685 C51.8203669,28.9445226 55.0713729,26.2206344 58.9110384,25.6881651 L58.9110384,17.776046 C55.6493295,17.026843 53.2465284,14.1103026 53.2465284,10.6532657 C53.2465284,6.58616357 56.4975344,3.31910321 60.5512579,3.31910321 C64.6076572,3.31910321 67.8987991,6.58616357 67.8987991,10.6532657 C67.8987991,14.1424113 65.437132,17.0696546 62.1486658,17.7974518" id="Fill-10" fill="#E50121"></path>
|
||||
<path d="M41.9999206,23.3972093 L41.9999206,31.8471492 C51.9482665,33.8325372 59.0389381,44.3802456 59.0389381,54.0503162 L59.0389381,81.0216253 C54.3323376,83.6037 49.8290922,89.0969637 48.3440648,93.688508 C47.9507332,93.2550405 47.6269705,92.8242488 47.0998526,92.3666998 L47.0998526,57.4912987 C47.0998526,46.9864019 41.4915328,36.4681265 31.4361578,33.0191168 C31.4361578,33.0191168 34.6978667,31.6330912 38.7622932,31.6759028 L38.7622932,23.3972093 C35.5273415,22.6640606 33.1165132,19.7528717 33.1165132,16.3065378 C33.1165132,12.2394356 36.3434377,8.96434805 40.418567,8.96434805 C44.4535605,8.96434805 47.7366752,12.2394356 47.7366752,16.3065378 C47.7366752,19.7528717 45.2643052,22.6640606 41.9999206,23.3972093" id="Fill-12" fill="#E50121"></path>
|
||||
<path d="M82.2794837,23.4480481 L82.2794837,31.6759028 C86.3679916,31.6330912 89.6511063,33.0191168 89.6511063,33.0191168 C79.5689741,36.4681265 73.9740329,47.189757 73.9740329,57.4912987 L73.9740329,92.3666998 C73.4228336,92.8242488 73.0803407,93.2550405 72.7137664,93.6858322 C71.2340904,89.0969637 66.712115,83.6037 62.0215689,81.0216253 L62.0215689,54.0503162 C62.0215689,44.3802456 69.0694288,33.8325372 79.0472077,31.8471492 L79.0472077,23.3972093 C75.8256347,22.6640606 73.3746705,19.7528717 73.3746705,16.3065378 C73.3746705,12.2394356 76.6283522,8.96434805 80.6820758,8.96434805 C84.7572051,8.96434805 88.0162383,12.2394356 88.0162383,16.3065378 C88.0162383,19.7528717 85.5304897,22.7336295 82.2794837,23.4480481" id="Fill-14" fill="#E50121"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 7.0 KiB |
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>DR@2x</title>
|
||||
<g id="DR" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="编组">
|
||||
<rect id="矩形" fill="#D8D8D8" opacity="0" x="0" y="0" width="22" height="22"></rect>
|
||||
<g id="编组-8" transform="translate(4.000000, 2.000000)" fill-rule="nonzero">
|
||||
<path d="M1.63232643,10.6957351 C2.45813283,11.5705265 2.80704041,11.6141752 3.03496999,11.6596425 C3.82746359,11.8196875 4.62697042,11.2304309 4.62697042,11.2304309 L10.3304698,7.60759391 C10.1463728,7.87312312 9.94123618,8.18775706 9.73609956,8.47874798 C9.4345312,8.9043222 9.23465449,9.20622528 8.93483943,9.56996393 C8.53859263,10.0664672 7.45505048,10.530234 7.45505048,10.530234 L5.04776349,11.4995975 C3.02269686,12.4089441 2.41780682,11.8178688 1.68667887,11.0158251 C1.16945406,10.4465741 0.799506825,10.2610674 0.529497941,10.1974131 C0.358788852,10.165292 0.185759727,10.1482564 0.0122731311,10.1464897 C0.603970976,10.0657357 1.1992107,10.2662029 1.63232643,10.6920977" id="路径" fill="#EF845D"></path>
|
||||
<path d="M0.238449404,10.1846823 C1.15016771,10.3429086 1.50784182,11.0176438 2.29332221,11.7232968 C3.2383533,12.5744452 4.66554312,12.0306559 4.66554312,12.0306559 L7.86532372,11.1213093 L7.86532372,11.1213093 C7.49712979,11.6851042 7.1715996,12.2058567 6.88873315,12.6835668 L6.88873315,12.6835668 C6.63801061,13.1073223 6.42060086,13.4983414 6.23475059,13.8602613 C6.23475059,13.8602613 4.41657389,13.7766014 2.52475839,12.2689047 C2.02068517,11.8293599 1.56179924,11.3369042 1.15542763,10.7994006 C0.874105242,10.4363398 0.461521961,10.2088778 0.0140264355,10.1701111 C0.0901771542,10.1697678 0.166283375,10.1740187 0.241956013,10.1828636" id="路径" fill="#F5B090"></path>
|
||||
<path d="M6.02260075,17.6813359 C6.44313867,17.8550038 6.88886299,17.9539905 7.34108569,17.9741455 C6.01532669,16.6918733 4.76473826,15.3284471 3.59602741,13.8911791 C3.59602741,13.8911791 5.34933185,17.4758235 6.02260075,17.6813359" id="路径" fill="#E60012"></path>
|
||||
<path d="M12.6448316,17.1975635 C12.6448316,17.1975635 6.05065363,15.6844107 3.53816836,13.7656893 C3.53816836,13.7656893 6.88171993,16.9411277 8.56313889,17.9923324 C8.56313889,17.9923324 9.7536326,18.1341905 12.6448316,17.1975635" id="路径" fill="#E60012"></path>
|
||||
<path d="M6.02260075,17.6813359 C5.87953978,17.6139897 5.75527485,17.5101194 5.66142004,17.3794328 C5.26341993,16.8338248 5.27744637,15.9717642 5.91214257,14.4986227 C2.80002719,13.2509991 1.79889036,11.7196594 1.79889036,11.7196594 C0.724114734,10.2647048 0.420793066,10.3247216 0.420793066,10.3247216 C0.420793066,10.3247216 0.980097182,10.5884322 2.36520769,13.0018381 C3.37160444,14.7550584 4.91100574,17.3321468 6.02260075,17.6813359" id="路径" fill="#F9D0BA"></path>
|
||||
<path d="M1.17646728,10.0519176 C1.70245861,10.2119627 2.18461733,10.57752 2.59839718,10.8157688 C3.29971896,11.2231561 4.00104073,10.488404 4.00104073,10.488404 L13.994876,0 C13.994876,0 14.0755281,0.512871499 13.5968759,1.80050633 C13.2939113,2.43152877 12.8661643,2.98925178 12.34151,3.43733026 C10.902047,4.69950338 4.25526988,10.6284434 4.25526988,10.6284434 C4.25526988,10.6284434 3.3943974,11.4995975 2.61242362,10.9776325 C2.61242362,10.9776325 2.0531195,10.5866135 1.96019436,10.512047 C1.71907482,10.3209328 1.45354468,10.1654662 1.17120737,10.050099" id="路径" fill="#E60012"></path>
|
||||
<path d="M1.17997389,10.1101158 C1.94441462,10.4247498 2.24422968,10.9285278 2.90873207,11.2140626 C3.55044149,11.3832011 4.13604518,10.850324 4.13604518,10.850324 L12.7552898,3.8047063 C12.4887875,4.32485257 12.1591663,4.9122905 11.7576596,5.57247615 C11.3245934,6.28904129 10.0674741,7.11836542 10.0674741,7.11836542 L4.90925243,10.7557519 C2.99113738,12.3016412 2.37923413,11.2740795 1.64985948,10.6175313 C1.188234,10.2270841 0.588694439,10.0578958 0,10.1519458 C0.370951291,9.97610458 0.794752046,9.96363813 1.17471398,10.1173906" id="路径" fill="#EA5532"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.1 KiB |
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="287px" height="320px" viewBox="0 0 287 320" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 61 (89581) - https://sketch.com -->
|
||||
<title>东海航空DZ</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="东海航空DZ" transform="translate(-17.000000, 0.000000)">
|
||||
<g id="东海航空有限公司" transform="translate(16.000000, 0.000000)">
|
||||
<path d="M132.196111,125.763127 C149.645256,116.741534 165.706224,105.825266 178.926742,93.3988862 C190.093131,67.2017196 197.130943,21.7998632 179.147162,0.000156326332 C185.154783,23.4647386 169.254831,73.7361602 108.350093,119.106751 C88.5122814,133.80768 82.2748608,154.55531 96.8397851,172.401524 C98.4655789,174.447836 99.9084709,176.537919 101.465481,178.507631 C103.228842,180.508608 104.815554,182.415789 106.083361,184.369868 C106.266263,184.584035 106.427279,184.766937 106.602364,184.949839 C106.48043,184.827904 106.342863,184.645002 106.213112,184.491803 C95.7705129,154.325511 119.13661,132.586771 132.196111,125.763127" id="Fill-2" fill="#FED800"></path>
|
||||
<path d="M108.556444,187.43871 C108.41106,187.194841 108.235975,186.93534 108.045256,186.660205 C108.235975,186.93534 108.41106,187.194841 108.556444,187.43871" id="Fill-3" fill="#FCD000"></path>
|
||||
<path d="M112.579033,195.636776 C112.250747,194.736336 111.983429,193.788999 111.594177,192.858857 C111.983429,193.788999 112.250747,194.736336 112.579033,195.636776" id="Fill-4" fill="#EC6C00"></path>
|
||||
<path d="M143.416903,153.333933 C160.95828,144.800078 180.76639,135.289184 198.626673,122.160899 C214.847093,96.0700342 231.877284,52.0266536 215.770982,18.3492721 C215.969516,46.6537176 201.474939,72.208383 178.926429,93.3984172 C165.705911,105.824797 149.644944,116.741065 132.195799,125.762658 C119.136297,132.587865 95.7702003,154.326605 106.212799,184.492897 C106.34255,184.644533 106.480117,184.827435 106.602052,184.950933 C107.060088,185.515271 107.586908,186.079609 108.044944,186.65958 C108.235662,186.934714 108.410747,187.194216 108.556131,187.438085 C109.731705,188.965393 110.66341,190.752203 111.510699,192.521817 C111.166781,191.880879 110.869761,191.210239 110.472692,190.506771 C112.578407,168.447562 128.81446,160.356111 143.416903,153.333933" id="Fill-5" fill="#EF8200"></path>
|
||||
<path d="M113.502609,205.498779 C113.563576,204.735906 113.63236,203.941768 113.63236,203.102296 C113.63236,203.941768 113.563576,204.735906 113.502609,205.498779" id="Fill-6" fill="#E4006E"></path>
|
||||
<path d="M158.774714,169.65362 C177.621417,165.088891 194.567191,159.68469 209.313454,153.348784 C244.502511,128.72426 258.485901,72.0262628 247.471148,46.0729653 C247.563381,47.8597753 247.341397,52.6840059 246.67701,55.1570884 C238.349507,85.5969516 219.870171,106.482149 198.626986,122.160117 C180.765139,135.289966 160.95703,144.80086 143.417215,153.334714 C128.814773,160.356893 112.57872,168.448344 110.473004,190.507553 C110.86851,191.209458 111.167093,191.881661 111.511011,192.522599 C111.579795,192.675799 111.579795,192.782101 111.593864,192.858701 C111.983117,193.788842 112.250435,194.73618 112.57872,195.636619 C113.089907,197.514099 113.404123,199.346243 113.563576,201.28469 C122.708666,183.225872 146.889223,172.645706 158.774714,169.65362" id="Fill-7" fill="#E30077"></path>
|
||||
<path d="M110.914939,214.948549 C110.96809,214.795349 111.04469,214.720313 111.075955,214.582745 C111.04469,214.720313 110.96809,214.795349 110.914939,214.948549" id="Fill-8" fill="#B50081"></path>
|
||||
<path d="M164.270523,194.736023 C181.949468,194.262355 198.382491,192.170708 213.191285,188.828451 C249.151031,172.157811 282.568911,129.380674 274.355525,90.5445237 C267.409946,118.023566 244.501886,138.311597 209.312829,153.348627 C194.566566,159.684533 177.620791,165.088735 158.774089,169.653464 C146.890161,172.64555 122.708041,183.225716 113.562951,201.284533 C113.562951,201.895769 113.631734,202.536707 113.631734,203.102609 C113.631734,203.942081 113.562951,204.734656 113.501983,205.499091 C113.297196,207.940909 112.792262,210.201387 111.984055,212.414968 C111.991871,212.322736 112.074724,212.277401 112.074724,212.216434 C126.333249,197.743742 154.51576,194.96426 164.270523,194.736023" id="Fill-9" fill="#B50081"></path>
|
||||
<path d="M285.637128,158.632926 C286.911187,154.111969 288.324377,149.456571 287.972643,144.540107 C287.591207,146.326917 285.354177,149.456571 283.622081,151.731119 C271.026869,167.717049 246.005276,181.333073 213.190816,188.827357 C198.383586,192.171177 181.948999,194.262824 164.270054,194.736492 C154.515291,194.964729 126.334343,197.744211 112.075818,212.21534 C112.075818,212.276307 111.991402,212.323205 111.983586,212.413874 C111.686566,213.10171 111.411431,213.895848 111.07533,214.58212 C111.044064,214.719687 110.969028,214.796287 110.914314,214.947924 C109.349487,218.169809 107.174988,221.039961 104.556522,223.375476 C105.113043,222.856473 105.708647,222.306204 106.296434,221.712164 C122.540303,214.367953 167.254323,219.72682 176.224328,221.574597 C185.902491,223.542745 196.26849,224.779287 206.93151,225.009086 C243.661944,214.796287 276.615535,190.570396 285.637128,158.632926" id="Fill-10" fill="#6B1785"></path>
|
||||
<path d="M100.419502,226.382882 C100.824387,226.107748 101.229272,225.848246 101.64041,225.54341 C101.229272,225.848246 100.824387,226.107748 100.419502,226.382882" id="Fill-11" fill="#6B1785"></path>
|
||||
<path d="M97.3662921,227.985852 C98.1072789,227.620049 98.8170005,227.29958 99.4954568,226.902511 C98.8170005,227.29958 98.1072789,227.620049 97.3662921,227.985852" id="Fill-12" fill="#6B1785"></path>
|
||||
<path d="M102.587279,225.00893 C102.968715,224.643127 103.336082,224.336727 103.725335,224.031891 C103.336082,224.336727 102.968715,224.643127 102.587279,225.00893" id="Fill-13" fill="#6B1785"></path>
|
||||
<path d="M91.2673766,229.787357 C91.48936,229.787357 91.8238984,229.665423 92.077147,229.604455 C91.8238984,229.665423 91.48936,229.787357 91.2673766,229.787357" id="Fill-14" fill="#2D2087"></path>
|
||||
<path d="M93.5344211,229.314001 C93.7861065,229.314001 94.0768735,229.099834 94.3129262,229.099834 C94.0768735,229.099834 93.7861065,229.314001 93.5344211,229.314001" id="Fill-15" fill="#2D2087"></path>
|
||||
<path d="M106.296903,221.711539 C105.709116,222.307142 105.113512,222.855848 104.556991,223.374851 C104.236522,223.649985 104.006722,223.803185 103.723771,224.031422 C103.334519,224.337821 102.968715,224.642658 102.587279,225.008461 C102.258994,225.161661 101.930708,225.344563 101.639941,225.543097 C101.228803,225.847934 100.823918,226.108999 100.419033,226.38257 C100.143898,226.565471 99.8015437,226.749936 99.4951441,226.901573 C98.8166878,227.298642 98.1069663,227.619111 97.3659795,227.986478 C96.9157596,228.199082 96.365491,228.322579 95.8089692,228.582081 C95.9230874,228.519551 96.0387689,228.444514 96.0841036,228.444514 C100.770767,229.101085 105.45743,230.123459 110.159726,231.145833 C126.333249,234.764787 154.598613,248.382374 186.597049,255.449888 C227.190308,252.595369 274.615027,236.170161 283.660068,199.378759 C268.050884,218.217645 236.915369,225.543097 206.931979,225.008461 C196.268959,224.780225 185.90296,223.543683 176.223234,221.573972 C167.254792,219.726194 122.540772,214.368891 106.296903,221.711539" id="Fill-16" fill="#423691"></path>
|
||||
<path d="M72.0318906,225.925002 C72.3148412,226.153239 72.5665266,226.337704 72.8260283,226.48934 C72.5665266,226.337704 72.3148412,226.153239 72.0318906,225.925002" id="Fill-17" fill="#004DA1"></path>
|
||||
<path d="M69.9938642,224.52041 C70.2221006,224.703312 70.4597167,225.008149 70.7270347,225.161348 C70.4597167,225.008149 70.2221006,224.703312 69.9938642,224.52041" id="Fill-18" fill="#004DA1"></path>
|
||||
<path d="M74.5507767,227.436365 C74.6727113,227.512965 74.8024621,227.573933 74.9556619,227.619267 C74.8024621,227.573933 74.6727113,227.512965 74.5507767,227.436365" id="Fill-19" fill="#004DA1"></path>
|
||||
<path d="M77.2605374,228.581299 C77.4668881,228.657899 77.8170591,228.764201 78.0546751,228.840801 C77.8170591,228.764201 77.4668881,228.657899 77.2605374,228.581299" id="Fill-20" fill="#004DA1"></path>
|
||||
<path d="M79.5810454,229.314001 C79.9781143,229.406234 80.3142159,229.512535 80.7331705,229.542237 C80.3142159,229.512535 79.9781143,229.406234 79.5810454,229.314001" id="Fill-21" fill="#004DA1"></path>
|
||||
<path d="M96.0837909,228.443889 C96.0384563,228.443889 95.9227748,228.520489 95.8086566,228.581456 C95.3287347,228.764358 94.855066,228.886292 94.3126136,229.100459 C94.0765608,229.100459 93.7857938,229.314626 93.5341085,229.314626 C93.0541866,229.405296 92.5414362,229.52723 92.077147,229.60383 C91.8238984,229.664797 91.48936,229.786732 91.2673766,229.786732 C89.6791011,230.077499 88.1455398,230.199433 86.5572643,230.199433 C85.000254,230.199433 83.52766,230.077499 81.978466,229.83363 C82.1613679,229.863332 82.3130044,229.939932 82.4974695,229.939932 C91.9473962,234.138857 99.3666439,239.633727 106.60299,245.466263 C127.799277,262.396404 140.722775,273.189174 156.141241,280.226986 C184.200254,283.708373 219.236111,281.097723 245.197225,265.907494 C251.387748,261.3881 256.723166,257.403341 260.493757,252.474372 C258.378661,254.001681 249.052233,257.05317 241.426634,258.242814 C222.945735,261.159863 204.244416,259.357421 186.596737,255.449262 C154.599863,248.381749 126.334499,234.764162 110.159414,231.146771 C105.457118,230.122833 100.770454,229.100459 96.0837909,228.443889" id="Fill-22" fill="#0060B0"></path>
|
||||
<path d="M82.4968442,229.939932 C82.3139424,229.939932 82.1607426,229.863332 81.9778407,229.83363 C81.6042208,229.786732 81.1227357,229.664797 80.7334831,229.542863 C80.3145286,229.513161 79.978427,229.405296 79.5813581,229.314626 C79.0623547,229.130161 78.5652369,229.039492 78.0540498,228.840957 C77.8179971,228.764358 77.4662628,228.658056 77.2599121,228.581456 C76.4673376,228.290689 75.6950855,228.017118 74.9556619,227.620049 C74.8024621,227.573151 74.6727113,227.512184 74.5507767,227.435584 C73.9551734,227.14638 73.3673864,226.810278 72.824934,226.489809 C72.5654323,226.33661 72.3137469,226.153708 72.0323596,225.925471 C71.619658,225.726937 71.1694382,225.451803 70.7270347,225.161036 C70.4597167,225.009399 70.2221006,224.703 69.9938642,224.520098 C68.1320176,223.13192 66.4984074,221.451412 65.071148,219.619267 L64.9867318,219.695867 C66.2686077,221.573346 67.9553688,224.368461 69.9938642,228.153122 C79.4516072,245.739834 89.9692428,262.150972 104.158984,277.3115 C110.952926,284.486878 118.678574,290.821221 126.951363,296.087855 C164.461866,307.354294 208.320782,303.186634 223.969047,291.401192 C222.311988,291.691959 216.878085,292.332897 213.137196,292.089028 C186.521075,289.997382 170.285022,286.669194 156.140616,280.226986 C140.722149,273.189174 127.798652,262.396404 106.602364,245.466263 C99.3660186,239.633727 91.9467709,234.138857 82.4968442,229.939932" id="Fill-23" fill="#0080CB"></path>
|
||||
<path d="M104.159766,277.311187 C89.9700244,262.152223 79.4508256,245.741085 69.9946458,228.154372 C67.9561505,224.368149 66.2693894,221.574597 64.9859502,219.697118 C64.4825794,218.842013 64.0401759,218.169809 63.7275232,217.711773 C39.8283537,186.30894 1.16572545,197.239277 0.898407426,197.286175 C23.1186321,202.444944 29.4623547,219.833122 35.8592281,233.818075 C42.3921055,249.800879 54.9029018,275.433708 73.0008012,290.958476 C94.8552223,310.622765 133.714822,325.781729 171.895965,317.613679 C175.063136,316.957108 180.414187,315.720567 182.391715,314.790425 C180.467338,314.896727 174.827084,314.285491 171.842814,313.752418 C156.294597,310.988569 140.844866,304.912164 126.952145,296.089106 C118.677792,290.822472 110.953708,284.486566 104.159766,277.311187" id="Fill-24" fill="#00AAEA"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 42 KiB |
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="320px" height="320px" viewBox="0 0 320 320" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 60.1 (88133) - https://sketch.com -->
|
||||
<title>G5_LOGO</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs>
|
||||
<polygon id="path-1" points="0 0.449152271 221.911407 0.449152271 221.911407 125.490196 0 125.490196"></polygon>
|
||||
</defs>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="航司LOGO备份-3" transform="translate(-109.000000, -1639.000000)">
|
||||
<g id="切图" transform="translate(109.000000, 80.000000)"></g>
|
||||
<g id="华夏航空蓝" transform="translate(121.000000, 1639.000000)">
|
||||
<path d="M295.846336,0 L295.380211,0 L294.956038,1.4252979 C281.361047,23.7113935 262.111032,39.5017777 238.499023,50.228726 C222.854482,57.3361433 206.123871,60.705875 189.432414,64.1858533 C176.999472,66.7782767 164.396394,68.7575986 152.399278,73.0581466 C119.675465,84.7880134 106.048778,109.842834 106.763813,140.720722 C106.987086,150.36009 108.575173,159.806875 110.095672,169.288083 C112.101872,181.797119 104.89139,190.481947 92.2263179,191.209016 C84.6172995,191.645816 77.434319,190.070266 70.5636419,186.882883 C63.0557726,183.400579 55.7469384,179.461473 47.8302777,176.911845 C36.7421051,173.341158 25.843179,173.12206 15.4705077,179.185158 C9.61411783,182.60885 4.52963039,186.962893 0.760546643,192.695252 C2.00090428,192.699904 2.93641641,191.923526 3.9413811,191.386713 C17.2194073,184.296042 30.6167613,184.384425 44.1907766,190.53172 C50.5696921,193.420926 56.4046402,197.22141 62.3640436,200.83722 C73.3734412,207.517606 85.0274891,212.136799 98.259369,210.244 C112.630923,208.187924 124.732917,200.038513 128.747649,183.920645 C130.454597,177.066749 130.53477,170.100745 129.637014,163.152883 C128.26754,152.548741 126.802977,141.968323 128.033546,131.238584 C129.067876,122.225342 131.577491,113.814038 137.886022,106.939208 C143.178401,101.171496 150.102682,98.343229 157.422237,96.2997128 C170.339483,92.6932068 183.692089,91.8391445 196.922104,90.2677814 C214.107187,88.2265911 230.783262,84.4214551 246.597472,77.1851841 C263.15888,69.606544 276.295205,58.5069901 284.042196,41.7053143 C289.886933,29.0302108 293.015561,15.5768686 295.461783,1.9295482 C296.029057,1.37319824 295.795994,0.658688584 295.846336,0" id="Fill-25" fill="#00479C"></path>
|
||||
<path d="M192.578161,118.171219 C204.584067,120.847441 216.711954,122.165822 229.030729,121.529378 C253.583544,120.261597 272.485151,109.364058 285.550716,88.565195 C289.423874,82.3994397 292.369598,75.8019608 294.331551,68.4491979 C265.281236,96.9034947 230.150448,111.804921 190.136661,117.470248 C191.266157,117.797058 191.913313,118.023133 192.578161,118.171219" id="Fill-37" fill="#00479C"></path>
|
||||
<path d="M180.158685,197.815096 C173.576889,197.521583 167.030081,196.764971 160.475342,196.238045 C170.205054,201.825045 180.45631,205.918389 191.254299,208.562336 C201.495757,211.070709 211.875766,212.255012 222.405519,210.798627 C239.116348,208.487793 251.428118,199.438736 260.59197,185.66831 C262.752315,182.421961 264.714398,179.062866 266.191325,174.925728 C259.936543,180.690699 253.132695,184.669433 245.822699,187.815149 C224.810774,196.85815 202.706315,198.819563 180.158685,197.815096" id="Fill-39" fill="#00479C"></path>
|
||||
<path d="M235.379485,148.419639 C218.789524,154.318229 201.686035,157.600482 184.052288,158.125343 C191.81701,161.451646 199.854066,163.53703 208.119304,164.711406 C219.633475,166.347377 231.117439,166.463128 242.300257,162.768484 C260.593922,156.726027 272.749886,143.767594 281.297216,126.896138 C281.694096,126.112596 282.420935,125.378728 282.069598,123.969103 C267.550013,134.50193 251.991289,142.513552 235.379485,148.419639" id="Fill-41" fill="#00479C"></path>
|
||||
<g id="编组" transform="translate(0.000000, 192.418301)">
|
||||
<mask id="mask-2" fill="white">
|
||||
<use xlink:href="#path-1"></use>
|
||||
</mask>
|
||||
<g id="Clip-44"></g>
|
||||
<path d="M218.90146,112.380343 L218.90146,112.380343 C211.191992,113.146812 203.490904,114.01638 195.771658,114.660159 C172.505908,116.600359 149.212224,117.627606 125.876172,116.135252 C111.780867,115.233495 97.8010245,113.468702 84.1731575,109.584104 C73.988223,106.680569 64.2134607,102.844021 55.905262,96.0120359 C51.2816295,92.2100095 47.5137251,87.7413456 45.6542157,81.9016197 C42.3644576,71.5708375 48.3117219,63.4055777 59.1447378,63.3621926 C60.6238719,63.3556615 61.9572808,63.4466302 63.2888273,64.4048342 C80.3107413,76.6562228 99.4542839,83.3109352 120.189164,85.254867 C142.204843,87.3191574 163.57989,83.7447861 184.48005,76.861952 C185.006616,76.7112705 185.533183,76.560589 186.059749,76.4099074 C184.686766,76.0273723 183.392931,75.9233414 182.142395,76.4602901 C180.903032,76.5041417 179.659945,76.5041417 178.424772,76.598376 C160.789695,77.9447132 143.264959,77.2617479 125.903641,73.6990393 C100.378452,68.46064 78.1160174,56.9794533 59.3016369,38.8328245 C52.8226851,32.5835061 47.0965693,25.5901101 40.2046519,19.7513172 C30.3321187,11.3877921 19.6792805,4.52595087 6.85872187,1.59862381 C4.79389354,1.12745244 2.6084811,1.38869597 0.632577734,0.476209636 C0.459383566,0.467346016 0.286189397,0.458482397 0.113460804,0.449152271 C-0.359098555,1.76330053 0.748506089,2.0422713 1.50320434,2.46445951 C2.85709854,3.22066623 4.23892728,3.91902617 5.54160815,4.7722662 C13.6272617,10.0703783 20.0331181,17.1211546 26.1316945,24.5003513 C32.4630587,32.1627174 38.1430826,40.3387069 44.5694243,47.9240994 C45.5699465,49.1052934 45.1770006,49.5433428 43.9395003,50.038306 C38.8326002,52.0811371 34.4552573,55.1782725 31.7702821,60.0551294 C26.1461273,70.2725505 26.5418667,80.6070647 31.9318368,90.7913638 C36.1383135,98.7396982 42.7597314,104.335908 50.3518747,108.79944 C66.37606,118.221002 84.0241733,122.427955 102.249601,124.695643 C106.076167,125.171945 109.948361,124.955487 113.769806,125.490569 L115.166533,125.490569 L117.959988,125.490569 L120.287866,125.490569 L143.566652,125.490569 C145.515087,125.432723 146.846633,125.383273 148.544123,125.258716 C149.4925,125.201802 149.997184,125.180343 151.705382,125.045522 C166.185252,124.161026 179.911821,122.579103 194.161232,119.836979 C203.052331,118.125834 211.913169,116.232752 220.362437,112.831454 C220.87876,112.663978 221.395084,112.496969 221.911407,112.32996 C220.77354,111.965618 219.799556,111.890044 218.90146,112.380343" id="Fill-43" fill="#00479C" mask="url(#mask-2)"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.6 KiB |
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="320px" height="320px" viewBox="0 0 320 320" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 60.1 (88133) - https://sketch.com -->
|
||||
<title>GJ_LOGO</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs>
|
||||
<polygon id="path-1" points="0.0528483978 0.244820296 129.703584 0.244820296 129.703584 145.498571 0.0528483978 145.498571"></polygon>
|
||||
</defs>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="航司LOGO备份-3" transform="translate(-647.000000, -4248.000000)">
|
||||
<g id="切图" transform="translate(109.000000, 80.000000)"></g>
|
||||
<g id="长龙航空icon" transform="translate(647.000000, 4258.000000)">
|
||||
<path d="M55.3403805,53.9793827 C61.9839323,56.918241 90.9151797,63.5726173 122.798816,54.7614545 C131.785877,52.231222 138.82723,51.0459366 147.037632,52.6154926 C157.007019,54.3744778 164.443467,61.6079662 161.309767,72.9493615 C159.355941,80.7646681 149.776237,87.0320677 141.96093,89.7625539 C129.44778,94.2574376 113.016152,96.6144778 99.5206765,101.298791 C49.0810994,118.520609 17.8036364,169.152321 35.5856237,225.853886 C20.3284567,203.365937 15.8281607,168.952068 24.6420296,143.338537 C33.0418605,119.286444 46.7348837,108.727121 54.1659197,101.69118 C61.7836786,94.2574376 57.4782241,90.5473319 48.4911628,93.873167 C41.2549683,96.6144778 34.0133615,104.427078 27.7649049,112.450757 C19.7439323,123.007374 14.0772939,131.8023 -7.38964445e-13,134.941412 C16.8131924,123.397057 17.6060888,101.298791 35.1986469,85.8549006 C48.6751797,74.1265285 62.5765751,73.144203 74.4943763,74.900482 C83.2865962,76.0803552 91.3048626,78.6187061 100.70055,79.4034841 C108.71611,79.9880085 125.532008,79.2167611 125.724144,71.5800592 C125.724144,66.6954926 118.877632,67.6669937 115.752051,68.0593827 C104.800338,70.0186216 94.4412685,69.821074 83.2865962,67.4721522 C63.7429175,63.1694038 55.3403805,53.7926596 55.3403805,53.9793827" id="Fill-57" fill="#E40D17"></path>
|
||||
<path d="M131.590495,160.940296 C147.231932,157.425032 171.679121,160.152812 165.812228,181.274165 C198.464406,134.544693 169.533159,104.425455 130.805717,106.390106 C74.8943425,109.315433 41.2544271,151.752981 41.2544271,193.397632 C41.4492685,238.565666 72.9296913,272.982241 112.236245,289.010655 C141.960389,301.136829 181.645801,303.875433 211.169691,297.616152 C188.687154,296.441691 160.535273,292.339197 136.862038,281.387484 C112.431087,270.243636 91.5072812,248.351036 87.3966681,223.906554 C82.5175137,196.520507 97.9586977,168.763721 131.590495,160.940296" id="Fill-59" fill="#E40D17"></path>
|
||||
<g id="编组" transform="translate(167.561827, 0.000000)">
|
||||
<mask id="mask-2" fill="white">
|
||||
<use xlink:href="#path-1"></use>
|
||||
</mask>
|
||||
<g id="Clip-62"></g>
|
||||
<path d="M121.237835,1.9707907 C132.771366,7.05561099 131.204516,21.1329049 124.363416,29.3433066 C108.919526,47.3363721 85.849759,57.6954419 63.9409218,62.9805159 C49.8690402,66.2982326 37.7428668,71.9756956 31.2914503,82.535019 C26.20663,90.9402622 28.9479408,104.048761 39.8969471,107.948296 C54.5641776,113.227958 74.3108161,105.209691 87.4111966,113.425505 C94.6419789,118.117937 95.0343679,126.918275 91.3188499,133.364279 C87.4111966,140.40022 80.3644313,143.931721 72.3542833,145.498571 C77.8341987,142.362165 81.5524228,135.518359 78.8111121,131.415865 C76.2673488,127.694934 70.0188922,122.420685 57.2919577,124.766901 C45.3633319,126.918275 32.2737759,127.694934 20.9377928,122.804956 C3.92164059,115.771721 -5.27649894,98.1818689 3.33170402,78.4271121 C9.39343763,64.1549767 27.197074,55.1570909 47.9098013,52.6160338 C77.4391036,48.8978097 99.3344101,32.6691416 109.311915,14.0942579 C111.257624,10.1866047 111.842148,1.9707907 104.616778,2.75286258 C104.616778,2.75286258 111.460584,-2.32654545 121.237835,1.9707907" id="Fill-61" fill="#E40D17" mask="url(#mask-2)"></path>
|
||||
</g>
|
||||
<path d="M170.892719,41.2732854 C164.636144,42.6371755 162.100499,35.9936237 162.100499,35.9936237 C160.536355,40.8781903 162.284516,47.335019 167.767137,50.8556956 C175.980245,55.9405159 187.906165,54.1761184 196.508956,46.7423763 C204.335087,39.6983171 207.068279,24.6549345 198.852465,14.8776829 C192.203501,6.85941649 178.716144,2.75421564 159.353776,10.7697759 C144.889505,16.6366681 133.347856,24.852482 115.552338,30.5218266 C89.5572431,38.7322283 54.7428668,41.2732854 30.3010909,31.8803044 C63.1562283,57.4992474 117.31403,50.0763298 153.094495,32.6677886 C162.676905,27.9753573 170.118765,24.2652516 175.003332,29.3446596 C177.741937,32.0859704 177.547095,39.6983171 170.892719,41.2732854" id="Fill-63" fill="#E40D17"></path>
|
||||
<path d="M274.719391,91.9128457 C281.758038,87.0309852 283.511611,79.2183848 279.804211,72.5585962 C276.094106,65.5226554 264.357615,63.7582579 259.08066,70.0175391 C254.780617,75.2890825 258.880406,80.1790613 258.880406,80.1790613 C257.708651,74.5124228 265.526664,71.1865877 268.462816,75.692296 C270.811738,79.4024017 268.660364,82.7282368 265.924465,84.094833 C262.988313,85.6589767 259.08066,85.0771586 255.762943,84.3004989 C237.580448,78.6203298 221.92548,79.7920846 207.650638,91.3364397 C230.530977,79.5972431 248.521336,91.1280677 266.703831,102.672423 C280.775712,111.667603 296.030173,119.285362 310.302309,108.926292 C320.084973,101.887645 323.605649,86.0513658 314.415628,75.8817252 C311.482182,72.5585962 306.987298,70.407222 302.289455,69.8199915 C302.882097,67.8634588 302.882097,65.9096321 302.289455,64.3427822 C300.722605,59.8506047 296.427975,56.1323805 291.140195,57.1092939 C283.511611,58.6734376 280.588989,65.9096321 284.691484,70.9971586 C284.886326,71.3895476 282.929793,68.4561015 285.094698,66.1098858 C286.842858,64.3427822 289.386622,64.3427822 290.953471,65.7120846 C292.512203,67.2762283 292.712457,69.4303087 290.953471,71.5789767 L289.194486,73.7330571 C287.825184,75.1050655 286.842858,76.6665032 286.068905,78.8151712 C284.299095,84.094833 287.825184,88.2054461 291.924973,88.9793996 C290.55567,86.6385962 290.55567,84.094833 292.512203,81.7486173 C295.437531,78.2279408 300.530469,79.5972431 303.076939,82.3358478 C306.792457,86.6385962 303.664169,93.6772431 299.356008,96.4104355 C295.25622,98.7566512 288.986114,98.9514926 279.990934,94.459315 C278.045226,93.4824017 276.280829,92.7003298 274.719391,91.9128457" id="Fill-65" fill="#E40D17"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.4 KiB |
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="320px" height="320px" viewBox="0 0 320 320" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 60.1 (88133) - https://sketch.com -->
|
||||
<title>GS_LOGO</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="航司LOGO备份-3" transform="translate(-1179.000000, -617.000000)">
|
||||
<g id="切图" transform="translate(109.000000, 80.000000)"></g>
|
||||
<g id="编组-2" transform="translate(1179.000000, 617.000000)">
|
||||
<path d="M319.686233,159.841143 C319.686233,248.109111 248.12753,319.683601 159.842459,319.683601 C71.5600185,319.683601 -1.42108547e-13,248.109111 -1.42108547e-13,159.841143 C-1.42108547e-13,71.5639653 71.5600185,4.8316906e-13 159.842459,4.8316906e-13 C248.12753,4.8316906e-13 319.686233,71.5639653 319.686233,159.841143" id="Fill-1" fill="#E50113"></path>
|
||||
<path d="M265.295672,63.6254525 C239.682516,47.1201028 210.210745,41.572274 184.346312,45.2585477 C159.126516,48.8395745 131.013746,70.6493694 131.013746,100.506608 C131.013746,118.21835 116.206818,130.999274 98.6174254,130.999274 C74.6408592,130.999274 61.8546729,112.164021 39.6725669,112.164021 C22.3462912,112.164021 11.5716368,120.470635 5.7291166,125.736928 C4.46615345,126.870964 3.82020042,127.970794 3.82020042,129.099567 C3.82020042,130.205976 4.78189424,131.625494 6.221146,132.125417 C16.8313521,135.802481 30.074047,141.443717 45.8992384,152.557792 C66.3408233,166.939785 80.5965199,181.812492 92.6933388,198.879597 C142.031784,268.489916 220.271036,264.973353 247.097162,254.121079 C274.886298,242.868867 296.605318,220.743331 306.664293,196.316834 C307.403653,194.53553 304.905354,193.283092 303.788421,195.0394 C300.707317,199.899177 285.100513,220.743331 256.039204,220.743331 C223.944153,220.743331 198.23496,194.62499 198.23496,163.257458 C198.23496,136.59578 218.420005,105.888673 257.556076,105.888673 C290.433901,105.888673 318.88083,134.136948 319.396997,166.104388 C319.658342,115.070152 290.573353,79.8887343 265.295672,63.6254525" id="Fill-3" fill="#FFE900"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.2 KiB |
|
After Width: | Height: | Size: 21 KiB |
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="320px" height="320px" viewBox="0 0 320 320" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 60.1 (88133) - https://sketch.com -->
|
||||
<title>HU_LOGO</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="航司LOGO备份-3" transform="translate(-109.000000, -2149.000000)">
|
||||
<g id="切图" transform="translate(109.000000, 80.000000)"></g>
|
||||
<g id="海南航空中文" transform="translate(111.000000, 2166.000000)" fill="#E50113">
|
||||
<path d="M128.798249,48.263569 C128.798249,31.4878114 142.244714,17.9012795 158.848081,17.9012795 C175.451448,17.9012795 188.897912,31.4878114 188.897912,48.263569 C188.897912,65.0393266 175.451448,78.6258586 158.848081,78.6258586 C142.244714,78.6258586 128.798249,65.0393266 128.798249,48.263569 M158.86963,191.574007 C167.413737,174.464242 189.759865,165.478384 208.485791,159.33697 C213.937643,157.569966 216.318788,156.804983 222.923502,154.326869 C260.849428,140.018451 286.352458,113.373333 286.438653,82.860202 C286.438653,40.0103704 236.391515,4.83191919 172.20835,0.511380471 C253.231919,4.81037037 316.887138,47.7571717 316.887138,100.110034 C316.887138,135.137643 292.116768,164.379394 245.312727,183.784108 C226.479057,191.595556 171.055488,207.864916 158.86963,265.346397 C146.112727,207.692525 91.260202,191.595556 72.4480808,183.784108 C25.6440404,164.379394 0.873670034,135.137643 0.873670034,100.110034 C0.873670034,47.7571717 64.5073401,4.81037037 145.530909,0.511380471 C81.3692929,4.83191919 31.3437037,40.0103704 31.3437037,82.860202 C31.3868013,113.373333 56.9113805,140.018451 94.8588552,154.326869 C101.44202,156.804983 103.823165,157.569966 109.275017,159.33697 C128.000943,165.478384 150.325522,174.464242 158.86963,191.574007 M158.86963,141.903973 C167.101279,134.329562 177.97266,133.381414 187.486465,131.366599 C232.060202,121.874343 261.26963,98.4723232 261.26963,68.8857912 C261.26963,56.9369697 256.216431,45.7639057 247.402963,36.1423569 C232.771313,20.1100337 207.688485,8.40902357 178.080404,4.83191919 C232.814411,10.596229 274.500606,40.7322559 274.500606,77.0312458 C274.500606,109.419125 243.448754,133.241347 195.254815,146.53697 C174.374007,152.322828 164.278384,156.201616 158.86963,165.37064 C153.439327,156.201616 143.386801,152.322828 122.484444,146.53697 C74.2689562,133.241347 43.2171044,109.419125 43.2171044,77.0312458 C43.2171044,40.7322559 84.9248485,10.596229 139.658855,4.83191919 C110.050774,8.40902357 84.9679461,20.1100337 70.3147475,36.1423569 C61.5012795,45.7639057 56.426532,56.9369697 56.426532,68.8857912 C56.426532,98.4723232 85.6790572,121.874343 130.252795,131.366599 C139.788148,133.381414 150.63798,134.329562 158.86963,141.903973 M158.86963,109.095892 C203.120135,109.095892 239.009697,86.1032997 239.009697,57.6911785 C239.009697,35.5497643 217.159192,16.6729966 186.538316,9.43259259 C222.761886,16.8238384 248.976027,38.3295623 248.976027,63.7463973 C248.976027,92.9342761 214.821145,113.858182 182.27165,118.674343 C166.357845,121.033939 162.888485,121.540337 158.86963,125.87165 C154.850774,121.540337 151.424512,121.033939 135.489158,118.674343 C102.939663,113.858182 68.7847811,92.9342761 68.7847811,63.7463973 C68.7847811,38.3295623 94.9989226,16.8238384 131.222492,9.43259259 C100.601616,16.6729966 78.7726599,35.5497643 78.7726599,57.6911785 C78.7726599,86.1032997 114.640673,109.095892 158.86963,109.095892 M243.868956,235.382761 C240.809024,237.085118 238.352458,240.985455 237.889158,245.068956 C237.048754,251.964579 242.123502,258.429226 249.148418,259.26963 C256.173333,260.131582 262.821145,254.744377 263.478384,247.417778 C264.092525,240.479057 259.771987,233.443367 252.262222,229.64 C241.024512,223.961886 226.015758,225.491852 214.702626,229.661549 C189.425859,238.938316 168.297239,262.889832 160.431919,274.946397 C173.619798,227.517441 227.222492,185.745051 275.222492,206.852121 C291.588822,214.049428 302.266263,230.501953 300.994882,248.096566 C299.594209,267.986128 283.895892,284.923502 260.07367,285.171313 C248.932929,285.279057 238.460202,280.20431 232.986801,272.953131 C223.753131,260.724175 227.427205,241.61037 243.868956,235.382761 M73.5793939,235.382761 C76.6070034,237.085118 79.0743434,240.985455 79.5807407,245.068956 C80.399596,251.964579 75.3248485,258.429226 68.2999327,259.26963 C61.2642424,260.131582 54.616431,254.744377 53.9484175,247.417778 C53.3342761,240.479057 57.6655892,233.443367 65.1861279,229.64 C76.4453872,223.961886 91.4218182,225.491852 102.745724,229.661549 C128.022492,238.938316 149.151111,262.889832 157.03798,274.946397 C143.828552,227.517441 90.2258586,185.745051 42.2258586,206.852121 C25.8487542,214.049428 15.1820875,230.501953 16.4426936,248.096566 C17.8541414,267.986128 33.5524579,284.923502 57.3746801,285.171313 C68.5046465,285.279057 78.9881481,280.20431 84.4615488,272.953131 C93.6952189,260.724175 90.0103704,241.61037 73.5793939,235.382761" id="Fill-3"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.0 KiB |
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 9.0 KiB |
|
After Width: | Height: | Size: 23 KiB |
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="320px" height="320px" viewBox="0 0 320 320" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 60.1 (88133) - https://sketch.com -->
|
||||
<title>MF_LOGO</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="航司LOGO备份-3" transform="translate(-1167.000000, -2149.000000)">
|
||||
<g id="切图" transform="translate(109.000000, 80.000000)"></g>
|
||||
<g id="厦门航空" transform="translate(1167.000000, 2252.000000)" fill="#008CD5">
|
||||
<path d="M259.147273,98.6592727 C232.732727,99.8465455 209.536364,89.8138182 222.425455,64.4629091 C235.281818,39.1047273 298.414545,9.94472727 319.163636,0.693818182 C319.163636,0.693818182 209.469091,0.650181818 202.825455,0.650181818 C198.827273,0.650181818 193.905455,-0.0298181818 190.865455,8.992 C188.629091,15.732 178.161818,41.7847273 154.98,49.9410909 C126.212727,60.0556364 102.249091,43.5483636 65.7163636,14.6156364 C52.0818182,3.77927273 49.8781818,2.81927273 36.6836364,4.99018182 C29.9527273,6.07563636 15.2927273,2.50109091 10.9745455,1.50472727 C6.67818182,0.332 -4.54747351e-13,0.812 -4.54747351e-13,0.886545455 C-4.54747351e-13,1.372 26.4927273,5.212 77.5872727,41.7538182 C97.0381818,55.6701818 131.670909,82.772 167.74,98.4301818 C206.701818,115.359273 263.26,124.386545 315.041818,88.3683636 C315.098182,87.6665455 315.149091,86.9356364 315.209091,86.2338182 C315.209091,87.1829091 285.578182,98.0101818 259.147273,98.6592727" id="Fill-11"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="320px" height="320px" viewBox="0 0 320 320" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 63.1 (92452) - https://sketch.com -->
|
||||
<title>FM_LOGO</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs>
|
||||
<polygon id="path-1" points="0.00242424242 0.00484848485 294.316859 0.00484848485 294.316859 252.968242 0.00242424242 252.968242"></polygon>
|
||||
</defs>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="航司LOGO备份-4" transform="translate(-654.000000, -1120.000000)">
|
||||
<g id="编组" transform="translate(656.000000, 1153.000000)">
|
||||
<path d="M308.759273,91.0283636 C204.89503,93.9083636 104.352,117.481697 95.0235152,150.892606 C94.1653333,153.927758 93.9471515,156.933818 93.9471515,159.988364 C93.9471515,192.899879 162.679273,204.148364 237.069576,213.418667 C238.354424,213.56897 238.291394,212.570182 237.879273,211.838061 C237.583515,211.314424 236.473212,209.345939 235.712,207.988364 C235.411394,207.464727 235.096242,207.105939 234.04897,206.819879 C193.316848,196.458667 151.988364,181.316848 151.988364,167.217455 C151.988364,140.521697 221.253818,114.078061 300.133818,102.005333 C302.732606,101.501091 303.978667,101.016242 305.724121,99.6247273 C307.915636,97.8792727 312.725333,93.952 314.761697,92.3180606 C316.090182,91.2174545 315.61503,90.8780606 315.120485,90.8921612 C313.001697,90.921697 310.887758,90.9604848 308.759273,91.0283636" id="Fill-1" fill="#1C1D80"></path>
|
||||
<g transform="translate(0.000000, 0.842667)">
|
||||
<mask id="mask-2" fill="white">
|
||||
<use xlink:href="#path-1"></use>
|
||||
</mask>
|
||||
<g id="Clip-4"></g>
|
||||
<path d="M193.844848,251.314909 C139.890909,237.792485 86.4169697,192.522182 94.8484848,150.577939 C107.149091,89.3755152 189.471515,30.0785455 292.210909,2.224 C294.528485,1.54036364 295.386667,0.00339393939 292.419394,0.00339393939 L152.191515,0.00339393939 C127.92,0.00339393939 122.654545,3.15006061 113.253333,15.8676364 C108.249697,22.6361212 66.2812121,80.473697 47.3575758,106.563394 C44.9236364,109.666424 41.4763636,112.997333 33.8157576,112.997333 L0.00242424242,112.997333 C0.00242424242,113.00703 0.00242424242,113.021576 0.0121212121,113.04097 C40.1042424,226.267636 83.1684848,252.968242 126.300606,252.968242 L194.407273,252.968242 C195.357576,252.968242 196.322424,251.930667 193.844848,251.314909" id="Fill-3" fill="#DF0112" mask="url(#mask-2)"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.6 KiB |
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="320px" height="320px" viewBox="0 0 320 320" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 60.1 (88133) - https://sketch.com -->
|
||||
<title>NS_LOGO</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs>
|
||||
<polygon id="path-1" points="0.414637037 0.546844444 316.293926 0.546844444 316.293926 279.703632 0.414637037 279.703632"></polygon>
|
||||
</defs>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="航司LOGO备份-3" transform="translate(-647.000000, -2679.000000)">
|
||||
<g id="切图" transform="translate(109.000000, 80.000000)"></g>
|
||||
<g id="西北航空" transform="translate(648.000000, 2681.000000)">
|
||||
<path d="M0.868740741,174.880356 L0.858074074,174.824652 L0.846222222,174.726281 L0.868740741,174.880356 Z M167.723852,0.280651852 C202.822519,2.34939259 234.573037,15.657837 259.674667,36.4773926 C243.028148,53.5541333 214.764444,86.2391704 173.013926,108.856652 C130.898963,131.671467 75.5484444,127.046281 66.8533333,164.968652 C58.1582222,202.891615 101.629037,205.735467 101.629037,205.735467 C101.629037,205.735467 77.5567407,196.822874 85.6343704,178.169837 C93.7125926,159.5168 130.628148,168.393244 124.512,204.977541 C118.395852,241.56243 82.0491852,258.706133 52.2542222,245.691022 C22.4628148,232.677096 7.08266667,207.576059 0.843851852,174.711467 C-0.0794074074,167.323022 -0.199703704,156.400948 0.263111111,148.552652 C5.39318519,61.5156148 80.3697778,-4.86838519 167.723852,0.280651852 L167.723852,0.280651852 Z" id="Fill-1" fill="#E50113"></path>
|
||||
<g id="编组" transform="translate(0.592593, 36.044444)">
|
||||
<mask id="mask-2" fill="white">
|
||||
<use xlink:href="#path-1"></use>
|
||||
</mask>
|
||||
<g id="Clip-4"></g>
|
||||
<path d="M259.222341,0.546844444 C296.514785,31.5477333 319.081896,79.1518815 316.017007,131.154252 C310.886933,218.190696 235.910341,284.571733 148.553304,279.423289 C70.4839704,274.821215 8.95271111,214.642844 0.414637037,139.773511 C8.98826667,198.609067 52.6528593,248.9664 115.200415,242.034252 C102.449007,240.169956 97.3213037,239.069511 89.9364148,235.32077 C103.985007,238.1024 116.345896,239.86003 141.159526,234.185363 C124.695526,235.580326 115.905007,233.841659 106.478637,230.379141 C124.625007,232.545067 146.8976,230.519585 159.030341,224.986548 C139.868859,225.982104 130.610193,225.515733 120.52723,221.769363 C142.885156,222.264178 160.706785,220.702696 179.301156,211.321363 C156.731674,215.180919 141.566044,214.398696 132.181748,211.243141 C158.2896,209.470696 175.821452,207.872474 199.528119,194.095881 C176.15923,201.096178 148.727526,202.788622 141.385304,199.668622 C173.317156,196.981215 197.371081,189.925807 214.966933,175.909215 C186.006933,185.653215 157.855822,188.428919 149.662044,187.065956 C177.74797,181.460622 206.997748,169.605807 233.161304,146.45203 C201.724267,161.983289 179.95597,167.1424 156.994785,168.610844 C193.3776,156.165807 232.6896,131.756919 256.360119,94.1901037 C217.162489,124.471585 192.874489,135.527585 163.278637,141.771141 C203.922785,119.037511 236.542637,92.3821037 263.579081,46.4804741 C232.833007,71.9975111 207.403081,97.8031407 163.238933,110.389215 C203.431526,81.4505481 223.410785,68.6884741 259.222341,0.546844444" id="Fill-3" fill="#005BAB" mask="url(#mask-2)"></path>
|
||||
</g>
|
||||
<path d="M260.110637,36.0308148 C243.522785,52.9801481 215.129304,86.0420741 173.013748,108.856889 C130.898785,131.671704 75.5488593,127.046519 66.8531556,164.968889 C58.1580444,202.891259 101.629452,205.735704 101.629452,205.735704 C101.629452,205.735704 77.5559704,196.823111 85.6341926,178.169481 C93.7124148,159.516444 130.628563,168.392889 124.511822,204.977778 C118.395674,241.562667 82.0490074,258.70637 52.254637,245.691259 C22.4602667,232.676741 7.08011852,207.572148 0.842488889,174.704 C9.02382222,234.017185 52.8501926,285.054815 115.793007,278.078815 C103.0416,276.214519 97.9133037,275.114074 90.5290074,271.365333 C104.5776,274.146963 116.938489,275.904593 141.752119,270.229926 C125.288119,271.624296 116.4976,269.886222 107.07123,266.423704 C125.2176,268.589037 147.490193,266.563556 159.622933,261.030519 C140.461452,262.026667 131.202785,261.560296 121.119822,257.813926 C143.477748,258.308741 161.299378,256.747259 179.893748,247.365926 C157.324267,251.225481 142.158637,250.443259 132.774341,247.287704 C158.882193,245.515259 176.414044,243.917037 200.120711,230.140444 C176.751822,237.140741 149.320119,238.833185 141.977896,235.713185 C173.909748,233.025778 197.963674,225.969778 215.559526,211.953778 C186.599526,221.697185 158.448415,224.473481 150.254637,223.110519 C178.340563,217.505185 207.590341,205.649778 233.753896,182.496593 C202.316859,198.027852 180.548563,203.186963 157.587378,204.655407 C193.970193,192.21037 233.282193,167.800889 256.952711,130.234667 C217.755081,160.515556 193.467081,171.572148 163.87123,177.815704 C204.515378,155.081481 237.13523,128.426667 264.171674,82.525037 C233.4256,108.042074 207.995674,133.847704 163.831526,146.433778 C204.134933,117.415111 224.112415,104.668444 260.110637,36.0308148" id="Fill-5" fill="#FEFEFE"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.3 KiB |
@@ -0,0 +1,34 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="320px" height="320px" viewBox="0 0 320 320" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 60.1 (88133) - https://sketch.com -->
|
||||
<title>PN_LOGO</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs>
|
||||
<linearGradient x1="49.9736565%" y1="163.8269%" x2="49.9736565%" y2="-0.586881776%" id="linearGradient-1">
|
||||
<stop stop-color="#6B1685" offset="20%"></stop>
|
||||
<stop stop-color="#5B0973" offset="66%"></stop>
|
||||
<stop stop-color="#510067" offset="90%"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient x1="49.9960574%" y1="99.8869385%" x2="49.9960574%" y2="0.0520043453%" id="linearGradient-2">
|
||||
<stop stop-color="#6B1685" offset="10%"></stop>
|
||||
<stop stop-color="#5C0B73" offset="55%"></stop>
|
||||
<stop stop-color="#4D0061" offset="90%"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient x1="49.9845449%" y1="100.013598%" x2="49.9845449%" y2="-0.500080756%" id="linearGradient-3">
|
||||
<stop stop-color="#6B1685" offset="10%"></stop>
|
||||
<stop stop-color="#5B0973" offset="62%"></stop>
|
||||
<stop stop-color="#510067" offset="90%"></stop>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="航司LOGO备份-3" transform="translate(-109.000000, -2679.000000)">
|
||||
<g id="切图" transform="translate(109.000000, 80.000000)"></g>
|
||||
<g id="西部航空竖版" transform="translate(109.000000, 2704.000000)" fill-rule="nonzero">
|
||||
<path d="M249.884539,50.2034142 C260.119443,32.8762742 273.497014,10.0707002 278.508295,1.57700412 C279.782349,-0.588888385 281.226277,-0.461482943 282.415395,1.57700412 C282.627737,2.0441574 311.930989,55.3845688 312.780358,56.7860287 C323.312541,75.9393133 322.250829,93.5637327 309.38288,115.265126 C299.147976,132.592266 285.770405,155.39784 280.759124,163.891536 C279.48507,166.057429 278.041141,165.930023 276.894492,163.891536 L246.48706,108.682512 C235.954877,89.5292271 237.016589,71.9048077 249.884539,50.2034142 Z" id="路径" fill="url(#linearGradient-1)"></path>
|
||||
<path d="M130.250829,50.2458827 C140.528202,32.9187427 152.376908,12.6612775 157.388188,4.16758142 C158.619774,2.00168892 163.248839,2.46884221 164.395488,4.59226623 L250.903782,162.022923 C261.393497,181.176208 260.331785,198.800627 247.506304,220.502021 C237.228932,237.829161 223.85136,260.634735 218.882548,269.128431 C217.608494,271.294323 216.122097,271.166918 214.975448,269.128431 L126.853351,108.72498 C116.321168,89.5292271 117.38288,71.9472762 130.250829,50.2458827 Z" id="路径" fill="url(#linearGradient-2)"></path>
|
||||
<path d="M166.051758,0.939976911 C161.80491,0.939976911 158.832117,1.66194108 157.218315,4.37992383 C149.828799,17.120468 135.984074,40.7329431 130.250829,50.2458827 C124.636992,59.2686875 121.0842,69.4195231 119.846052,79.973819 C123.328467,52.1569643 148.469808,40.81788 172.294625,29.0116425 C192.976775,18.6918017 229.074983,1.27972475 229.074983,1.27972475 L166.051758,0.939976911 Z" id="路径" fill="#C7000B"></path>
|
||||
<path d="M10.6171201,50.4157566 C20.8944924,33.1310851 34.2720637,10.2830426 39.2408759,1.78934652 C40.5149303,-0.376545983 42.0013271,-0.249140541 43.1479761,1.78934652 C43.7850033,3.02093245 127.362973,155.143029 131.227605,162.192797 C141.759788,181.346082 140.698076,198.928033 127.830126,220.629426 C117.595222,237.956566 104.217651,260.76214 99.2063703,269.255836 C97.9747843,271.421729 96.4883875,271.294323 95.3417386,269.255836 L7.21964167,108.894854 C-3.31254147,89.7415695 -2.12342402,72.1171501 10.6171201,50.4157566 Z" id="路径" fill="url(#linearGradient-3)"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.8 KiB |
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="320px" height="320px" viewBox="0 0 320 320" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 60.1 (88133) - https://sketch.com -->
|
||||
<title>QW_LOGO</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="航司LOGO备份-3" transform="translate(-647.000000, -4748.000000)">
|
||||
<g id="切图" transform="translate(109.000000, 80.000000)"></g>
|
||||
<g id="青岛航空1" transform="translate(647.000000, 4783.000000)">
|
||||
<path d="M160.172954,149.751741 C160.595835,148.378565 172.792873,110.841908 228.922054,67.9835985 C228.922054,67.9835985 212.576978,-23.8766785 171.49572,5.96258803 C170.193816,6.83210805 166.691978,9.759017 165.551624,10.9088741 C164.796139,11.8306603 163.997892,12.7571981 163.422963,13.3321266 C162.225591,14.705303 161.54613,15.2089595 160.172954,15.4322788 C158.799777,15.2089595 158.120316,14.705303 156.922944,13.3321266 C156.400282,12.7571981 155.602034,11.8306603 154.770526,10.9088741 C153.62542,9.759017 150.152092,6.83210805 148.82643,5.96258803 C107.811693,-23.8766785 91.4238539,67.9835985 91.4238539,67.9835985 C147.553035,110.841908 159.797587,148.378565 160.172954,149.751741" id="Fill-43" fill="#CE1531"></path>
|
||||
<path d="M151.802279,154.851025 C148.599785,129.758482 128.58657,108.866244 128.58657,108.866244 C87.2249749,55.9158008 56.1408219,58.6669052 56.1408219,58.6669052 C26.8527265,56.3624395 34.2745313,90.2784721 34.2745313,90.2784721 C31.4996696,88.8245205 26.6246557,88.1022963 22.9612681,88.05003 C-22.1064776,91.7514295 14.3088311,155.80132 14.3088311,155.80132 C41.6915847,213.873854 85.8185382,236.172529 85.8185382,236.172529 C89.9760793,199.904516 101.640952,174.393844 101.640952,174.393844 C121.160013,125.586687 151.802279,154.851025 151.802279,154.851025" id="Fill-45" fill="#CE1531"></path>
|
||||
<path d="M297.395093,88.0519306 C293.693693,88.0994454 288.842437,88.8264211 286.067575,90.2756212 C286.067575,90.2756212 293.536894,56.3643401 264.210787,58.6640543 C264.210787,58.6640543 233.069617,55.9177014 191.760288,108.868145 C191.760288,108.868145 171.789836,129.760383 168.492312,154.852925 C168.492312,154.852925 199.210602,125.588588 218.696403,174.390993 C218.696403,174.390993 230.318512,199.906417 234.490308,236.169678 C234.490308,236.169678 278.626764,213.875755 306.038027,155.798469 C306.038027,155.798469 342.448584,91.7485786 297.395093,88.0519306" id="Fill-47" fill="#CE1531"></path>
|
||||
<path d="M182.49206,156.651359 C178.662371,157.801216 175.141527,159.849102 170.390052,163.45072 C169.092899,164.420021 166.289528,167.047587 164.792813,167.997883 C162.322046,169.594378 160.245651,169.670402 160.174379,169.670402 C160.069847,169.670402 158.026712,169.594378 155.494176,167.997883 C154.049727,167.047587 151.303374,164.420021 150.00147,163.45072 C145.20248,159.849102 141.733903,157.801216 137.851947,156.651359 C99.3412376,145.276326 87.9709566,237.944354 87.8806786,237.64026 C95.2217083,242.287203 109.518898,248.117263 109.518898,248.117263 C132.93417,227.571883 159.841776,228.598202 160.174379,228.645717 C160.544994,228.598202 187.438346,227.571883 210.82986,248.117263 C210.82986,248.117263 225.12705,242.287203 232.472831,237.64026 C232.368299,237.944354 220.950503,145.276326 182.49206,156.651359" id="Fill-49" fill="#CE1531"></path>
|
||||
<path d="M128.963837,92.000882 C128.963837,92.000882 139.906485,104.696825 147.81294,126.087968 L144.306351,121.065658 C140.804514,113.339759 136.18608,103.318897 129.410476,94.7519863 C128.906819,94.2008151 128.303382,93.1982538 127.81398,92.6233252 C127.81398,92.6233252 127.733205,92.000882 127.81398,92.7991298 C127.733205,92.000882 128.963837,92.000882 128.963837,92.000882" id="Fill-51" fill="#FFE000"></path>
|
||||
<path d="M127.158751,86.3770355 C128.85978,86.5005738 130.161684,88.0780637 130.014388,89.8503641 C129.857589,91.6511733 128.360875,92.9483262 126.636089,92.8247878 C124.906552,92.6774921 123.666417,91.128511 123.761446,89.3514592 C123.913493,87.5506499 125.438717,86.2534971 127.158751,86.3770355" id="Fill-53" fill="#FFE000"></path>
|
||||
<path d="M133.678251,75.581683 C135.412539,75.481902 136.852237,76.8598299 136.937763,78.6796451 C137.009035,80.4329396 135.683374,81.9819206 133.963339,82.005678 C132.205293,82.105459 130.756093,80.727531 130.708579,78.9552307 C130.608798,77.1781788 131.934459,75.6339493 133.678251,75.581683" id="Fill-55" fill="#FFE000"></path>
|
||||
<path d="M144.976785,82.4794001 C146.753836,82.4033765 148.184031,83.7527955 148.274309,85.5536048 C148.350332,87.3306566 147.029422,88.8273714 145.25237,88.9271524 C143.598857,89.003176 142.106893,87.6062422 142.002361,85.8291904 C141.950095,84.0806473 143.275756,82.5316663 144.976785,82.4794001" id="Fill-57" fill="#FFE000"></path>
|
||||
<path d="M153.22202,94.5994639 C154.904042,94.5234403 156.400757,95.948883 156.476781,97.7259348 C156.543302,99.4744779 155.198634,100.971193 153.502357,101.047216 C151.744311,101.12324 150.304614,99.7738208 150.252348,97.996769 C150.152567,96.2007112 151.497234,94.7230023 153.22202,94.5994639" id="Fill-59" fill="#FFE000"></path>
|
||||
<path d="M160.001425,71.2084249 C161.692951,71.1609102 163.142151,72.5340866 163.246683,74.3348958 C163.317955,76.1071962 161.992294,77.6086625 160.296017,77.6561772 C158.547474,77.7559582 157.046008,76.3827818 157.02225,74.5819726 C156.927221,72.8049207 158.248131,71.3319633 160.001425,71.2084249" id="Fill-61" fill="#FFE000"></path>
|
||||
<path d="M154.451702,100.898495 C154.451702,100.898495 158.195865,128.461805 157.996303,144.331733 L156.69915,141.580629 C156.69915,138.4304 156.475831,125.639428 153.102283,101.045791 L152.950236,99.2734904 L154.451702,100.898495 Z" id="Fill-63" fill="#FFE000"></path>
|
||||
<path d="M135.460054,81.5561884 C134.913635,81.2806028 148.00395,112.792389 151.448769,131.959841 L148.849712,127.764288 C148.802198,127.612241 149.381878,123.03657 134.134393,82.0028271 L133.801789,78.7813267 L135.460054,81.5561884 Z" id="Fill-65" fill="#FFE000"></path>
|
||||
<path d="M146.456869,88.6254337 C146.124266,88.6254337 153.57458,118.716528 155.047537,138.359128 L154.049727,136.558319 L153.22297,134.957072 C153.22297,134.957072 153.056669,133.460357 152.895119,132.082429 C152.486492,127.815604 151.550451,117.566671 144.974409,88.9247767 L145.159716,85.7032762 L146.456869,88.6254337 Z" id="Fill-67" fill="#FFE000"></path>
|
||||
<polygon id="Fill-69" fill="#FFE000" points="159.393712 77.5792033 160.895178 77.5792033 160.895178 147.777503 160.172954 149.830141 159.393712 147.653965"></polygon>
|
||||
<path d="M191.438138,92.000882 C191.438138,92.000882 180.443224,104.696825 172.565277,126.059459 L176.014848,121.065658 C179.488177,113.339759 184.111363,103.295139 190.939233,94.7519863 C191.438138,94.1770578 192.032072,93.1982538 192.578492,92.6233252 C192.578492,92.6233252 192.607001,92.000882 192.578492,92.7991298 C192.607001,92.000882 191.438138,92.000882 191.438138,92.000882" id="Fill-71" fill="#FFE000"></path>
|
||||
<path d="M193.18288,86.3770355 C191.486603,86.5005738 190.184699,88.0780637 190.331995,89.8503641 C190.460284,91.6226645 191.985508,92.9483262 193.710294,92.8010304 C195.411322,92.6774921 196.736984,91.128511 196.561179,89.3514592 C196.380623,87.5506499 194.907665,86.2534971 193.18288,86.3770355" id="Fill-73" fill="#FFE000"></path>
|
||||
<path d="M186.686662,75.581683 C184.990386,75.481902 183.484168,76.8598299 183.436653,78.6558877 C183.336872,80.4044307 184.634025,81.9534117 186.363562,82.005678 C188.088348,82.0817016 189.556554,80.727531 189.637329,78.9552307 C189.73711,77.1306641 188.382939,75.6339493 186.686662,75.581683" id="Fill-75" fill="#FFE000"></path>
|
||||
<path d="M175.318282,82.4794001 C173.593496,82.3796191 172.163302,83.7527955 172.063521,85.5298474 C171.997001,87.3306566 173.313159,88.8273714 175.042696,88.903395 C176.738973,89.003176 178.235688,87.6062422 178.297457,85.8291904 C178.387735,84.05689 177.033565,82.5316663 175.318282,82.4794001" id="Fill-77" fill="#FFE000"></path>
|
||||
<path d="M167.096329,94.5994639 C165.400052,94.5234403 163.941349,95.948883 163.893834,97.7259348 C163.798805,99.4744779 165.091206,100.971193 166.844501,101.047216 C168.597795,101.12324 170.018486,99.7738208 170.089758,97.9730116 C170.194291,96.2007112 168.868629,94.6754875 167.096329,94.5994639" id="Fill-79" fill="#FFE000"></path>
|
||||
<path d="M165.848116,100.872837 C165.848116,100.872837 162.194231,128.364875 162.370036,144.230052 L163.643431,141.507456 C163.643431,138.304962 163.89526,125.513989 167.192784,101.024884 L167.344831,99.2478325 L165.848116,100.872837 Z" id="Fill-81" fill="#FFE000"></path>
|
||||
<path d="M184.886328,81.5561884 C185.432748,81.2806028 172.294918,112.792389 168.869104,131.959841 L171.49667,127.712022 C171.539434,127.612241 170.964505,123.012813 186.207239,82.0028271 L186.539842,78.7813267 L184.886328,81.5561884 Z" id="Fill-83" fill="#FFE000"></path>
|
||||
<path d="M173.935603,88.6254337 C174.168425,88.6254337 166.741869,118.716528 165.29742,138.335371 L166.290478,136.558319 L167.098229,134.938066 C167.098229,134.957072 167.321549,133.4366 167.445087,132.063423 C167.896477,127.787095 168.765997,117.566671 175.318282,88.9057708 L175.199495,85.7032762 L173.935603,88.6254337 Z" id="Fill-85" fill="#FFE000"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 9.4 KiB |
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="320px" height="320px" viewBox="0 0 320 320" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 60.1 (88133) - https://sketch.com -->
|
||||
<title>SC_LOGO</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs>
|
||||
<polygon id="path-1" points="0 0.378207608 317.97354 0.378207608 317.97354 318.367427 0 318.367427"></polygon>
|
||||
</defs>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="航司LOGO备份-3" transform="translate(-1167.000000, -1119.000000)">
|
||||
<g id="切图" transform="translate(109.000000, 80.000000)"></g>
|
||||
<g id="山东航空公司" transform="translate(1168.000000, 1119.000000)">
|
||||
<g id="编组" transform="translate(0.000000, 0.478659)">
|
||||
<mask id="mask-2" fill="white">
|
||||
<use xlink:href="#path-1"></use>
|
||||
</mask>
|
||||
<g id="Clip-36"></g>
|
||||
<path d="M312.380013,114.631979 C276.633269,134.669632 288.02205,157.892843 287.811605,166.050677 C298.569052,247.798195 229.992908,274.355513 229.992908,274.355513 L63.1885235,274.293617 C233.199097,199.742489 41.5333333,114.029529 188.209284,3.50058027 C179.052869,1.86241135 169.599355,1 159.972534,1 C72.1757576,1 1,72.1798839 1,159.980787 C1,247.798195 72.1757576,318.990458 159.972534,318.990458 C247.777563,318.990458 318.973952,247.798195 318.973952,159.980787 C318.973952,144.222179 316.663185,129.008253 312.380013,114.631979 M213.854674,246.568536 C285.405932,176.069504 184.619342,125.228498 290.510251,69.2088975 C287.865248,65.4167634 285.030432,61.7319149 282.071825,58.1749839 C178.318375,128.009671 271.722888,170.672211 213.854674,246.568536 M165.468859,244.278401 C241.290909,167.763121 120.532689,104.613153 249.617924,28.6796905 C245.730883,26.0058027 241.703546,23.5134752 237.57305,21.1985816 C115.589297,116.179368 226.753707,147.321083 165.468859,244.278401" id="Fill-35" fill="#00396C" mask="url(#mask-2)"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 66 KiB |
@@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="320px" height="320px" viewBox="0 0 320 320" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 60.1 (88133) - https://sketch.com -->
|
||||
<title>UQ_LOGO</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs>
|
||||
<linearGradient x1="1.1462884%" y1="51.5192613%" x2="99.2014183%" y2="48.9785839%" id="linearGradient-1">
|
||||
<stop stop-color="#A50082" offset="0%"></stop>
|
||||
<stop stop-color="#E4007F" offset="100%"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient x1="1.15450662%" y1="51.062862%" x2="99.1484491%" y2="49.229642%" id="linearGradient-2">
|
||||
<stop stop-color="#FDD000" offset="0%"></stop>
|
||||
<stop stop-color="#F39800" offset="100%"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient x1="30.6205862%" y1="57.6733789%" x2="78.6562537%" y2="50.7136827%" id="linearGradient-3">
|
||||
<stop stop-color="#920783" offset="0%"></stop>
|
||||
<stop stop-color="#E4007F" offset="100%"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient x1="88.9529538%" y1="55.5755779%" x2="42.8779055%" y2="48.9470494%" id="linearGradient-4">
|
||||
<stop stop-color="#920783" offset="0%"></stop>
|
||||
<stop stop-color="#E4007F" offset="100%"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient x1="65.4596395%" y1="47.7317247%" x2="3.61466039%" y2="54.4925135%" id="linearGradient-5">
|
||||
<stop stop-color="#37BEF0" offset="0%"></stop>
|
||||
<stop stop-color="#009944" offset="100%"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient x1="242.680644%" y1="-5407.92524%" x2="341.08324%" y2="-5407.92524%" id="linearGradient-6">
|
||||
<stop stop-color="#F6AB00" offset="0%"></stop>
|
||||
<stop stop-color="#FDD000" offset="50%"></stop>
|
||||
<stop stop-color="#F6AB00" offset="100%"></stop>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="航司LOGO备份-3" transform="translate(-1167.000000, -4748.000000)">
|
||||
<g id="切图" transform="translate(109.000000, 80.000000)"></g>
|
||||
<g id="乌鲁木齐航空" transform="translate(1167.000000, 4850.000000)" fill-rule="nonzero">
|
||||
<path d="M61.4376881,75.7326911 C61.4376881,75.7326911 81.0885009,112.337146 117.577363,95.6146899 C143.33534,83.7856713 156.801927,90.9139073 159.556893,93.3220951 C159.556893,93.3220951 160.616496,51.0921132 118.559904,76.0987357 C93.3606261,91.0680313 68.5466586,78.140879 61.4376881,75.7326911 Z" id="路径" fill="url(#linearGradient-1)"></path>
|
||||
<path d="M58.1432872,72.9199278 C58.1432872,72.9199278 82.5912101,94.2661048 118.213125,74.7501505 C132.161349,67.0439494 144.49127,64.7513546 164.450331,75.8675497 C185.892836,87.8121613 205.717038,110.776641 244.710415,105.536424 C244.710415,105.536424 223.518362,116.787477 194.350391,109.389524 C161.387116,100.951234 149.827815,78.56472 121.835039,85.7122216 C112.472005,88.1204094 107.501505,91.0680313 96.077062,91.4918724 C77.1968694,92.1854305 61.8422637,75.3473811 58.1432872,72.9199278 Z" id="路径" fill="url(#linearGradient-2)"></path>
|
||||
<path d="M148.459964,63.2871764 C198.453943,47.4509332 225.772426,86.4057797 263.609874,67.1402769 C293.548465,52.0168573 288.250452,14.4683925 319.113787,-9.91207116e-13 C314.412607,2.80866561 310.784813,7.10777118 308.806743,12.2143287 C304.163757,24.1204094 313.083685,33.9843468 306.032511,47.5857917 C303.837342,52.3250896 305.092936,57.9476263 309.095725,61.3028296 C304.92464,70.1660652 298.923361,78.0452058 291.487056,84.4214329 C250.451535,120.486454 197.201686,74.615292 148.459964,63.2871764 Z" id="路径" fill="url(#linearGradient-3)"></path>
|
||||
<path d="M280.274533,92.1854305 C280.274533,92.1854305 259.08248,101.413606 223.422035,86.6177002 C185.064419,70.7236604 158.805539,46.7188441 112.510536,78.0060205 C112.510536,78.0060205 109.042745,79.3738712 112.510536,78.0060205 C134.858519,69.7218543 157.090909,74.384106 187.0295,93.8807947 C212.864539,110.834437 247.638772,116.093919 280.274533,92.1854305 Z" id="路径" fill="url(#linearGradient-4)"></path>
|
||||
<path d="M88.2552679,73.3052378 C70.3383504,78.8537026 58.1047562,71.7832631 51.8627333,68.6044551 C51.8627333,68.6044551 51.3425647,68.4310656 51.2655027,68.7778447 C54.4945678,70.5668298 57.4905185,72.7474678 60.1854305,75.2703191 C77.6399759,88.8524985 103.590608,88.4671884 130.350391,66.5045154 C140.955439,57.3655001 153.602176,50.9099858 167.224564,47.6821192 C176.849392,45.357859 186.834158,44.9260146 196.623721,46.410596 C174.526189,36.4310656 154.355208,36.5659241 134.781457,45.5436484 C118.6177,52.9608669 104.380494,68.3347381 88.2552679,73.3052378 Z" id="路径" fill="url(#linearGradient-5)"></path>
|
||||
<path d="M5.1159077e-13,65.8880193 C4.85490668,63.961469 25.6809151,54.5984347 45.986755,64.9247441 C52.1770993,68.2246271 57.8929185,72.3462382 62.9789284,77.1776039 C77.1968694,89.7579771 84.6333534,101.317279 101.664058,99.6989765 C110.834437,98.8127634 119.195665,93.1872366 126.208308,90.2588802 C135.153962,86.0514956 145.535117,86.1793074 154.374473,90.6056592 C145.04997,87.7543648 137.497893,90.6056592 130.986153,94.9211318 C120.833233,101.664058 111.951836,112.587598 95.768814,114.514148 C53.9434076,119.465382 36.5081276,61.1679711 5.1159077e-13,65.8880193 Z" id="路径" fill="url(#linearGradient-6)"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.4 KiB |
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="320px" height="320px" viewBox="0 0 320 320" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 60.1 (88133) - https://sketch.com -->
|
||||
<title>Y8_LOGO</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs>
|
||||
<polygon id="path-1" points="0 244.972702 154.12241 244.972702 154.12241 316.833745 0 316.833745"></polygon>
|
||||
</defs>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="航司LOGO备份-3" transform="translate(-647.000000, -5837.000000)">
|
||||
<g id="切图" transform="translate(109.000000, 80.000000)"></g>
|
||||
<g id="金鹏航空" transform="translate(671.000000, 5838.000000)">
|
||||
<path d="M108.572049,194.088066 C150.13386,179.18107 172.477235,164.698107 192.477893,148.143704 C216.346206,128.3893 235.904395,101.97679 253.509663,60.1384362 C263.747029,35.8421399 271.180774,0.316872428 271.180774,0.316872428 C271.449416,2.60164609 272.113119,19.7051852 267.373695,45.37893 C254.929251,112.764609 226.991802,155.61037 197.862584,179.132346 C165.183078,205.513251 129.170568,214.096626 99.4843128,221.372346 C61.7466996,230.618107 34.3992099,240.353745 22.3959177,249.255802 C47.3769877,221.629136 59.9215144,211.735473 108.572049,194.088066" id="Fill-3" fill="#D61819"></path>
|
||||
<path d="M202.493761,214.588346 C173.134091,233.744889 128.35121,236.261432 113.083391,235.88744 C171.266765,216.654519 202.930963,193.042996 220.561251,172.22456 C238.878947,150.59493 250.770305,130.750979 263.001416,89.2523786 C267.518288,73.9253004 271.33923,53.1463704 271.33923,53.1463704 C271.387259,68.2192922 268.882568,104.002667 260.866765,128.420115 C245.404049,175.606288 228.476971,197.636247 202.493761,214.588346" id="Fill-5" fill="#D61819"></path>
|
||||
<path d="M251.83921,200.154239 C230.246453,234.669465 190.595424,236.033745 182.337317,236.056132 C207.157728,225.893827 236.538469,208.22535 254.574354,167.969877 C262.359704,150.624033 267.894519,128.769218 271.371062,107.267325 C271.181432,117.675885 275.73386,158.573992 251.83921,200.154239" id="Fill-7" fill="#D61819"></path>
|
||||
<mask id="mask-2" fill="white">
|
||||
<use xlink:href="#path-1"></use>
|
||||
</mask>
|
||||
<g id="Clip-10"></g>
|
||||
<path d="M91.0669959,276.224165 C100.670947,273.757663 108.331193,276.573136 110.097119,277.971654 C108.641975,277.710914 105.914733,277.317169 103.125597,277.622683 C95.4561317,278.469432 91.7596708,282.140872 91.7596708,287.321449 C91.7596708,291.507786 96.64,295.511078 102.763457,296.378897 C108.893498,297.238815 115.095967,296.083918 119.084774,292.067457 C121.715885,289.416593 124.963292,283.007374 119.084774,275.409021 C114.741728,269.793877 105.690864,264.332807 92.8460905,260.494123 C75.2500412,255.251654 47.3916049,252.378239 13.6111934,253.1947 C12.7736626,253.210502 0,254.447045 0,254.447045 C0,254.447045 0.931028807,254.241613 12.1231276,251.742189 C17.4538272,250.55042 38.679177,243.465646 80.908642,245.263177 C124.144198,247.105481 145.497284,260.829926 152.323951,277.363259 C158.232757,291.697416 149.648066,310.456263 125.586173,315.5947 C113.547325,318.171819 97.2760494,316.745646 87.8788477,311.164741 C78.0483951,305.346798 75.1960494,298.899391 75.4673251,292.652148 C75.6885597,287.255605 80.0895473,279.039638 91.0669959,276.224165" id="Fill-9" fill="#D61819" mask="url(#mask-2)"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.5 KiB |
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="320px" height="320px" viewBox="0 0 320 320" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 60.1 (88133) - https://sketch.com -->
|
||||
<title>ZH_LOGO</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="航司LOGO备份-3" transform="translate(-647.000000, -2149.000000)">
|
||||
<g id="切图" transform="translate(109.000000, 80.000000)"></g>
|
||||
<g id="深圳航空竖版" transform="translate(654.000000, 2149.000000)" fill="#D10C23">
|
||||
<path d="M100.844355,283.984038 C86.8540342,304.890101 79.2457648,303.952965 66.6754424,302.606032 C63.7973246,302.285182 63.8386221,302.736278 62.555223,304.829743 L59.2164793,310.182534 C57.7901273,312.485663 57.8727223,312.80016 61.2273497,314.191568 C85.0973023,324.239566 106.832492,322.451067 124.447462,295.934898 L205.298429,174.154936 C213.326027,162.05477 216.868081,155.529765 228.180418,155.005605 C235.172402,154.681578 240.178929,159.268777 241.51951,165.025013 C242.151679,167.830066 243.835346,168.004786 245.442772,167.531453 L266.510848,161.25741 C267.673531,160.904793 268.521718,159.233833 268.604313,157.219786 C268.864805,150.936213 265.154384,141.873001 259.4458,137.416048 C243.381074,124.937851 219.028258,129.242321 200.949485,132.743078 C171.860164,138.340477 136.229956,149.884715 105.615804,165.072664 C97.5882064,169.0404 88.671124,173.163796 83.7122478,180.524281 C75.2812052,193.154961 51.665391,229.687361 42.532291,242.022605 C27.293515,262.553814 20.9305239,261.870817 8.08064924,260.562004 C6.17461097,260.34281 5.97130023,260.587418 4.94839302,262.201197 L1.17443725,268.367231 C-0.128022237,270.463873 -0.0104832105,270.79743 1.79072295,271.588436 C26.1308317,282.205069 47.316447,282.103413 65.6271213,254.650109 L103.963904,197.052809 C109.631192,188.485167 119.047021,183.402398 126.147013,180.98173 L71.653379,262.836543 C57.6884719,283.76802 50.3819919,282.795941 37.8307299,281.449007 C34.9748492,281.137687 34.9462587,281.642788 33.7232174,283.625067 L30.3368228,289.098574 C29.250381,290.804478 28.672216,291.477945 31.7187005,292.739107 C57.6884719,303.65753 78.2482714,300.50939 95.259663,274.793757 L162.393508,173.20827 C165.941915,167.830066 174.379312,163.585954 182.378319,161.873696 L100.844355,283.984038 Z M238.342779,33.2288198 C231.233256,36.9551246 216.62665,38.71821 210.644866,32.4664045 C204.094448,42.5969979 216.658417,52.2320214 231.169722,46.8569935 C239.623002,43.7501511 248.498786,39.7601776 257.800253,38.4608949 C267.555992,37.0917241 279.195533,38.4608949 283.37611,42.6732395 C247.253508,44.8524765 200.949485,64.6339771 166.427955,88.9391417 C139.609997,107.856572 122.906748,124.937851 102.77263,151.809814 C100.056526,155.637774 100.447264,158.490478 105.317192,155.990391 C128.952066,143.896578 159.445502,133.962942 185.736123,127.393464 C206.756548,122.164565 229.171558,117.231103 250.573191,123.069934 C261.399489,126.02747 271.383953,133.060751 275.278624,143.871165 C280.316919,157.772537 276.422247,174.250238 259.80477,176.788446 C251.523034,178.059138 246.074941,174.879231 243.028457,170.581114 C241.53857,168.455882 240.823806,168.385994 239.645239,168.751318 L218.284903,175.289029 C217.055508,175.67659 215.486204,177.31896 216.359804,179.463253 C218.338908,184.418952 222.907046,190.829594 227.964401,194.600373 C241.563984,204.715083 259.388618,205.836469 274.919654,199.77209 C296.311756,191.43635 307.6368,169.0404 304.428303,145.335637 C301.518418,123.625861 285.67924,105.648744 265.252863,98.64723 C244.728007,91.6234789 216.591706,94.7430283 194.043273,102.977114 C188.042429,105.200825 186.647845,106.090309 190.097774,103.196308 C206.118025,90.2034804 238.20618,75.1076573 265.154384,67.3882023 C283.573067,62.1211833 300.625756,60.8695515 305.556042,64.9452966 C310.60069,34.1850157 285.031187,14.1049025 253.81028,22.0943796 C264.785883,15.1023959 256.119763,-0.066492014 240.360003,3.16010103e-13 C214.237748,0.108228161 189.389363,11.9987302 164.938069,14.6640071 C151.243184,16.1824842 135.013268,13.4028451 124.215561,7.80226931 C122.093505,29.3786225 148.301531,45.2019169 173.3024,39.9698418 C190.834775,36.3356622 207.071045,27.793434 223.348611,24.1624311 C237.72967,20.9412264 245.106038,29.6645283 238.342779,33.2288198 L238.342779,33.2288198 Z" id="Fill-90"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.4 KiB |
|
After Width: | Height: | Size: 6.2 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 397 KiB |
|
After Width: | Height: | Size: 5.2 KiB |
|
After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 39 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 9.9 KiB |
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 37 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 9.6 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 41 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 8.3 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 3.8 KiB |
|
After Width: | Height: | Size: 31 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 4.5 KiB |
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 17 KiB |
@@ -0,0 +1,4 @@
|
||||
<template>
|
||||
<!-- 通过src\router\index.ts中的路由定义,展示对应的页面 -->
|
||||
<router-view />
|
||||
</template>
|
||||
@@ -0,0 +1,54 @@
|
||||
import request from '@/utils/request'
|
||||
|
||||
// 查询测试单表列表
|
||||
export function listDemo(query) {
|
||||
return request({
|
||||
url: '/demo/demo/list',
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
||||
// 自定义分页接口
|
||||
export function pageDemo(query) {
|
||||
return request({
|
||||
url: '/demo/demo/page',
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
||||
// 查询测试单表详细
|
||||
export function getDemo(id) {
|
||||
return request({
|
||||
url: '/demo/demo/' + id,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
// 新增测试单表
|
||||
export function addDemo(data) {
|
||||
return request({
|
||||
url: '/demo/demo',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
// 修改测试单表
|
||||
export function updateDemo(data) {
|
||||
return request({
|
||||
url: '/demo/demo',
|
||||
method: 'put',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
// 删除测试单表
|
||||
export function delDemo(id) {
|
||||
return request({
|
||||
url: '/demo/demo/' + id,
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
||||
@@ -0,0 +1,44 @@
|
||||
import request from '@/utils/request'
|
||||
|
||||
// 查询测试树表列表
|
||||
export function listTree(query) {
|
||||
return request({
|
||||
url: '/demo/tree/list',
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
||||
// 查询测试树表详细
|
||||
export function getTree(id) {
|
||||
return request({
|
||||
url: '/demo/tree/' + id,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
// 新增测试树表
|
||||
export function addTree(data) {
|
||||
return request({
|
||||
url: '/demo/tree',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
// 修改测试树表
|
||||
export function updateTree(data) {
|
||||
return request({
|
||||
url: '/demo/tree',
|
||||
method: 'put',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
// 删除测试树表
|
||||
export function delTree(id) {
|
||||
return request({
|
||||
url: '/demo/tree/' + id,
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
import request from "/src/utils/request";
|
||||
|
||||
// 登录方法
|
||||
export function login(data) {
|
||||
// const data = {
|
||||
// username,
|
||||
// password,
|
||||
// code,
|
||||
// uuid,
|
||||
// };
|
||||
return request({
|
||||
url: "/login",
|
||||
method: "post",
|
||||
data: data,
|
||||
});
|
||||
}
|
||||
|
||||
// 注册方法
|
||||
export function register(data) {
|
||||
return request({
|
||||
url: "/register",
|
||||
headers: {
|
||||
isToken: false,
|
||||
},
|
||||
method: "post",
|
||||
data: data,
|
||||
});
|
||||
}
|
||||
|
||||
// 获取用户详细信息
|
||||
export function getInfo() {
|
||||
return request({
|
||||
url: "/getInfo",
|
||||
method: "get",
|
||||
});
|
||||
}
|
||||
|
||||
// 退出方法
|
||||
export function logout() {
|
||||
return request({
|
||||
url: "/logout",
|
||||
method: "post",
|
||||
});
|
||||
}
|
||||
|
||||
// 获取验证码
|
||||
export function getVerifyCodeImg() {
|
||||
return request({
|
||||
url: "/captchaImage",
|
||||
method: "get",
|
||||
timeout: 20000,
|
||||
});
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
import request from '/src/utils/request'
|
||||
|
||||
// 登录方法
|
||||
export function login(username, password, code, uuid) {
|
||||
const data = {
|
||||
username,
|
||||
password,
|
||||
code,
|
||||
uuid
|
||||
}
|
||||
return request({
|
||||
url: '/login',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
// 注册方法
|
||||
export function register(data) {
|
||||
return request({
|
||||
url: '/register',
|
||||
headers: {
|
||||
isToken: false
|
||||
},
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
// 获取用户详细信息
|
||||
export function getInfo() {
|
||||
return request({
|
||||
url: '/getInfo',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
// 退出方法
|
||||
export function logout() {
|
||||
return request({
|
||||
url: '/logout',
|
||||
method: 'post'
|
||||
})
|
||||
}
|
||||
|
||||
// 获取验证码
|
||||
export function getCodeImg() {
|
||||
return request({
|
||||
url: '/captchaImage',
|
||||
method: 'get',
|
||||
timeout: 20000
|
||||
})
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
import request from '/src/utils/request'
|
||||
|
||||
// 获取路由
|
||||
export const getRouters = () => {
|
||||
return request({
|
||||
url: '/getRouters',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
@@ -0,0 +1,57 @@
|
||||
import request from '@/utils/request'
|
||||
|
||||
// 查询缓存详细
|
||||
export function getCache() {
|
||||
return request({
|
||||
url: '/monitor/cache',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
// 查询缓存名称列表
|
||||
export function listCacheName() {
|
||||
return request({
|
||||
url: '/monitor/cache/getNames',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
// 查询缓存键名列表
|
||||
export function listCacheKey(cacheName) {
|
||||
return request({
|
||||
url: '/monitor/cache/getKeys/' + cacheName,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
// 查询缓存内容
|
||||
export function getCacheValue(cacheName, cacheKey) {
|
||||
return request({
|
||||
url: '/monitor/cache/getValue/' + cacheName + '/' + cacheKey,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
// 清理指定名称缓存
|
||||
export function clearCacheName(cacheName) {
|
||||
return request({
|
||||
url: '/monitor/cache/clearCacheName/' + cacheName,
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
||||
// 清理指定键名缓存
|
||||
export function clearCacheKey(cacheKey) {
|
||||
return request({
|
||||
url: '/monitor/cache/clearCacheKey/' + cacheKey,
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
||||
// 清理全部缓存
|
||||
export function clearCacheAll() {
|
||||
return request({
|
||||
url: '/monitor/cache/clearCacheAll',
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||