diff --git a/src/components/CaseCard/index.vue b/src/components/CaseCard/index.vue deleted file mode 100644 index 9ea02bd..0000000 --- a/src/components/CaseCard/index.vue +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/src/components/LeftNav/index.vue b/src/components/LeftNav/index.vue deleted file mode 100644 index 1db289c..0000000 --- a/src/components/LeftNav/index.vue +++ /dev/null @@ -1,21 +0,0 @@ - - - - - diff --git a/src/views/Index/components/CaseDetails/index.vue b/src/views/Index/components/CaseDetails/index.vue index 505477c..83ab69d 100644 --- a/src/views/Index/components/CaseDetails/index.vue +++ b/src/views/Index/components/CaseDetails/index.vue @@ -1,19 +1,9 @@ - + - + diff --git a/src/views/Index/components/VideoPlayer/index.vue b/src/views/Index/components/MechanicalControl/index.vue similarity index 100% rename from src/views/Index/components/VideoPlayer/index.vue rename to src/views/Index/components/MechanicalControl/index.vue diff --git a/src/views/Index/components/MechanicalDrive/Card/index.vue b/src/views/Index/components/MechanicalDrive/Card/index.vue new file mode 100644 index 0000000..cff3feb --- /dev/null +++ b/src/views/Index/components/MechanicalDrive/Card/index.vue @@ -0,0 +1,107 @@ + + + + + diff --git a/src/views/Index/components/MechanicalDrive/index.vue b/src/views/Index/components/MechanicalDrive/index.vue new file mode 100644 index 0000000..07a376b --- /dev/null +++ b/src/views/Index/components/MechanicalDrive/index.vue @@ -0,0 +1,111 @@ + + + + + diff --git a/src/views/Index/components/CorporateCulture/index.vue b/src/views/Index/components/ReadWidely/index.vue similarity index 100% rename from src/views/Index/components/CorporateCulture/index.vue rename to src/views/Index/components/ReadWidely/index.vue diff --git a/src/views/Index/components/SoftHardwareDetail/Card/index.vue b/src/views/Index/components/SoftHardwareDetail/Card/index.vue index 754b283..272d5bb 100644 --- a/src/views/Index/components/SoftHardwareDetail/Card/index.vue +++ b/src/views/Index/components/SoftHardwareDetail/Card/index.vue @@ -85,17 +85,18 @@ const getImgSrc = () => { align-items: center; justify-content: space-between; flex-direction: column; - padding: 31px 0 30px 0; + padding: 26px 0 0 0; box-sizing: border-box; .img { width: 220px; height: auto; + flex: 1; } .btn { - width: 235px; - min-height: 38px; - background: linear-gradient(90deg, #4e0cf5, #283fe7); - border-radius: 19px; + width: 100%; + height: 47px; + background: #283fe7; + opacity: 0.5; display: flex; align-items: center; justify-content: center; @@ -106,4 +107,9 @@ const getImgSrc = () => { box-sizing: border-box; } } +.dian_container:hover { + .btn { + opacity: 1; + } +} diff --git a/src/views/Index/components/SoftHardwarePictureList/index.vue b/src/views/Index/components/WebOfThing/index.vue similarity index 100% rename from src/views/Index/components/SoftHardwarePictureList/index.vue rename to src/views/Index/components/WebOfThing/index.vue diff --git a/src/views/Index/index.vue b/src/views/Index/index.vue index b53a750..4d358bf 100644 --- a/src/views/Index/index.vue +++ b/src/views/Index/index.vue @@ -31,24 +31,30 @@ - + - + - + - + - + - + + + + + + + @@ -63,7 +69,7 @@ import { Mousewheel, Pagination, Virtual, Keyboard } from 'swiper' // import views to swiper import Service from '@/views/Index/components/Service' import HeaderSwiper from '@/views/Index/components/HeaderSwiper' -import VideoPlayer from '@/views/Index/components/VideoPlayer' +import MechanicalControl from '@/views/Index/components/MechanicalControl' import CaseSummary from '@/views/Index/components/CaseSummary' import CasePictureList from '@/views/Index/components/CasePictureList' import CaseDetails from '@/views/Index/components/CaseDetails' @@ -71,10 +77,11 @@ import ContactUs from '@/views/Index/components/ContactUs' import CircuitBoard from '@/views/Index/components/CircuitBoard' import Culture from '@/views/Index/components/Culture' import SoftHardwareSummary from '@/views/Index/components/SoftHardwareSummary' -import CorporateCulture from '@/views/Index/components/CorporateCulture' -import SoftHardwarePictureList from '@/views/Index/components/SoftHardwarePictureList' +import ReadWidely from '@/views/Index/components/ReadWidely' +import WebOfThing from '@/views/Index/components/WebOfThing' import SoftHardwareDetail from '@/views/Index/components/SoftHardwareDetail' import Cooperation from '@/views/Index/components/Cooperation' +import MechanicalDrive from '@/views/Index/components/MechanicalDrive' import { totalPageAni } from '@/common/utils' // Import Swiper styles import 'swiper/css' @@ -84,17 +91,18 @@ export default { components: { Swiper, SwiperSlide, + WebOfThing, ContactUs, - VideoPlayer, + MechanicalControl, + MechanicalDrive, CircuitBoard, - CorporateCulture, + ReadWidely, Culture, Cooperation, CaseDetails, HeaderSwiper, Service, CaseSummary, - SoftHardwarePictureList, SoftHardwareDetail, SoftHardwareSummary, CasePictureList,