Bläddra i källkod

添加动画效果

lanxin 1 månad sedan
förälder
incheckning
444cf940f5
71 ändrade filer med 79 tillägg och 43 borttagningar
  1. 0 0
      beiRen/.editorconfig
  2. 0 0
      beiRen/.env
  3. 0 0
      beiRen/.gitignore
  4. 0 0
      beiRen/.prettierrc.js
  5. 0 0
      beiRen/.vscode/settings.json
  6. 0 0
      beiRen/README.md
  7. 0 0
      beiRen/config-overrides.js
  8. 0 0
      beiRen/package-lock.json
  9. 0 0
      beiRen/package.json
  10. 0 0
      beiRen/path.tsconfig.json
  11. 67 0
      beiRen/public/data.js
  12. 0 0
      beiRen/public/index.html
  13. 0 0
      beiRen/src/App.tsx
  14. 0 0
      beiRen/src/assets/img/IMGerror.png
  15. 0 0
      beiRen/src/assets/img/flooImg.jpg
  16. 0 0
      beiRen/src/assets/img/landtip.png
  17. 0 0
      beiRen/src/assets/img/loading.gif
  18. 0 0
      beiRen/src/assets/img/logo.png
  19. 0 0
      beiRen/src/assets/img/top.png
  20. 0 0
      beiRen/src/assets/img/topBar.png
  21. 0 0
      beiRen/src/assets/styles/base.css
  22. 0 0
      beiRen/src/assets/styles/base.less
  23. 0 0
      beiRen/src/components/AsyncSpinLoding/index.module.scss
  24. 0 0
      beiRen/src/components/AsyncSpinLoding/index.tsx
  25. 0 0
      beiRen/src/components/AuthRoute/index.tsx
  26. 0 0
      beiRen/src/components/ImageLazy/index.module.scss
  27. 0 0
      beiRen/src/components/ImageLazy/index.tsx
  28. 0 0
      beiRen/src/components/LookDom/index.module.scss
  29. 0 0
      beiRen/src/components/LookDom/index.tsx
  30. 0 0
      beiRen/src/components/Message/index.tsx
  31. 0 0
      beiRen/src/components/MyPopconfirm.tsx
  32. 0 0
      beiRen/src/components/MyTable/index.module.scss
  33. 0 0
      beiRen/src/components/MyTable/index.tsx
  34. 0 0
      beiRen/src/components/NotFound/index.tsx
  35. 0 0
      beiRen/src/components/SpinLoding/index.module.scss
  36. 0 0
      beiRen/src/components/SpinLoding/index.tsx
  37. 0 0
      beiRen/src/components/UpAsyncLoding/index.module.scss
  38. 0 0
      beiRen/src/components/UpAsyncLoding/index.tsx
  39. 0 0
      beiRen/src/components/ZRichTexts/index.module.scss
  40. 0 0
      beiRen/src/components/ZRichTexts/index.tsx
  41. 0 0
      beiRen/src/components/ZupAudio/index.module.scss
  42. 0 0
      beiRen/src/components/ZupAudio/index.tsx
  43. 0 0
      beiRen/src/components/ZupOne/index.module.scss
  44. 0 0
      beiRen/src/components/ZupOne/index.tsx
  45. 0 0
      beiRen/src/components/ZupTypes/index.module.scss
  46. 0 0
      beiRen/src/components/ZupTypes/index.tsx
  47. 0 0
      beiRen/src/index.tsx
  48. 0 0
      beiRen/src/pages/A1home/data.ts
  49. 12 0
      嵌套四维看看demo/src/pages/A1home/index.module.scss
  50. 0 0
      beiRen/src/pages/A1home/index.tsx
  51. 0 0
      beiRen/src/pages/初始化组件 copy/index.module.scss
  52. 0 0
      beiRen/src/pages/初始化组件 copy/index.tsx
  53. 0 0
      beiRen/src/store/action/A1list.ts
  54. 0 0
      beiRen/src/store/action/layout.ts
  55. 0 0
      beiRen/src/store/index.ts
  56. 0 0
      beiRen/src/store/reducer/A1list.ts
  57. 0 0
      beiRen/src/store/reducer/index.ts
  58. 0 0
      beiRen/src/store/reducer/layout.ts
  59. 0 0
      beiRen/src/types/api/layot.d.ts
  60. 0 0
      beiRen/src/types/declaration.d.ts
  61. 0 0
      beiRen/src/types/index.d.ts
  62. 0 0
      beiRen/src/utils/domShow.ts
  63. 0 0
      beiRen/src/utils/history.ts
  64. 0 0
      beiRen/src/utils/http.ts
  65. 0 0
      beiRen/src/utils/message.ts
  66. 0 0
      beiRen/src/utils/pass.ts
  67. 0 0
      beiRen/src/utils/storage.ts
  68. 0 0
      beiRen/src/utils/tableData.ts
  69. 0 0
      beiRen/tsconfig.json
  70. 0 0
      beiRen/yarn.lock
  71. 0 43
      嵌套四维看看demo/public/data.js

嵌套四维看看demo/.editorconfig → beiRen/.editorconfig


嵌套四维看看demo/.env → beiRen/.env


嵌套四维看看demo/.gitignore → beiRen/.gitignore


嵌套四维看看demo/.prettierrc.js → beiRen/.prettierrc.js


嵌套四维看看demo/.vscode/settings.json → beiRen/.vscode/settings.json


嵌套四维看看demo/README.md → beiRen/README.md


嵌套四维看看demo/config-overrides.js → beiRen/config-overrides.js


嵌套四维看看demo/package-lock.json → beiRen/package-lock.json


嵌套四维看看demo/package.json → beiRen/package.json


嵌套四维看看demo/path.tsconfig.json → beiRen/path.tsconfig.json


+ 67 - 0
beiRen/public/data.js

@@ -0,0 +1,67 @@
+const sceneLinkTemp = [
+  {
+    id: 1,
+    title: 'A馆',
+    items: [
+      {
+        title: 'AC馆',
+        link: 'SG-EqJ3lXRKbec'
+      },
+      {
+        title: 'A馆一楼',
+        link: 'SG-RKQlQv36Nbu'
+      },
+      {
+        title: 'A馆二楼',
+        link: 'SG-ryBEFpjTbxB'
+      }
+    ]
+  },
+  {
+    id: 2,
+    title: 'B馆',
+    items: [
+      {
+        title: 'BD馆',
+        link: 'SG-nFe1LNF3kpy'
+      },
+      {
+        title: 'B1馆',
+        link: 'SG-OOJPFzY5ZFz'
+      },
+      {
+        title: 'B2馆',
+        link: 'SG-9ZztEoyICcV'
+      },
+      {
+        title: 'B馆中央大厅',
+        link: 'SG-tVtpwYiqvaf'
+      }
+    ]
+  },
+  {
+    id: 3,
+    title: 'C馆',
+    items: [
+      {
+        title: 'C馆',
+        link: 'SG-goZny7WUC1o'
+      }
+    ]
+  },
+  {
+    id: 4,
+    title: 'D馆',
+    items: [
+      {
+        title: 'D馆',
+        link: 'SG-nFe1LNF3kpy'
+      },
+      {
+        title: 'D馆会议中心',
+        link: 'SG-vL4jGsIw63c'
+      }
+    ]
+  }
+]
+

嵌套四维看看demo/public/index.html → beiRen/public/index.html


嵌套四维看看demo/src/App.tsx → beiRen/src/App.tsx


嵌套四维看看demo/src/assets/img/IMGerror.png → beiRen/src/assets/img/IMGerror.png


嵌套四维看看demo/src/assets/img/flooImg.jpg → beiRen/src/assets/img/flooImg.jpg


嵌套四维看看demo/src/assets/img/landtip.png → beiRen/src/assets/img/landtip.png


嵌套四维看看demo/src/assets/img/loading.gif → beiRen/src/assets/img/loading.gif


嵌套四维看看demo/src/assets/img/logo.png → beiRen/src/assets/img/logo.png


嵌套四维看看demo/src/assets/img/top.png → beiRen/src/assets/img/top.png


嵌套四维看看demo/src/assets/img/topBar.png → beiRen/src/assets/img/topBar.png


嵌套四维看看demo/src/assets/styles/base.css → beiRen/src/assets/styles/base.css


嵌套四维看看demo/src/assets/styles/base.less → beiRen/src/assets/styles/base.less


嵌套四维看看demo/src/components/AsyncSpinLoding/index.module.scss → beiRen/src/components/AsyncSpinLoding/index.module.scss


嵌套四维看看demo/src/components/AsyncSpinLoding/index.tsx → beiRen/src/components/AsyncSpinLoding/index.tsx


嵌套四维看看demo/src/components/AuthRoute/index.tsx → beiRen/src/components/AuthRoute/index.tsx


嵌套四维看看demo/src/components/ImageLazy/index.module.scss → beiRen/src/components/ImageLazy/index.module.scss


嵌套四维看看demo/src/components/ImageLazy/index.tsx → beiRen/src/components/ImageLazy/index.tsx


嵌套四维看看demo/src/components/LookDom/index.module.scss → beiRen/src/components/LookDom/index.module.scss


嵌套四维看看demo/src/components/LookDom/index.tsx → beiRen/src/components/LookDom/index.tsx


嵌套四维看看demo/src/components/Message/index.tsx → beiRen/src/components/Message/index.tsx


嵌套四维看看demo/src/components/MyPopconfirm.tsx → beiRen/src/components/MyPopconfirm.tsx


嵌套四维看看demo/src/components/MyTable/index.module.scss → beiRen/src/components/MyTable/index.module.scss


嵌套四维看看demo/src/components/MyTable/index.tsx → beiRen/src/components/MyTable/index.tsx


嵌套四维看看demo/src/components/NotFound/index.tsx → beiRen/src/components/NotFound/index.tsx


嵌套四维看看demo/src/components/SpinLoding/index.module.scss → beiRen/src/components/SpinLoding/index.module.scss


嵌套四维看看demo/src/components/SpinLoding/index.tsx → beiRen/src/components/SpinLoding/index.tsx


嵌套四维看看demo/src/components/UpAsyncLoding/index.module.scss → beiRen/src/components/UpAsyncLoding/index.module.scss


嵌套四维看看demo/src/components/UpAsyncLoding/index.tsx → beiRen/src/components/UpAsyncLoding/index.tsx


嵌套四维看看demo/src/components/ZRichTexts/index.module.scss → beiRen/src/components/ZRichTexts/index.module.scss


嵌套四维看看demo/src/components/ZRichTexts/index.tsx → beiRen/src/components/ZRichTexts/index.tsx


嵌套四维看看demo/src/components/ZupAudio/index.module.scss → beiRen/src/components/ZupAudio/index.module.scss


嵌套四维看看demo/src/components/ZupAudio/index.tsx → beiRen/src/components/ZupAudio/index.tsx


嵌套四维看看demo/src/components/ZupOne/index.module.scss → beiRen/src/components/ZupOne/index.module.scss


嵌套四维看看demo/src/components/ZupOne/index.tsx → beiRen/src/components/ZupOne/index.tsx


嵌套四维看看demo/src/components/ZupTypes/index.module.scss → beiRen/src/components/ZupTypes/index.module.scss


嵌套四维看看demo/src/components/ZupTypes/index.tsx → beiRen/src/components/ZupTypes/index.tsx


嵌套四维看看demo/src/index.tsx → beiRen/src/index.tsx


嵌套四维看看demo/src/pages/A1home/data.ts → beiRen/src/pages/A1home/data.ts


+ 12 - 0
嵌套四维看看demo/src/pages/A1home/index.module.scss

@@ -60,6 +60,12 @@
             text-overflow: ellipsis;
             white-space: nowrap;
             overflow: hidden;
+            scale: 1;
+              transition: all 0.3s;
+            &:hover {
+              scale: 1.1;
+              transition: all 0.6s;
+            }
           }
           .exhibitionTitleAc {
             background-color: #0eccd2;
@@ -86,6 +92,12 @@
               object-fit: cover;
               width: 100%;
               height: calc(100% - 30px);
+              transition: all 0.3s;
+              scale: 1;
+              &:hover {
+                scale: 1.1;
+                transition: all 0.3s;
+              }
             }
             & > p {
               width: 100%;

嵌套四维看看demo/src/pages/A1home/index.tsx → beiRen/src/pages/A1home/index.tsx


嵌套四维看看demo/src/pages/初始化组件 copy/index.module.scss → beiRen/src/pages/初始化组件 copy/index.module.scss


嵌套四维看看demo/src/pages/初始化组件 copy/index.tsx → beiRen/src/pages/初始化组件 copy/index.tsx


嵌套四维看看demo/src/store/action/A1list.ts → beiRen/src/store/action/A1list.ts


嵌套四维看看demo/src/store/action/layout.ts → beiRen/src/store/action/layout.ts


嵌套四维看看demo/src/store/index.ts → beiRen/src/store/index.ts


嵌套四维看看demo/src/store/reducer/A1list.ts → beiRen/src/store/reducer/A1list.ts


嵌套四维看看demo/src/store/reducer/index.ts → beiRen/src/store/reducer/index.ts


嵌套四维看看demo/src/store/reducer/layout.ts → beiRen/src/store/reducer/layout.ts


嵌套四维看看demo/src/types/api/layot.d.ts → beiRen/src/types/api/layot.d.ts


嵌套四维看看demo/src/types/declaration.d.ts → beiRen/src/types/declaration.d.ts


嵌套四维看看demo/src/types/index.d.ts → beiRen/src/types/index.d.ts


嵌套四维看看demo/src/utils/domShow.ts → beiRen/src/utils/domShow.ts


嵌套四维看看demo/src/utils/history.ts → beiRen/src/utils/history.ts


嵌套四维看看demo/src/utils/http.ts → beiRen/src/utils/http.ts


嵌套四维看看demo/src/utils/message.ts → beiRen/src/utils/message.ts


嵌套四维看看demo/src/utils/pass.ts → beiRen/src/utils/pass.ts


嵌套四维看看demo/src/utils/storage.ts → beiRen/src/utils/storage.ts


嵌套四维看看demo/src/utils/tableData.ts → beiRen/src/utils/tableData.ts


嵌套四维看看demo/tsconfig.json → beiRen/tsconfig.json


嵌套四维看看demo/yarn.lock → beiRen/yarn.lock


+ 0 - 43
嵌套四维看看demo/public/data.js

@@ -1,43 +0,0 @@
-const sceneLinkTemp = [
-  {
-    id: 1,
-    title: 'A馆',
-    items: [
-      {
-        title: '火箭大街1号楼1层',
-        link: 'SG-EqJ3lXRKbec'
-      },
-      {
-        title: '展馆2',
-
-        link: 'SG-713368'
-      }
-    ]
-  },
-  {
-    id: 2,
-    title: 'B馆',
-    items: [
-      {
-        title: '展馆5',
-        link: 'SG-713368'
-      }
-    ]
-  },
-  {
-    id: 3,
-    title: 'C馆',
-    items: []
-  },
-  {
-    id: 4,
-    title: 'D馆',
-    items: [
-      {
-        title: '展馆9',
-
-        link: 'SG-713368'
-      }
-    ]
-  }
-]