diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left.js b/web/client/src/sections/quanju/containers/footer/conserve/left.js
new file mode 100644
index 00000000..18d2ee4b
--- /dev/null
+++ b/web/client/src/sections/quanju/containers/footer/conserve/left.js
@@ -0,0 +1,15 @@
+import React from 'react'
+import LeftBottom from './left/left-bottom'
+import LeftCenter from './left/left-center'
+import LeftTop from './left/left-top'
+
+const Left = () => {
+ return (
+
+
+
+
+
+ )
+}
+export default Left
\ No newline at end of file
diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left/left-bottom.js b/web/client/src/sections/quanju/containers/footer/conserve/left/left-bottom.js
new file mode 100644
index 00000000..1d4a813a
--- /dev/null
+++ b/web/client/src/sections/quanju/containers/footer/conserve/left/left-bottom.js
@@ -0,0 +1,14 @@
+import React from 'react'
+import Module from '../../../public/module'
+
+const LeftBottom = () => {
+ const style = { height: "30%", marginTop: "5%" }
+ return (
+ <>
+
+
+
+ >
+ )
+}
+export default LeftBottom
\ No newline at end of file
diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left/left-center.js b/web/client/src/sections/quanju/containers/footer/conserve/left/left-center.js
new file mode 100644
index 00000000..58152ac3
--- /dev/null
+++ b/web/client/src/sections/quanju/containers/footer/conserve/left/left-center.js
@@ -0,0 +1,14 @@
+import React from 'react'
+import Module from '../../../public/module'
+
+const LeftCenter = () => {
+ const style = { height: "30%", marginTop: "5%" }
+ return (
+ <>
+
+
+
+ >
+ )
+}
+export default LeftCenter
\ No newline at end of file
diff --git a/web/client/src/sections/quanju/containers/footer/conserve/left/left-top.js b/web/client/src/sections/quanju/containers/footer/conserve/left/left-top.js
new file mode 100644
index 00000000..909f6e1b
--- /dev/null
+++ b/web/client/src/sections/quanju/containers/footer/conserve/left/left-top.js
@@ -0,0 +1,14 @@
+import React from 'react'
+import Module from '../../../public/module'
+
+const LeftTop = () => {
+ const style = { height: "30%", marginTop: "5%" }
+ return (
+ <>
+
+
+
+ >
+ )
+}
+export default LeftTop
\ No newline at end of file
diff --git a/web/client/src/sections/quanju/containers/footer/conserve/right.js b/web/client/src/sections/quanju/containers/footer/conserve/right.js
new file mode 100644
index 00000000..eb16ed5c
--- /dev/null
+++ b/web/client/src/sections/quanju/containers/footer/conserve/right.js
@@ -0,0 +1,15 @@
+import React from 'react'
+import RightBottom from './right/right-bottom'
+import RightCenter from './right/right-center'
+import RightTop from './right/right-top'
+
+const Right = () => {
+ return (
+
+
+
+
+
+ )
+}
+export default Right
\ No newline at end of file
diff --git a/web/client/src/sections/quanju/containers/footer/conserve/right/right-bottom.js b/web/client/src/sections/quanju/containers/footer/conserve/right/right-bottom.js
new file mode 100644
index 00000000..80e9a9d5
--- /dev/null
+++ b/web/client/src/sections/quanju/containers/footer/conserve/right/right-bottom.js
@@ -0,0 +1,14 @@
+import React from 'react'
+import Module from '../../../public/module'
+
+const RightBottom = () => {
+ const style = { height: "30%", marginTop: "5%" }
+ return (
+ <>
+
+
+
+ >
+ )
+}
+export default RightBottom
\ No newline at end of file
diff --git a/web/client/src/sections/quanju/containers/footer/conserve/right/right-center.js b/web/client/src/sections/quanju/containers/footer/conserve/right/right-center.js
new file mode 100644
index 00000000..c3dd6cf0
--- /dev/null
+++ b/web/client/src/sections/quanju/containers/footer/conserve/right/right-center.js
@@ -0,0 +1,14 @@
+import React from 'react'
+import Module from '../../../public/module'
+
+const RightCenter = () => {
+ const style = { height: "30%", marginTop: "5%" }
+ return (
+ <>
+
+
+
+ >
+ )
+}
+export default RightCenter
\ No newline at end of file
diff --git a/web/client/src/sections/quanju/containers/footer/conserve/right/right-top.js b/web/client/src/sections/quanju/containers/footer/conserve/right/right-top.js
new file mode 100644
index 00000000..bea2ad12
--- /dev/null
+++ b/web/client/src/sections/quanju/containers/footer/conserve/right/right-top.js
@@ -0,0 +1,14 @@
+import React from 'react'
+import Module from '../../../public/module'
+
+const RightTop= () => {
+ const style = { height: "30%", marginTop: "5%" }
+ return (
+ <>
+
+
+
+ >
+ )
+}
+export default RightTop
\ No newline at end of file