线性相机实验平台
@@ -26,15 +26,15 @@
diff --git a/src/assets/scss/globalVar.scss b/src/assets/scss/globalVar.scss index dfa9ce4..19cb767 100644 --- a/src/assets/scss/globalVar.scss +++ b/src/assets/scss/globalVar.scss @@ -1,3 +1,4 @@ $theme-color: #f95926; $btn-gradient: linear-gradient(90deg, #facc22, #f83600); $light-background: rgba(249, 89, 38, 0.3); +$bg-card: rgba(249, 89, 38, 0.6); diff --git a/src/components/about/About.vue b/src/components/about/About.vue index a3335e3..f59f539 100644 --- a/src/components/about/About.vue +++ b/src/components/about/About.vue @@ -6,35 +6,35 @@ line2="软件研发团队、结构研发团队、外观研发团队也能帮您研发设计其他产品。" />
文档是我们宝贵的财富
需求文档、研发文档、实验文档、 会议记录、量产文档每个项目的 历史错误总结文档。
文档是我们宝贵的财富
需求文档、研发文档、实验文档、 会议记录、量产文档每个项目的 历史错误总结文档。
文档是我们宝贵的财富
需求文档、研发文档、实验文档、 会议记录、量产文档每个项目的 历史错误总结文档。
文档是我们宝贵的财富
需求文档、研发文档、实验文档、 会议记录、量产文档每个项目的 历史错误总结文档。
文档是我们宝贵的财富
需求文档、研发文档、实验文档、 会议记录、量产文档每个项目的 @@ -71,12 +71,109 @@ import HeadLine from '@/components/HeadLine' font-size: 16px; font-weight: 400; color: #ffffff; - border: solid 1px #ddd; + position: relative; .title { margin-bottom: 80px; + z-index: 1; } .content { line-height: 27px; + z-index: 1; + } + } + .bg1 { + background: url(../../static/img/guanyu/01.png) no-repeat; + background-size: 100% 100%; + &:hover { + background: url(../../static/img/guanyu/011.png) no-repeat; + background-size: cover; + &::before { + position: absolute; + left: 0; + top: 0; + right: 0; + bottom: 0; + content: ''; + background: $bg-card; + width: 100%; + height: 100%; + } + } + } + .bg2 { + background: url(../../static/img/guanyu/02.png) no-repeat; + background-size: 100% 100%; + &:hover { + background: url(../../static/img/guanyu/022.png) no-repeat; + background-size: cover; + &::before { + position: absolute; + left: 0; + top: 0; + right: 0; + bottom: 0; + content: ''; + background: $bg-card; + width: 100%; + height: 100%; + } + } + } + .bg3 { + background: url(../../static/img/guanyu/03.png) no-repeat; + background-size: 100% 100%; + &:hover { + background: url(../../static/img/guanyu/033.png) no-repeat; + background-size: cover; + &::before { + position: absolute; + left: 0; + top: 0; + right: 0; + bottom: 0; + content: ''; + background: $bg-card; + width: 100%; + height: 100%; + } + } + } + .bg4 { + background: url(../../static/img/guanyu/04.png) no-repeat; + background-size: 100% 100%; + &:hover { + background: url(../../static/img/guanyu/044.png) no-repeat; + background-size: cover; + &::before { + position: absolute; + left: 0; + top: 0; + right: 0; + bottom: 0; + content: ''; + background: $bg-card; + width: 100%; + height: 100%; + } + } + } + .bg5 { + background: url(../../static/img/guanyu/05.png) no-repeat; + background-size: 100% 100%; + &:hover { + background: url(../../static/img/guanyu/055.png) no-repeat; + background-size: cover; + &::before { + position: absolute; + left: 0; + top: 0; + right: 0; + bottom: 0; + content: ''; + background: $bg-card; + width: 100%; + height: 100%; + } } } } diff --git a/src/components/about/Intro.vue b/src/components/about/Intro.vue index 0cff0a7..e18db6d 100644 --- a/src/components/about/Intro.vue +++ b/src/components/about/Intro.vue @@ -24,11 +24,13 @@ 量产
@@ -26,15 +26,15 @@