diff --git a/src/assets/images/public/bigScreen/btnbg.png b/src/assets/images/public/bigScreen/btnbg.png new file mode 100644 index 0000000..5899547 Binary files /dev/null and b/src/assets/images/public/bigScreen/btnbg.png differ diff --git a/src/assets/images/public/bigScreen/leftbg.png b/src/assets/images/public/bigScreen/leftbg.png new file mode 100644 index 0000000..a9b3106 Binary files /dev/null and b/src/assets/images/public/bigScreen/leftbg.png differ diff --git a/src/pages/Container/Map/components/Content/IndexInfo/Bottom/index.less b/src/pages/Container/Map/components/Content/IndexInfo/Bottom/index.less index 06a09ad..10be07d 100644 --- a/src/pages/Container/Map/components/Content/IndexInfo/Bottom/index.less +++ b/src/pages/Container/Map/components/Content/IndexInfo/Bottom/index.less @@ -1,6 +1,6 @@ .index_info_container { .bottom-container_con { - width: 1120px; + width: 1350px; height: 240px; position: absolute; bottom: 35px; @@ -10,7 +10,6 @@ .top_container { display: flex; color: #ffffff; - font-size: 12px; margin-bottom: 10px; .title { @@ -46,13 +45,14 @@ justify-content: space-between; .left { - width: 670px; + width: 890px; background: rgba(0, 41, 82, 0.68); border-radius: 4px; border: 1px solid rgba(44, 105, 172, 0.6); + padding: 10px; .main { - width: 670px; + width: 870px; height: 160px; background-size: 100% 100%; margin-top: 10px; @@ -66,7 +66,6 @@ grid-template-columns: 1fr 1fr 1fr 1fr 1fr; color: #ffffff; padding: 10px 5px; - font-size: 12px; text-align: center; font-weight: bold; } @@ -76,8 +75,7 @@ grid-template-columns: 1fr 1fr 1fr 1fr 1fr; color: #ffffff; padding: 5px; - font-size: 12px; - margin: 0px auto; + margin: 0 auto; text-align: center; .fc1 { @@ -106,6 +104,7 @@ background: rgba(0, 41, 82, 0.68); border-radius: 4px; border: 1px solid rgba(44, 105, 172, 0.6); + padding: 10px; .main { display: flex; diff --git a/src/pages/Container/Map/components/Content/IndexInfo/Btn/index.js b/src/pages/Container/Map/components/Content/IndexInfo/Btn/index.js new file mode 100644 index 0000000..8cbd389 --- /dev/null +++ b/src/pages/Container/Map/components/Content/IndexInfo/Btn/index.js @@ -0,0 +1,16 @@ +import img1 from "~/assets/images/public/bigScreen/btnbg.png"; +import "./index.less"; + +function Btn() { + return ( +