diff --git a/src/assets/img/modules/visual/sousuo.png b/src/assets/img/modules/visual/sousuo.png new file mode 100644 index 00000000..3f4c8245 Binary files /dev/null and b/src/assets/img/modules/visual/sousuo.png differ diff --git a/src/assets/img/shuju/category_default.png b/src/assets/img/shuju/category_default.png new file mode 100644 index 00000000..c9ffc774 Binary files /dev/null and b/src/assets/img/shuju/category_default.png differ diff --git a/src/assets/img/shuju/info_icon.png b/src/assets/img/shuju/info_icon.png new file mode 100644 index 00000000..f8c0ba70 Binary files /dev/null and b/src/assets/img/shuju/info_icon.png differ diff --git a/src/assets/scss/modules/visual/basicInfoMain.scss b/src/assets/scss/modules/visual/basicInfoMain.scss new file mode 100644 index 00000000..df2d5c70 --- /dev/null +++ b/src/assets/scss/modules/visual/basicInfoMain.scss @@ -0,0 +1,96 @@ +.div_top { + height: 35px; + .router_line { + width: 212px; + height: 1px; + border: 1px solid #ffffff; + opacity: 0.09; + /* opacity: 0.09; */ + } + .div_router { + margin-top: 5px; + font-size: 16px; + + .router_parents { + color: #a0c3d9; + + .arrow { + padding: 0 5px; + } + } + + .router_child { + color: #ffffff; + } + } +} + +.div_content { + display: flex; + .div_map { + width: 100%; + } + .div_data { + flex: 0 0 562px; + margin-left: 12px; + + .div_search { + width: 100%; + height: 56px; + background: #011168; + border-radius: 4px; + text-align: center; + display: flex; + justify-content: flex-end; + + .icon { + display: flex; + align-items: center; + margin-left: 29px; + margin-top: 16px; + + > img { + width: 24px; + height: 24px; + } + } + + .btn { + text-align: center; + flex: 0 0 113px; + height: 56px; + background: linear-gradient(90deg, #1a5afd, #26c4ff); + font-size: 20px; + font-family: PingFang SC; + font-weight: 400; + color: #ffffff; + line-height: 56px; + border-radius: 0 4px 4px 0; + } + } + + .div_infolist { + box-sizing: border-box; + width: 100%; + margin-top: 21px; + height: calc(88vh - 77px); + color: #fff; + background: url('../../../img/modules/visual/warning-box.png') no-repeat + center; + background-size: 100% 100%; + // padding: 45px 21px 35px 24px; + } + } +} + +.warning-box { + box-sizing: border-box; + width: 1881px; + height: 914px; + margin: auto; + color: #fff; + background: url('../../../img/modules/visual/warning-box.png') no-repeat + center; + background-size: 100% 100%; + padding: 45px 21px 35px 24px; +} diff --git a/src/views/modules/visual/basicinfo/basicInfoMain.vue b/src/views/modules/visual/basicinfo/basicInfoMain.vue index 4836d7ab..e9544ca5 100644 --- a/src/views/modules/visual/basicinfo/basicInfoMain.vue +++ b/src/views/modules/visual/basicinfo/basicInfoMain.vue @@ -1,9 +1,8 @@