|
|
@ -99,9 +99,9 @@ const handleContact = (contactInfo) => { |
|
|
|
<template> |
|
|
|
<div class="team-page"> |
|
|
|
<PageHeader |
|
|
|
title="我们的团队" |
|
|
|
subtitle="认识瀚海黎明背后的专业人才" |
|
|
|
backgroundImage="https://images.unsplash.com/photo-1522071901873-411886a10004?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80" |
|
|
|
:title="configParams.team_banner_title" |
|
|
|
:subtitle="configParams.team_banner_subtitle" |
|
|
|
:backgroundImage="configParams.team_banner_bg && configParams.team_banner_bg.split(',')[0]" |
|
|
|
/> |
|
|
|
|
|
|
|
<section class="team-members"> |
|
|
@ -148,6 +148,7 @@ const handleContact = (contactInfo) => { |
|
|
|
<style lang="scss" scoped> |
|
|
|
/* 导入全局SCSS变量 */ |
|
|
|
@use '../../assets/scss/main.scss' as *; |
|
|
|
@use "sass:color"; |
|
|
|
|
|
|
|
/* 页面头部样式已移至PageHeader组件 */ |
|
|
|
|
|
|
|