@ganwei-web/ganwei-pc-cli 6.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (433) hide show
  1. package/ganwei-iotcenter-index-6.2.0/.nvmrc +1 -0
  2. package/ganwei-iotcenter-index-6.2.0/configuration/cleanNodeModule.js +18 -0
  3. package/ganwei-iotcenter-index-6.2.0/configuration/gitClone.js +45 -0
  4. package/ganwei-iotcenter-index-6.2.0/configuration/moduleConfiguration.json +20 -0
  5. package/ganwei-iotcenter-index-6.2.0/configuration/updateModule.cjs +30 -0
  6. package/ganwei-iotcenter-index-6.2.0/init.cjs +30 -0
  7. package/ganwei-iotcenter-index-6.2.0/package.json +41 -0
  8. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/.babelrc +4 -0
  9. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/.editorconfig +22 -0
  10. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/.env.development +22 -0
  11. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/.env.production +22 -0
  12. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/.env.test +22 -0
  13. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/.eslintignore +13 -0
  14. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/.eslintrc.cjs +176 -0
  15. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/.prettierignore +13 -0
  16. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/.prettierrc.cjs +19 -0
  17. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/auto-imports.d.ts +5 -0
  18. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/build/enteryJson.js +9 -0
  19. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/build/vite-addInfo-html.ts +38 -0
  20. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/build/vite-plugin-stats-html.js +595 -0
  21. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/components.d.ts +87 -0
  22. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/env.d.ts +7 -0
  23. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/index.html +31 -0
  24. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/package.json +89 -0
  25. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/css/element-plus/css-vars.css +1 -0
  26. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/css/element-plus/index.css +16959 -0
  27. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/css/element-ui/index.css +16075 -0
  28. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/css/equipStatus.css +70 -0
  29. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/css/index.css +15926 -0
  30. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/css/reset-6-1.css +155 -0
  31. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/fonts/appFont/iconfont.css +1135 -0
  32. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/fonts/appFont/iconfont.js +1 -0
  33. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/fonts/appFont/iconfont.json +1969 -0
  34. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/fonts/appFont/iconfont.ttf +0 -0
  35. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/fonts/appFont/iconfont.woff +0 -0
  36. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/fonts/appFont/iconfont.woff2 +0 -0
  37. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/fonts/element-icons.ttf +0 -0
  38. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/fonts/element-icons.woff +0 -0
  39. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/fonts/font/iconfont.css +3779 -0
  40. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/fonts/font/iconfont.js +1 -0
  41. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/fonts/font/iconfont.json +6596 -0
  42. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/fonts/font/iconfont.ttf +0 -0
  43. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/fonts/font/iconfont.woff +0 -0
  44. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/fonts/font/iconfont.woff2 +0 -0
  45. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/http/createAxios.js +486 -0
  46. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/head-background.png +0 -0
  47. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-alarmIcon-dark.svg +48 -0
  48. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-alarmIcon-green.svg +42 -0
  49. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-alarmIcon-light.svg +26 -0
  50. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-apppreview-dark.svg +20 -0
  51. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-apppreview-green.svg +20 -0
  52. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-apppreview-light.svg +14 -0
  53. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-contentfull-dark.svg +22 -0
  54. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-contentfull-green.svg +16 -0
  55. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-contentfull-light.svg +16 -0
  56. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-contentfull.svg +22 -0
  57. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-fullscreen-dark.svg +19 -0
  58. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-fullscreen-green.svg +14 -0
  59. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-fullscreen-light.svg +12 -0
  60. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-fullscreen.svg +19 -0
  61. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-loading.png +0 -0
  62. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-logo-src-dark.svg +67 -0
  63. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-logo-src-green.svg +67 -0
  64. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-logo-src-light.svg +67 -0
  65. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-logo-src-small.png +0 -0
  66. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-logo-src.svg +67 -0
  67. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-nopage-dark.png +0 -0
  68. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-nopage-green.png +0 -0
  69. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-nopage-light.png +0 -0
  70. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-normalIcon-dark.svg +32 -0
  71. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-normalIcon-green.svg +32 -0
  72. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-normalIcon-light.svg +9 -0
  73. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-skin-dark.svg +22 -0
  74. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-skin-green.svg +22 -0
  75. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-skin-light.svg +15 -0
  76. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-skin.svg +22 -0
  77. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-tuchuquanping-dark.svg +18 -0
  78. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-tuchuquanping-green.svg +18 -0
  79. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-tuchuquanping-light.svg +18 -0
  80. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-tuchuquanping.svg +18 -0
  81. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-upgrade.svg +18 -0
  82. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-user-dark.svg +22 -0
  83. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-user-green.svg +27 -0
  84. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-user-light.svg +22 -0
  85. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-user.svg +26 -0
  86. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-warningIcon-dark.svg +37 -0
  87. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-warningIcon-green.svg +37 -0
  88. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/index-warningIcon-light.svg +15 -0
  89. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/login-bg-img.png +0 -0
  90. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/logo.png +0 -0
  91. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/menu-background.png +0 -0
  92. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/renew-message-dark.svg +1 -0
  93. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/renew-message-green.svg +1 -0
  94. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/renew-message-light.svg +1 -0
  95. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/right-close.png +0 -0
  96. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/right-open.png +0 -0
  97. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/systemsnapshot-fullscreen.png +0 -0
  98. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/systemsnapshot-guzhang.png +0 -0
  99. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/systemsnapshot-jinggao.png +0 -0
  100. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/systemsnapshot-shezhi.png +0 -0
  101. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/systemsnapshot-xinxi.png +0 -0
  102. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/systemsnapshot-zichan.png +0 -0
  103. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/unread-message-dark.svg +19 -0
  104. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/unread-message-green.svg +22 -0
  105. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/unread-message-light.svg +17 -0
  106. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/images/webconfig-location.svg +17 -0
  107. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/js/axios.min.js +2 -0
  108. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/js/echarts.min.js +25 -0
  109. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/js/element-ui/index.js +1 -0
  110. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/js/element-ui/index.js.gz +0 -0
  111. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/js/enc-base64-min.js +86 -0
  112. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/js/filereader.js +455 -0
  113. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/js/font.js +56 -0
  114. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/js/getConfigInfoData.js +57 -0
  115. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/js/getLanguage.js +144 -0
  116. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/js/getLanguageOptions.js +52 -0
  117. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/js/getUserPermissionList.js +55 -0
  118. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/js/h5player.min.js +311 -0
  119. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/js/hmac-sha256.js +18 -0
  120. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/js/jquery.slim.min.js +2 -0
  121. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/js/jsencrypt.min.js +2 -0
  122. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/js/jszip.min.js +14 -0
  123. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/js/liveplayer-lib.min.js +1 -0
  124. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/js/moment.js +5670 -0
  125. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/js/pptxjs.min.js +14105 -0
  126. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/js/signalr.min.js +17 -0
  127. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/js/tXml.js +244 -0
  128. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/js/transformpcm.worker.js +58 -0
  129. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/js/vue-i18n.min.js +6 -0
  130. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/js/vue-router.min.js +11 -0
  131. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/js/vue.min.js +11 -0
  132. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/js/vuex.min.js +6 -0
  133. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/json/RAMScope.json +201 -0
  134. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/json/config.json +154 -0
  135. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/json/snapshot.json +34 -0
  136. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/lib/treeV2/treeV2.css +246 -0
  137. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/lib/treeV2/treeV2.js +5384 -0
  138. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/themes/dark-6-1.css +430 -0
  139. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/themes/dark.css +426 -0
  140. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/themes/default-theme-6-1.js +48 -0
  141. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/themes/default-theme.js +53 -0
  142. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/themes/green-6-1.css +357 -0
  143. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/themes/light-6-1.css +424 -0
  144. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/themes/light.css +414 -0
  145. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/public/static/themes/themeConfig.json +42 -0
  146. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/App.vue +52 -0
  147. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/assets/plugins/encrypt.js +122 -0
  148. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/auto-import.d.ts +61 -0
  149. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/asideMenu/contractMenu.vue +216 -0
  150. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/asideMenu/menu.vue +238 -0
  151. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/asideMenu/topNav.vue +238 -0
  152. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/contextMenu/index.js +42 -0
  153. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/contextMenu/index.vue +113 -0
  154. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexLeftContent/index.js +204 -0
  155. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexLeftContent/index.scss +258 -0
  156. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexLeftContent/index.vue +112 -0
  157. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/appPreview/images/appconnect.jpg +0 -0
  158. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/appPreview/index.vue +282 -0
  159. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/contentFullScreen/index.js +19 -0
  160. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/contentFullScreen/index.vue +10 -0
  161. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/fullScreen/index.js +50 -0
  162. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/fullScreen/index.vue +10 -0
  163. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/index.js +28 -0
  164. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/index.scss +137 -0
  165. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/index.vue +20 -0
  166. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/processDesign/ApprovalDialog.vue +135 -0
  167. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/processDesign/index.js +327 -0
  168. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/processDesign/index.scss +253 -0
  169. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/processDesign/index.vue +61 -0
  170. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/renewMessages/RenewDialog.vue +97 -0
  171. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/renewMessages/index.js +95 -0
  172. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/renewMessages/index.scss +0 -0
  173. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/renewMessages/index.vue +8 -0
  174. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/renewMessages/renew.vue +271 -0
  175. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/saveMode/index.js +45 -0
  176. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/saveMode/index.scss +36 -0
  177. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/saveMode/index.vue +22 -0
  178. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/switchTheme/index.js +70 -0
  179. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/switchTheme/index.scss +94 -0
  180. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/switchTheme/index.vue +35 -0
  181. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/unReadMessages/index.js +146 -0
  182. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/unReadMessages/index.scss +0 -0
  183. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/unReadMessages/index.vue +8 -0
  184. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/upgrade/index.js +81 -0
  185. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/upgrade/index.scss +147 -0
  186. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/upgrade/index.vue +30 -0
  187. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/PWEditDialog/forceEdit.js +78 -0
  188. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/PWEditDialog/index.js +265 -0
  189. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/PWEditDialog/index.scss +5 -0
  190. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/PWEditDialog/index.vue +39 -0
  191. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/index.js +94 -0
  192. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/index.scss +113 -0
  193. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/index.vue +90 -0
  194. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/logoutDialog/index.js +68 -0
  195. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/logoutDialog/index.vue +16 -0
  196. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/restartPlatformDialog/index.js +178 -0
  197. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/restartPlatformDialog/index.scss +16 -0
  198. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/restartPlatformDialog/index.vue +46 -0
  199. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/safeModeDialog/index.vue +195 -0
  200. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/switchPark/index.js +70 -0
  201. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/switchPark/index.scss +95 -0
  202. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/switchPark/index.vue +35 -0
  203. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/systemInfoDialog/index.js +240 -0
  204. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/systemInfoDialog/index.scss +158 -0
  205. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/systemInfoDialog/index.vue +50 -0
  206. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/index.js +63 -0
  207. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/index.scss +40 -0
  208. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/index.vue +20 -0
  209. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/labelPage/index.js +398 -0
  210. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/labelPage/index.scss +136 -0
  211. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/labelPage/index.vue +36 -0
  212. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/normalPage/index.js +34 -0
  213. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/normalPage/index.scss +44 -0
  214. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/indexRightContent/normalPage/index.vue +21 -0
  215. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/inputPassword/index.vue +65 -0
  216. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/isDebug/isDebug.vue +57 -0
  217. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/isDebug/warning.png +0 -0
  218. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/noAccess/noAccess.vue +78 -0
  219. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/noAccess/noPage.vue +68 -0
  220. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/sceneMonitor/index.js +95 -0
  221. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/toast/index.js +65 -0
  222. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/toast/index.vue +136 -0
  223. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/unreadMsg/listItem.vue +36 -0
  224. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/components/unreadMsg/unread.vue +300 -0
  225. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/hostMap.js +13 -0
  226. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/main.js +50 -0
  227. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/mixins/judgePermission.js +29 -0
  228. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/publish/pub.ts +28 -0
  229. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/request/api/frame.js +142 -0
  230. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/request/api.js +14 -0
  231. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/router.js +34 -0
  232. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/store.js +221 -0
  233. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/types.js +16 -0
  234. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/utils/MFEManager.js +156 -0
  235. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/utils/gwEquipCache.js +325 -0
  236. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/utils/gwSignalr.js +66 -0
  237. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/utils/historyExport.js +158 -0
  238. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/utils/setStorage.js +5 -0
  239. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/views/Index.vue +81 -0
  240. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/views/index.js +297 -0
  241. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/views/jumpIframe/index.vue +242 -0
  242. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/views/jumpIframe/preloadMethod.js +54 -0
  243. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/src/views/jumpIframe/queryParser.js +47 -0
  244. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/tsconfig.json +57 -0
  245. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-index/vite.config.ts +270 -0
  246. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/.babelrc +8 -0
  247. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/.editorconfig +22 -0
  248. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/.env.development +22 -0
  249. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/.env.production +22 -0
  250. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/.env.test +22 -0
  251. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/.eslintignore +13 -0
  252. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/.eslintrc.cjs +162 -0
  253. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/.prettierignore +13 -0
  254. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/.prettierrc.cjs +37 -0
  255. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/auto-imports.d.ts +5 -0
  256. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/build/enteryJson.js +72 -0
  257. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/build/vite-addInfo-html.ts +38 -0
  258. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/build/vite-plugin-stats-html.js +595 -0
  259. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/env.d.ts +7 -0
  260. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/index.html +34 -0
  261. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/package.json +84 -0
  262. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/css/drag.css +140 -0
  263. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/css/element-plus/css-vars.css +1 -0
  264. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/css/element-plus/index.css +16957 -0
  265. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/css/element-ui/index.css +16075 -0
  266. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/css/element-ui/reset.css +1471 -0
  267. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/css/index.css +15926 -0
  268. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/css/reset-6-1.css +114 -0
  269. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/fonts/appFont/iconfont.css +1135 -0
  270. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/fonts/appFont/iconfont.js +1 -0
  271. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/fonts/appFont/iconfont.json +1969 -0
  272. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/fonts/appFont/iconfont.ttf +0 -0
  273. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/fonts/appFont/iconfont.woff +0 -0
  274. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/fonts/appFont/iconfont.woff2 +0 -0
  275. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/fonts/element-icons.ttf +0 -0
  276. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/fonts/element-icons.woff +0 -0
  277. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/fonts/font/iconfont.css +4151 -0
  278. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/fonts/font/iconfont.js +1 -0
  279. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/fonts/font/iconfont.json +7247 -0
  280. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/fonts/font/iconfont.ttf +0 -0
  281. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/fonts/font/iconfont.woff +0 -0
  282. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/fonts/font/iconfont.woff2 +0 -0
  283. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/http/createAxios.js +316 -0
  284. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/images/center.svg +23 -0
  285. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/images/centerActive.svg +24 -0
  286. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/images/center_light.svg +15 -0
  287. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/images/index-loading.png +0 -0
  288. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/images/index-logo-src-dark.svg +67 -0
  289. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/images/index-logo-src-green.svg +67 -0
  290. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/images/index-logo-src-light.svg +67 -0
  291. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/images/index-logo-src-small.png +0 -0
  292. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/images/index-logo-src.svg +67 -0
  293. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/images/left.svg +23 -0
  294. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/images/leftActive.svg +24 -0
  295. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/images/left_light.svg +15 -0
  296. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/images/login-bg-img.png +0 -0
  297. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/images/login-drag-start.png +0 -0
  298. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/images/login-drag-stop.png +0 -0
  299. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/images/logo.png +0 -0
  300. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/images/refresh.png +0 -0
  301. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/images/right.svg +23 -0
  302. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/images/rightActive.svg +24 -0
  303. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/images/right_light.svg +15 -0
  304. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/js/axios.min.js +3 -0
  305. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/js/drag.js +391 -0
  306. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/js/font.js +57 -0
  307. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/js/getConfigInfoData.js +57 -0
  308. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/js/getLanguage.js +143 -0
  309. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/js/getLanguageOptions.js +52 -0
  310. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/js/jquery.min.js +10716 -0
  311. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/themes/dark-6-1.css +333 -0
  312. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/themes/dark.css +426 -0
  313. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/themes/default-theme-6-1.js +46 -0
  314. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/themes/default-theme.js +53 -0
  315. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/themes/green-6-1.css +336 -0
  316. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/themes/light-6-1.css +338 -0
  317. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/themes/light.css +414 -0
  318. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/public/static/themes/themeConfig.json +42 -0
  319. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/App.vue +70 -0
  320. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/assets/css/alertHandle.scss +22 -0
  321. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/assets/css/browserScroll.scss +5 -0
  322. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/assets/css/btnHandle.scss +36 -0
  323. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/assets/css/containerHandle.scss +402 -0
  324. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/assets/css/dialogStyle.scss +43 -0
  325. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/assets/css/equipStatus.scss +88 -0
  326. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/assets/css/index.scss +1358 -0
  327. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/assets/css/inputStyle.scss +16 -0
  328. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/assets/css/listHandle.scss +113 -0
  329. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/assets/css/login.scss +335 -0
  330. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/assets/css/mainInfo.scss +297 -0
  331. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/assets/css/maintenanceInfo.scss +199 -0
  332. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/assets/css/style.css +921 -0
  333. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/assets/css/tableHandle.scss +147 -0
  334. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/assets/css/txtHandle.scss +39 -0
  335. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/assets/images/login-bg-img.png +0 -0
  336. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/assets/images/login-sso-error.png +0 -0
  337. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/assets/images/logo-bg.png +0 -0
  338. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/assets/plugins/encrypt.js +122 -0
  339. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/components/declaration/declaration.scss +118 -0
  340. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/components/declaration/declaration.vue +109 -0
  341. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/components/declaration/declarationPacts.vue +42 -0
  342. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/components/passwordModification/checkEmailContainer.vue +134 -0
  343. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/components/passwordModification/inputEmailContainer.vue +128 -0
  344. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/components/passwordModification/modifyPasswordContainer.vue +138 -0
  345. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/components/passwordModification/passwordModification - /345/211/257/346/234/254.vue" +4 -0
  346. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/components/passwordModification/passwordModification.vue +223 -0
  347. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/directive/loadMore/loadMore.js +14 -0
  348. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/hostMap.js +18 -0
  349. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/main.js +39 -0
  350. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/mixins/setDefaultLanguage.js +87 -0
  351. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/request/api/login.js +95 -0
  352. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/request/api.js +13 -0
  353. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/router.js +48 -0
  354. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/types.js +16 -0
  355. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/utils/formValidate.js +25 -0
  356. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/utils/isApp.js +18 -0
  357. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/utils/language.js +45 -0
  358. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/utils/myUtils.js +646 -0
  359. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/utils/timeFormat.js +23 -0
  360. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/utils/timesYMDHMS.js +27 -0
  361. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/views/js/mainInfo.js +374 -0
  362. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/views/js/maintenanceInfo.js +202 -0
  363. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/views/login.vue +458 -0
  364. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/views/ssoLogin.vue +230 -0
  365. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/src/views/ssoLogout.vue +58 -0
  366. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-login/vite.config.ts +237 -0
  367. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/.babelrc +8 -0
  368. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/.editorconfig +22 -0
  369. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/.env.development +22 -0
  370. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/.env.production +22 -0
  371. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/.env.test +22 -0
  372. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/.eslintignore +13 -0
  373. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/.eslintrc.cjs +162 -0
  374. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/.prettierignore +13 -0
  375. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/.prettierrc.cjs +37 -0
  376. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/auto-imports.d.ts +5 -0
  377. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/build/enteryJson.js +64 -0
  378. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/build/vite-addInfo-html.js +15 -0
  379. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/build/vite-addInfo-html.ts +38 -0
  380. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/build/vite-plugin-stats-html +14 -0
  381. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/build/vite-plugin-stats-html.js +595 -0
  382. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/env.d.ts +7 -0
  383. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/index.html +25 -0
  384. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/package.json +94 -0
  385. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/public/static/css/element-plus/css-vars.css +1 -0
  386. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/public/static/css/element-plus/index.css +16957 -0
  387. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/public/static/css/reset-6-1.css +114 -0
  388. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/public/static/fonts/appFont/iconfont.css +1135 -0
  389. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/public/static/fonts/appFont/iconfont.js +1 -0
  390. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/public/static/fonts/appFont/iconfont.json +1969 -0
  391. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/public/static/fonts/appFont/iconfont.ttf +0 -0
  392. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/public/static/fonts/appFont/iconfont.woff +0 -0
  393. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/public/static/fonts/appFont/iconfont.woff2 +0 -0
  394. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/public/static/fonts/element-icons.ttf +0 -0
  395. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/public/static/fonts/element-icons.woff +0 -0
  396. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/public/static/fonts/font/iconfont.css +3535 -0
  397. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/public/static/fonts/font/iconfont.js +1 -0
  398. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/public/static/fonts/font/iconfont.json +6169 -0
  399. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/public/static/fonts/font/iconfont.ttf +0 -0
  400. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/public/static/fonts/font/iconfont.woff +0 -0
  401. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/public/static/fonts/font/iconfont.woff2 +0 -0
  402. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/public/static/http/createAxios.js +372 -0
  403. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/public/static/images/index-loading.png +0 -0
  404. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/public/static/js/axios.min.js +3 -0
  405. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/public/static/js/font.js +58 -0
  406. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/public/static/js/getConfigInfoData.js +58 -0
  407. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/public/static/js/getLanguage.js +142 -0
  408. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/public/static/js/getLanguageOptions.js +51 -0
  409. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/public/static/themes/dark-6-1.css +430 -0
  410. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/public/static/themes/default-theme-6-1.js +48 -0
  411. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/public/static/themes/light-6-1.css +424 -0
  412. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/public/static/themes/themeConfig.json +42 -0
  413. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/src/App.vue +41 -0
  414. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/src/assets/images/template.jpg +0 -0
  415. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/src/hostMap.js +14 -0
  416. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/src/main.js +39 -0
  417. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/src/request/api/template.js +11 -0
  418. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/src/request/api.js +9 -0
  419. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/src/router.js +23 -0
  420. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/src/utils/setStorage.js +5 -0
  421. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/src/views/template.vue +49 -0
  422. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/tsconfig.json +21 -0
  423. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/tsconfig.node.json +10 -0
  424. package/ganwei-iotcenter-index-6.2.0/packages/ganwei-iotcenter-template/vite.config.ts +240 -0
  425. package/ganwei-iotcenter-index-6.2.0/pnpm-workspace.yaml +3 -0
  426. package/ganwei-pc.js +3 -0
  427. package/package.json +28 -0
  428. package/src/copyConfig.js +85 -0
  429. package/src/copyDemo.js +21 -0
  430. package/src/create-app.js +90 -0
  431. package/src/createQuestions.js +46 -0
  432. package/src/index.js +63 -0
  433. package/src/remove-depencies.js +27 -0
@@ -0,0 +1,921 @@
1
+ /**
2
+ * MIXINS
3
+ */
4
+ /* SYMBOLS */
5
+ /**
6
+ * KEYFRAMES
7
+ */
8
+ @-webkit-keyframes rotating {
9
+ 0% {
10
+ -webkit-transform: rotate3d(0, 0, 0, 0deg);
11
+ -moz-transform: rotate3d(0, 0, 0, 0deg);
12
+ -ms-transform: rotate3d(0, 0, 0, 0deg);
13
+ -o-transform: rotate3d(0, 0, 0, 0deg);
14
+ transform: rotate3d(0, 0, 0, 0deg);
15
+ }
16
+
17
+ 100% {
18
+ -webkit-transform: rotate3d(0, 1, 0, 720deg);
19
+ -moz-transform: rotate3d(0, 1, 0, 720deg);
20
+ -ms-transform: rotate3d(0, 1, 0, 720deg);
21
+ -o-transform: rotate3d(0, 1, 0, 720deg);
22
+ transform: rotate3d(0, 1, 0, 720deg);
23
+ }
24
+ }
25
+
26
+ @-moz-keyframes rotating {
27
+ 0% {
28
+ -webkit-transform: rotate3d(0, 0, 0, 0deg);
29
+ -moz-transform: rotate3d(0, 0, 0, 0deg);
30
+ -ms-transform: rotate3d(0, 0, 0, 0deg);
31
+ -o-transform: rotate3d(0, 0, 0, 0deg);
32
+ transform: rotate3d(0, 0, 0, 0deg);
33
+ }
34
+
35
+ 100% {
36
+ -webkit-transform: rotate3d(0, 1, 0, 720deg);
37
+ -moz-transform: rotate3d(0, 1, 0, 720deg);
38
+ -ms-transform: rotate3d(0, 1, 0, 720deg);
39
+ -o-transform: rotate3d(0, 1, 0, 720deg);
40
+ transform: rotate3d(0, 1, 0, 720deg);
41
+ }
42
+ }
43
+
44
+ @-ms-keyframes rotating {
45
+ 0% {
46
+ -webkit-transform: rotate3d(0, 0, 0, 0deg);
47
+ -moz-transform: rotate3d(0, 0, 0, 0deg);
48
+ -ms-transform: rotate3d(0, 0, 0, 0deg);
49
+ -o-transform: rotate3d(0, 0, 0, 0deg);
50
+ transform: rotate3d(0, 0, 0, 0deg);
51
+ }
52
+
53
+ 100% {
54
+ -webkit-transform: rotate3d(0, 1, 0, 720deg);
55
+ -moz-transform: rotate3d(0, 1, 0, 720deg);
56
+ -ms-transform: rotate3d(0, 1, 0, 720deg);
57
+ -o-transform: rotate3d(0, 1, 0, 720deg);
58
+ transform: rotate3d(0, 1, 0, 720deg);
59
+ }
60
+ }
61
+
62
+ @-o-keyframes rotating {
63
+ 0% {
64
+ -webkit-transform: rotate3d(0, 0, 0, 0deg);
65
+ -moz-transform: rotate3d(0, 0, 0, 0deg);
66
+ -ms-transform: rotate3d(0, 0, 0, 0deg);
67
+ -o-transform: rotate3d(0, 0, 0, 0deg);
68
+ transform: rotate3d(0, 0, 0, 0deg);
69
+ }
70
+
71
+ 100% {
72
+ -webkit-transform: rotate3d(0, 1, 0, 720deg);
73
+ -moz-transform: rotate3d(0, 1, 0, 720deg);
74
+ -ms-transform: rotate3d(0, 1, 0, 720deg);
75
+ -o-transform: rotate3d(0, 1, 0, 720deg);
76
+ transform: rotate3d(0, 1, 0, 720deg);
77
+ }
78
+ }
79
+
80
+ @keyframes rotating {
81
+ 0% {
82
+ -webkit-transform: rotate3d(0, 0, 0, 0deg);
83
+ -moz-transform: rotate3d(0, 0, 0, 0deg);
84
+ -ms-transform: rotate3d(0, 0, 0, 0deg);
85
+ -o-transform: rotate3d(0, 0, 0, 0deg);
86
+ transform: rotate3d(0, 0, 0, 0deg);
87
+ }
88
+
89
+ 100% {
90
+ -webkit-transform: rotate3d(0, 1, 0, 720deg);
91
+ -moz-transform: rotate3d(0, 1, 0, 720deg);
92
+ -ms-transform: rotate3d(0, 1, 0, 720deg);
93
+ -o-transform: rotate3d(0, 1, 0, 720deg);
94
+ transform: rotate3d(0, 1, 0, 720deg);
95
+ }
96
+ }
97
+
98
+ @-webkit-keyframes rotatingY {
99
+ 100% {
100
+ -webkit-transform: rotateY(-360deg);
101
+ -moz-transform: rotateY(-360deg);
102
+ -ms-transform: rotateY(-360deg);
103
+ -o-transform: rotateY(-360deg);
104
+ transform: rotateY(-360deg);
105
+ }
106
+ }
107
+
108
+ @-moz-keyframes rotatingY {
109
+ 100% {
110
+ -webkit-transform: rotateY(-360deg);
111
+ -moz-transform: rotateY(-360deg);
112
+ -ms-transform: rotateY(-360deg);
113
+ -o-transform: rotateY(-360deg);
114
+ transform: rotateY(-360deg);
115
+ }
116
+ }
117
+
118
+ @-ms-keyframes rotatingY {
119
+ 100% {
120
+ -webkit-transform: rotateY(-360deg);
121
+ -moz-transform: rotateY(-360deg);
122
+ -ms-transform: rotateY(-360deg);
123
+ -o-transform: rotateY(-360deg);
124
+ transform: rotateY(-360deg);
125
+ }
126
+ }
127
+
128
+ @-o-keyframes rotatingY {
129
+ 100% {
130
+ -webkit-transform: rotateY(-360deg);
131
+ -moz-transform: rotateY(-360deg);
132
+ -ms-transform: rotateY(-360deg);
133
+ -o-transform: rotateY(-360deg);
134
+ transform: rotateY(-360deg);
135
+ }
136
+ }
137
+
138
+ @keyframes rotatingY {
139
+ 100% {
140
+ -webkit-transform: rotateY(-360deg);
141
+ -moz-transform: rotateY(-360deg);
142
+ -ms-transform: rotateY(-360deg);
143
+ -o-transform: rotateY(-360deg);
144
+ transform: rotateY(-360deg);
145
+ }
146
+ }
147
+
148
+ /**/
149
+ @-webkit-keyframes fluttering {
150
+
151
+ 0%,
152
+ 25%,
153
+ 50%,
154
+ 75%,
155
+ 100% {
156
+ -webkit-transform: translate3d(0, 0, 0);
157
+ -moz-transform: translate3d(0, 0, 0);
158
+ -ms-transform: translate3d(0, 0, 0);
159
+ -o-transform: translate3d(0, 0, 0);
160
+ transform: translate3d(0, 0, 0);
161
+ }
162
+
163
+ 10%,
164
+ 60% {
165
+ -webkit-transform: translate3d(0, 150px, 0);
166
+ -moz-transform: translate3d(0, 150px, 0);
167
+ -ms-transform: translate3d(0, 150px, 0);
168
+ -o-transform: translate3d(0, 150px, 0);
169
+ transform: translate3d(0, 150px, 0);
170
+ }
171
+
172
+ 30%,
173
+ 80% {
174
+ -webkit-transform: translate3d(0, 50px, 0);
175
+ -moz-transform: translate3d(0, 50px, 0);
176
+ -ms-transform: translate3d(0, 50px, 0);
177
+ -o-transform: translate3d(0, 50px, 0);
178
+ transform: translate3d(0, 50px, 0);
179
+ }
180
+ }
181
+
182
+ @-moz-keyframes fluttering {
183
+
184
+ 0%,
185
+ 25%,
186
+ 50%,
187
+ 75%,
188
+ 100% {
189
+ -webkit-transform: translate3d(0, 0, 0);
190
+ -moz-transform: translate3d(0, 0, 0);
191
+ -ms-transform: translate3d(0, 0, 0);
192
+ -o-transform: translate3d(0, 0, 0);
193
+ transform: translate3d(0, 0, 0);
194
+ }
195
+
196
+ 10%,
197
+ 60% {
198
+ -webkit-transform: translate3d(0, 150px, 0);
199
+ -moz-transform: translate3d(0, 150px, 0);
200
+ -ms-transform: translate3d(0, 150px, 0);
201
+ -o-transform: translate3d(0, 150px, 0);
202
+ transform: translate3d(0, 150px, 0);
203
+ }
204
+
205
+ 30%,
206
+ 80% {
207
+ -webkit-transform: translate3d(0, 50px, 0);
208
+ -moz-transform: translate3d(0, 50px, 0);
209
+ -ms-transform: translate3d(0, 50px, 0);
210
+ -o-transform: translate3d(0, 50px, 0);
211
+ transform: translate3d(0, 50px, 0);
212
+ }
213
+ }
214
+
215
+ @-ms-keyframes fluttering {
216
+
217
+ 0%,
218
+ 25%,
219
+ 50%,
220
+ 75%,
221
+ 100% {
222
+ -webkit-transform: translate3d(0, 0, 0);
223
+ -moz-transform: translate3d(0, 0, 0);
224
+ -ms-transform: translate3d(0, 0, 0);
225
+ -o-transform: translate3d(0, 0, 0);
226
+ transform: translate3d(0, 0, 0);
227
+ }
228
+
229
+ 10%,
230
+ 60% {
231
+ -webkit-transform: translate3d(0, 150px, 0);
232
+ -moz-transform: translate3d(0, 150px, 0);
233
+ -ms-transform: translate3d(0, 150px, 0);
234
+ -o-transform: translate3d(0, 150px, 0);
235
+ transform: translate3d(0, 150px, 0);
236
+ }
237
+
238
+ 30%,
239
+ 80% {
240
+ -webkit-transform: translate3d(0, 50px, 0);
241
+ -moz-transform: translate3d(0, 50px, 0);
242
+ -ms-transform: translate3d(0, 50px, 0);
243
+ -o-transform: translate3d(0, 50px, 0);
244
+ transform: translate3d(0, 50px, 0);
245
+ }
246
+ }
247
+
248
+ @-o-keyframes fluttering {
249
+
250
+ 0%,
251
+ 25%,
252
+ 50%,
253
+ 75%,
254
+ 100% {
255
+ -webkit-transform: translate3d(0, 0, 0);
256
+ -moz-transform: translate3d(0, 0, 0);
257
+ -ms-transform: translate3d(0, 0, 0);
258
+ -o-transform: translate3d(0, 0, 0);
259
+ transform: translate3d(0, 0, 0);
260
+ }
261
+
262
+ 10%,
263
+ 60% {
264
+ -webkit-transform: translate3d(0, 150px, 0);
265
+ -moz-transform: translate3d(0, 150px, 0);
266
+ -ms-transform: translate3d(0, 150px, 0);
267
+ -o-transform: translate3d(0, 150px, 0);
268
+ transform: translate3d(0, 150px, 0);
269
+ }
270
+
271
+ 30%,
272
+ 80% {
273
+ -webkit-transform: translate3d(0, 50px, 0);
274
+ -moz-transform: translate3d(0, 50px, 0);
275
+ -ms-transform: translate3d(0, 50px, 0);
276
+ -o-transform: translate3d(0, 50px, 0);
277
+ transform: translate3d(0, 50px, 0);
278
+ }
279
+ }
280
+
281
+ @keyframes fluttering {
282
+
283
+ 0%,
284
+ 25%,
285
+ 50%,
286
+ 75%,
287
+ 100% {
288
+ -webkit-transform: translate3d(0, 0, 0);
289
+ -moz-transform: translate3d(0, 0, 0);
290
+ -ms-transform: translate3d(0, 0, 0);
291
+ -o-transform: translate3d(0, 0, 0);
292
+ transform: translate3d(0, 0, 0);
293
+ }
294
+
295
+ 10%,
296
+ 60% {
297
+ -webkit-transform: translate3d(0, 150px, 0);
298
+ -moz-transform: translate3d(0, 150px, 0);
299
+ -ms-transform: translate3d(0, 150px, 0);
300
+ -o-transform: translate3d(0, 150px, 0);
301
+ transform: translate3d(0, 150px, 0);
302
+ }
303
+
304
+ 30%,
305
+ 80% {
306
+ -webkit-transform: translate3d(0, 50px, 0);
307
+ -moz-transform: translate3d(0, 50px, 0);
308
+ -ms-transform: translate3d(0, 50px, 0);
309
+ -o-transform: translate3d(0, 50px, 0);
310
+ transform: translate3d(0, 50px, 0);
311
+ }
312
+ }
313
+
314
+ /**/
315
+ @-webkit-keyframes left-wing-flap {
316
+ 0% {
317
+ -webkit-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
318
+ -moz-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
319
+ -ms-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
320
+ -o-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
321
+ transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
322
+ }
323
+
324
+ 50% {
325
+ -webkit-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
326
+ -moz-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
327
+ -ms-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
328
+ -o-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
329
+ transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
330
+ }
331
+
332
+ 100% {
333
+ -webkit-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
334
+ -moz-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
335
+ -ms-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
336
+ -o-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
337
+ transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
338
+ }
339
+ }
340
+
341
+ @-moz-keyframes left-wing-flap {
342
+ 0% {
343
+ -webkit-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
344
+ -moz-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
345
+ -ms-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
346
+ -o-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
347
+ transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
348
+ }
349
+
350
+ 50% {
351
+ -webkit-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
352
+ -moz-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
353
+ -ms-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
354
+ -o-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
355
+ transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
356
+ }
357
+
358
+ 100% {
359
+ -webkit-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
360
+ -moz-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
361
+ -ms-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
362
+ -o-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
363
+ transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
364
+ }
365
+ }
366
+
367
+ @-ms-keyframes left-wing-flap {
368
+ 0% {
369
+ -webkit-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
370
+ -moz-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
371
+ -ms-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
372
+ -o-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
373
+ transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
374
+ }
375
+
376
+ 50% {
377
+ -webkit-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
378
+ -moz-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
379
+ -ms-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
380
+ -o-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
381
+ transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
382
+ }
383
+
384
+ 100% {
385
+ -webkit-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
386
+ -moz-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
387
+ -ms-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
388
+ -o-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
389
+ transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
390
+ }
391
+ }
392
+
393
+ @-o-keyframes left-wing-flap {
394
+ 0% {
395
+ -webkit-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
396
+ -moz-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
397
+ -ms-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
398
+ -o-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
399
+ transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
400
+ }
401
+
402
+ 50% {
403
+ -webkit-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
404
+ -moz-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
405
+ -ms-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
406
+ -o-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
407
+ transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
408
+ }
409
+
410
+ 100% {
411
+ -webkit-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
412
+ -moz-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
413
+ -ms-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
414
+ -o-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
415
+ transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
416
+ }
417
+ }
418
+
419
+ @keyframes left-wing-flap {
420
+ 0% {
421
+ -webkit-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
422
+ -moz-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
423
+ -ms-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
424
+ -o-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
425
+ transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
426
+ }
427
+
428
+ 50% {
429
+ -webkit-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
430
+ -moz-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
431
+ -ms-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
432
+ -o-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
433
+ transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
434
+ }
435
+
436
+ 100% {
437
+ -webkit-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
438
+ -moz-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
439
+ -ms-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
440
+ -o-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
441
+ transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
442
+ }
443
+ }
444
+
445
+ @-webkit-keyframes right-wing-flap {
446
+ 0% {
447
+ -webkit-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
448
+ -moz-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
449
+ -ms-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
450
+ -o-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
451
+ transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
452
+ }
453
+
454
+ 50% {
455
+ -webkit-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
456
+ -moz-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
457
+ -ms-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
458
+ -o-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
459
+ transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
460
+ }
461
+
462
+ 100% {
463
+ -webkit-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
464
+ -moz-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
465
+ -ms-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
466
+ -o-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
467
+ transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
468
+ }
469
+ }
470
+
471
+ @-moz-keyframes right-wing-flap {
472
+ 0% {
473
+ -webkit-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
474
+ -moz-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
475
+ -ms-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
476
+ -o-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
477
+ transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
478
+ }
479
+
480
+ 50% {
481
+ -webkit-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
482
+ -moz-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
483
+ -ms-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
484
+ -o-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
485
+ transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
486
+ }
487
+
488
+ 100% {
489
+ -webkit-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
490
+ -moz-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
491
+ -ms-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
492
+ -o-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
493
+ transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
494
+ }
495
+ }
496
+
497
+ @-ms-keyframes right-wing-flap {
498
+ 0% {
499
+ -webkit-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
500
+ -moz-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
501
+ -ms-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
502
+ -o-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
503
+ transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
504
+ }
505
+
506
+ 50% {
507
+ -webkit-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
508
+ -moz-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
509
+ -ms-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
510
+ -o-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
511
+ transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
512
+ }
513
+
514
+ 100% {
515
+ -webkit-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
516
+ -moz-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
517
+ -ms-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
518
+ -o-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
519
+ transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
520
+ }
521
+ }
522
+
523
+ @-o-keyframes right-wing-flap {
524
+ 0% {
525
+ -webkit-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
526
+ -moz-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
527
+ -ms-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
528
+ -o-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
529
+ transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
530
+ }
531
+
532
+ 50% {
533
+ -webkit-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
534
+ -moz-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
535
+ -ms-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
536
+ -o-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
537
+ transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
538
+ }
539
+
540
+ 100% {
541
+ -webkit-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
542
+ -moz-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
543
+ -ms-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
544
+ -o-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
545
+ transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
546
+ }
547
+ }
548
+
549
+ @keyframes right-wing-flap {
550
+ 0% {
551
+ -webkit-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
552
+ -moz-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
553
+ -ms-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
554
+ -o-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
555
+ transform: translate3d(-1px, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
556
+ }
557
+
558
+ 50% {
559
+ -webkit-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
560
+ -moz-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
561
+ -ms-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
562
+ -o-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
563
+ transform: translate3d(-1px, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
564
+ }
565
+
566
+ 100% {
567
+ -webkit-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
568
+ -moz-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
569
+ -ms-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
570
+ -o-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
571
+ transform: translate3d(-1px, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
572
+ }
573
+ }
574
+
575
+ /**
576
+ *
577
+ */
578
+ /**
579
+ * SOURCE
580
+ */
581
+ body {
582
+ width: 100%;
583
+ height: 100%;
584
+ overflow: hidden;
585
+ }
586
+
587
+ .background {
588
+ position: absolute;
589
+ background-color: #313747;
590
+ width: 100%;
591
+ height: 100%;
592
+ }
593
+
594
+ .scene3d {
595
+ -webkit-perspective: 1000px;
596
+ -moz-perspective: 1000px;
597
+ -ms-perspective: 1000px;
598
+ -o-perspective: 1000px;
599
+ perspective: 1000px;
600
+ -webkit-perspective-origin: 50% 50%;
601
+ -moz-perspective-origin: 50% 50%;
602
+ -ms-perspective-origin: 50% 50%;
603
+ -o-perspective-origin: 50% 50%;
604
+ perspective-origin: 50% 50%;
605
+ position: absolute;
606
+ width: 100%;
607
+ height: 100%;
608
+ -webkit-transform-style: preserve-3d;
609
+ -moz-transform-style: preserve-3d;
610
+ -ms-transform-style: preserve-3d;
611
+ -o-transform-style: preserve-3d;
612
+ transform-style: preserve-3d;
613
+ background-image: url("../images/login-bg-img.png");
614
+ }
615
+
616
+ .skybox.cube {
617
+ position: absolute;
618
+ left: 50%;
619
+ top: 50%;
620
+ width: 512px;
621
+ height: 512px;
622
+ margin-left: -256px;
623
+ margin-top: -256px;
624
+ -webkit-perspective-origin: 50% 50%;
625
+ -moz-perspective-origin: 50% 50%;
626
+ -ms-perspective-origin: 50% 50%;
627
+ -o-perspective-origin: 50% 50%;
628
+ perspective-origin: 50% 50%;
629
+ -webkit-transform-style: preserve-3d;
630
+ -moz-transform-style: preserve-3d;
631
+ -ms-transform-style: preserve-3d;
632
+ -o-transform-style: preserve-3d;
633
+ transform-style: preserve-3d;
634
+ -webkit-animation: rotatingY 40s linear infinite;
635
+ -moz-animation: rotatingY 40s linear infinite;
636
+ -ms-animation: rotatingY 40s linear infinite;
637
+ -o-animation: rotatingY 40s linear infinite;
638
+ animation: rotatingY 40s linear infinite;
639
+ }
640
+
641
+ .skybox.cube var.scale {
642
+ position: absolute;
643
+ left: 50%;
644
+ top: 50%;
645
+ width: 512px;
646
+ height: 512px;
647
+ margin-left: -256px;
648
+ margin-top: -256px;
649
+ -webkit-perspective-origin: 50% 50%;
650
+ -moz-perspective-origin: 50% 50%;
651
+ -ms-perspective-origin: 50% 50%;
652
+ -o-perspective-origin: 50% 50%;
653
+ perspective-origin: 50% 50%;
654
+ -webkit-transform-style: preserve-3d;
655
+ -moz-transform-style: preserve-3d;
656
+ -ms-transform-style: preserve-3d;
657
+ -o-transform-style: preserve-3d;
658
+ transform-style: preserve-3d;
659
+ -webkit-transform: rotate3d(0, 0, 1, 15deg) translate3d(0, 100px, 0) scale3d(4, 6, 4);
660
+ -moz-transform: rotate3d(0, 0, 1, 15deg) translate3d(0, 100px, 0) scale3d(4, 6, 4);
661
+ -ms-transform: rotate3d(0, 0, 1, 15deg) translate3d(0, 100px, 0) scale3d(4, 6, 4);
662
+ -o-transform: rotate3d(0, 0, 1, 15deg) translate3d(0, 100px, 0) scale3d(4, 6, 4);
663
+ transform: rotate3d(0, 0, 1, 15deg) translate3d(0, 100px, 0) scale3d(4, 6, 4);
664
+ }
665
+
666
+ .skybox.cube .face {
667
+ position: absolute;
668
+ left: 50%;
669
+ top: 50%;
670
+ width: 512px;
671
+ height: 512px;
672
+ margin-left: -256px;
673
+ margin-top: -256px;
674
+ -webkit-backface-visibility: hidden;
675
+ -moz-backface-visibility: hidden;
676
+ -ms-backface-visibility: hidden;
677
+ -o-backface-visibility: hidden;
678
+ backface-visibility: hidden;
679
+ }
680
+
681
+ .skybox.cube .face.front {
682
+ -webkit-transform: rotateY(0deg) translateZ(-256px);
683
+ -moz-transform: rotateY(0deg) translateZ(-256px);
684
+ -ms-transform: rotateY(0deg) translateZ(-256px);
685
+ -o-transform: rotateY(0deg) translateZ(-256px);
686
+ transform: rotateY(0deg) translateZ(-255px);
687
+ background-image: url("../images/clouds_front.jpg");
688
+ }
689
+
690
+ .skybox.cube .face.back {
691
+ -webkit-transform: rotateY(180deg) translateZ(-256px);
692
+ -moz-transform: rotateY(180deg) translateZ(-256px);
693
+ -ms-transform: rotateY(180deg) translateZ(-256px);
694
+ -o-transform: rotateY(180deg) translateZ(-256px);
695
+ transform: rotateY(180deg) translateZ(-255px);
696
+ background-image: url("../images/clouds_back.jpg");
697
+ }
698
+
699
+ .skybox.cube .face.right {
700
+ -webkit-transform: rotateY(-90deg) translateZ(-256px);
701
+ -moz-transform: rotateY(-90deg) translateZ(-256px);
702
+ -ms-transform: rotateY(-90deg) translateZ(-256px);
703
+ -o-transform: rotateY(-90deg) translateZ(-256px);
704
+ transform: rotateY(-90deg) translateZ(-255px);
705
+ background-image: url("../images/clouds_right.jpg");
706
+ }
707
+
708
+ .skybox.cube .face.left {
709
+ -webkit-transform: rotateY(90deg) translateZ(-256px);
710
+ -moz-transform: rotateY(90deg) translateZ(-256px);
711
+ -ms-transform: rotateY(90deg) translateZ(-256px);
712
+ -o-transform: rotateY(90deg) translateZ(-256px);
713
+ transform: rotateY(90deg) translateZ(-255px);
714
+ background-image: url("../images/clouds_left.jpg");
715
+ }
716
+
717
+ .skybox.cube .face.top {
718
+ -webkit-transform: rotateX(-90deg) translateZ(-256px);
719
+ -moz-transform: rotateX(-90deg) translateZ(-256px);
720
+ -ms-transform: rotateX(-90deg) translateZ(-256px);
721
+ -o-transform: rotateX(-90deg) translateZ(-256px);
722
+ transform: rotateX(-90deg) translateZ(-255px);
723
+ background-image: url("../images/clouds_top.jpg");
724
+ }
725
+
726
+ .skybox.cube .face.bottom {
727
+ -webkit-transform: rotateX(90deg) translateZ(256px);
728
+ -moz-transform: rotateX(90deg) translateZ(256px);
729
+ -ms-transform: rotateX(90deg) translateZ(256px);
730
+ -o-transform: rotateX(90deg) translateZ(256px);
731
+ transform: rotateX(90deg) translateZ(255px);
732
+ background-image: url("../images/clouds_top.jpg");
733
+ background: none;
734
+ }
735
+
736
+ .butterfly_container,.butterfly_container2 {
737
+ position: absolute;
738
+ left: 50%;
739
+ top: 50%;
740
+ width: 100px;
741
+ height: 100px;
742
+ margin-left: -50px;
743
+ margin-top: -50px;
744
+ -webkit-transform-origin: 50% 50%;
745
+ -moz-transform-origin: 50% 50%;
746
+ -ms-transform-origin: 50% 50%;
747
+ -o-transform-origin: 50% 50%;
748
+ transform-origin: 50% 50%;
749
+ -webkit-transform-style: preserve-3d;
750
+ -moz-transform-style: preserve-3d;
751
+ -ms-transform-style: preserve-3d;
752
+ -o-transform-style: preserve-3d;
753
+ transform-style: preserve-3d;
754
+ -webkit-animation: rotatingY 10s linear infinite;
755
+ -moz-animation: rotatingY 10s linear infinite;
756
+ -ms-animation: rotatingY 10s linear infinite;
757
+ -o-animation: rotatingY 10s linear infinite;
758
+ animation: rotatingY 10s linear infinite;
759
+ }
760
+
761
+ .butterfly_container var {
762
+ position: absolute;
763
+ left: 50%;
764
+ top: 50%;
765
+ width: 100px;
766
+ height: 100px;
767
+ margin-left: -50px;
768
+ margin-top: -50px;
769
+ -webkit-transform-style: preserve-3d;
770
+ -moz-transform-style: preserve-3d;
771
+ -ms-transform-style: preserve-3d;
772
+ -o-transform-style: preserve-3d;
773
+ transform-style: preserve-3d;
774
+ }
775
+
776
+ .butterfly_container var.rotate3d {
777
+ -webkit-transform: rotate3d(1, 0.5, 0, 70deg);
778
+ -moz-transform: rotate3d(1, 0.5, 0, 70deg);
779
+ -ms-transform: rotate3d(1, 0.5, 0, 70deg);
780
+ -o-transform: rotate3d(1, 0.5, 0, 70deg);
781
+ transform: rotate3d(1, 0.5, 0, 70deg);
782
+ }
783
+
784
+ .butterfly_container var.translate3d {
785
+ -webkit-transform: translate3d(-300px, 0px, 0px);
786
+ -moz-transform: translate3d(-300px, 0px, 0px);
787
+ -ms-transform: translate3d(-300px, 0px, 0px);
788
+ -o-transform: translate3d(-300px, 0px, 0px);
789
+ transform: translate3d(-300px, 0px, 0px);
790
+ }
791
+
792
+ .butterfly_container var.translate3d-1 {
793
+ -webkit-animation: fluttering 10s ease-in-out infinite;
794
+ -moz-animation: fluttering 10s ease-in-out infinite;
795
+ -ms-animation: fluttering 10s ease-in-out infinite;
796
+ -o-animation: fluttering 10s ease-in-out infinite;
797
+ animation: fluttering 10s ease-in-out infinite;
798
+ }
799
+
800
+ .butterfly_container.scale_fourth var.scale {
801
+ -webkit-transform: scale3d(0.4, 0.4, 0.4);
802
+ -moz-transform: scale3d(0.4, 0.4, 0.4);
803
+ -ms-transform: scale3d(0.4, 0.4, 0.4);
804
+ -o-transform: scale3d(0.4, 0.4, 0.4);
805
+ transform: scale3d(0.4, 0.4, 0.4);
806
+ }
807
+
808
+ .butterfly_container.scale_half var.scale {
809
+ -webkit-transform: scale3d(0.5, 0.5, 0.5);
810
+ -moz-transform: scale3d(0.5, 0.5, 0.5);
811
+ -ms-transform: scale3d(0.5, 0.5, 0.5);
812
+ -o-transform: scale3d(0.5, 0.5, 0.5);
813
+ transform: scale3d(0.5, 0.5, 0.5);
814
+ }
815
+
816
+ .butterfly_container.scale_third var.scale {
817
+ -webkit-transform: scale3d(0.333, 0.333, 0.333);
818
+ -moz-transform: scale3d(0.333, 0.333, 0.333);
819
+ -ms-transform: scale3d(0.333, 0.333, 0.333);
820
+ -o-transform: scale3d(0.333, 0.333, 0.333);
821
+ transform: scale3d(0.333, 0.333, 0.333);
822
+ }
823
+
824
+ .butterfly_container.scale_quarter var.scale {
825
+ -webkit-transform: scale3d(0.25, 0.25, 0.25);
826
+ -moz-transform: scale3d(0.25, 0.25, 0.25);
827
+ -ms-transform: scale3d(0.25, 0.25, 0.25);
828
+ -o-transform: scale3d(0.25, 0.25, 0.25);
829
+ transform: scale3d(0.25, 0.25, 0.25);
830
+ }
831
+
832
+ .butterfly_container figure.butterfly {
833
+ position: absolute;
834
+ left: 50%;
835
+ top: 50%;
836
+ width: 100px;
837
+ height: 100px;
838
+ margin-left: -50px;
839
+ margin-top: -50px;
840
+ -webkit-transform-style: preserve-3d;
841
+ -moz-transform-style: preserve-3d;
842
+ -ms-transform-style: preserve-3d;
843
+ -o-transform-style: preserve-3d;
844
+ transform-style: preserve-3d;
845
+ -webkit-transform-origin: 50% 50%;
846
+ -moz-transform-origin: 50% 50%;
847
+ -ms-transform-origin: 50% 50%;
848
+ -o-transform-origin: 50% 50%;
849
+ transform-origin: 50% 50%;
850
+ }
851
+
852
+ .butterfly_container figure.butterfly .wing {
853
+ position: absolute;
854
+ width: 50px;
855
+ height: 100px;
856
+ -webkit-transform-style: preserve-3d;
857
+ -moz-transform-style: preserve-3d;
858
+ -ms-transform-style: preserve-3d;
859
+ -o-transform-style: preserve-3d;
860
+ transform-style: preserve-3d;
861
+ -webkit-transform-origin: 50% 50%;
862
+ -moz-transform-origin: 50% 50%;
863
+ -ms-transform-origin: 50% 50%;
864
+ -o-transform-origin: 50% 50%;
865
+ transform-origin: 50% 50%;
866
+ -webkit-transform: translate3d(0, 0, 0) rotate3d(1, 0.5, 0, 45deg);
867
+ -moz-transform: translate3d(0, 0, 0) rotate3d(1, 0.5, 0, 45deg);
868
+ -ms-transform: translate3d(0, 0, 0) rotate3d(1, 0.5, 0, 45deg);
869
+ -o-transform: translate3d(0, 0, 0) rotate3d(1, 0.5, 0, 45deg);
870
+ transform: translate3d(0, 0, 0) rotate3d(1, 0.5, 0, 45deg);
871
+ }
872
+
873
+ .butterfly_container figure.butterfly .wing.right {
874
+ -webkit-transform-origin: 50px 50px;
875
+ -moz-transform-origin: 50px 50px;
876
+ -ms-transform-origin: 50px 50px;
877
+ -o-transform-origin: 50px 50px;
878
+ transform-origin: 50px 50px;
879
+ -webkit-transform: translate3d(0px, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 45deg);
880
+ -moz-transform: translate3d(0px, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 45deg);
881
+ -ms-transform: translate3d(0px, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 45deg);
882
+ -o-transform: translate3d(0px, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 45deg);
883
+ transform: translate3d(0px, 0px, 0px) scaleX(-1) rotate3d(0, 1, 0, 45deg);
884
+ -webkit-animation: right-wing-flap 0.5s ease-in-out infinite;
885
+ -moz-animation: right-wing-flap 0.5s ease-in-out infinite;
886
+ -ms-animation: right-wing-flap 0.5s ease-in-out infinite;
887
+ -o-animation: right-wing-flap 0.5s ease-in-out infinite;
888
+ animation: right-wing-flap 0.5s ease-in-out infinite;
889
+ filter: FlipH;
890
+ -ms-filter: "FlipH";
891
+ }
892
+
893
+ .butterfly_container figure.butterfly .wing.left {
894
+ -webkit-transform-origin: 50px 50px;
895
+ -moz-transform-origin: 50px 50px;
896
+ -ms-transform-origin: 50px 50px;
897
+ -o-transform-origin: 50px 50px;
898
+ transform-origin: 50px 50px;
899
+ -webkit-animation: left-wing-flap 0.5s ease-in-out infinite;
900
+ -moz-animation: left-wing-flap 0.5s ease-in-out infinite;
901
+ -ms-animation: left-wing-flap 0.5s ease-in-out infinite;
902
+ -o-animation: left-wing-flap 0.5s ease-in-out infinite;
903
+ animation: left-wing-flap 0.5s ease-in-out infinite;
904
+ }
905
+
906
+ .butterfly_container figure.butterfly .wing use {
907
+ display: block;
908
+ -webkit-transform-style: preserve-3d;
909
+ -moz-transform-style: preserve-3d;
910
+ -ms-transform-style: preserve-3d;
911
+ -o-transform-style: preserve-3d;
912
+ transform-style: preserve-3d;
913
+ fill: url(#image);
914
+ stroke: white;
915
+ }
916
+
917
+ .svg-defs {
918
+ position: absolute;
919
+ height: 0;
920
+ width: 0;
921
+ }