zuozhengqing
2023-09-23 5a6358760daf6fc68dfbc9e5c2d431ec07c3b9cc
"header-dark"
1个文件已修改
24 ■■■■■ 已修改文件
src/components/home/HomePage.vue 24 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/home/HomePage.vue
@@ -484,10 +484,11 @@
}
.header {
  background: #fff;
  width: 1920px;
  height: 94px;
  display: flex;
  align-items: center;
  background: #181F30;
  box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.12);
  .center {
    height: 44px;
    display: flex;
@@ -539,9 +540,13 @@
      a {
        margin-left: 40px;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.9);
        // color: rgba(0, 0, 0, 0.9);
        color: #ffffff !important;
        text-decoration: none;
        font-family: PingFangSC-Medium, sans-serif;
      }
      a:hover{
        color: #FF680D !important;
      }
      :first-child {
        margin-left: 0;
@@ -665,10 +670,14 @@
}
.forth {
  // height: 600px;
  width: 100%;
  background: #f2f2f2;
  // width: 100%;
  // background: #f2f2f2;
  display: flex;
  align-items: center;
  width: 1920px;
height: 600px;
background: #F2F2F2;
  .center {
    height: 484px;
    position: relative;
@@ -812,9 +821,8 @@
  }
}
.fif {
  // height: 1467px;
  width: 100%;
  background: #FFFFFF;
  .center {
    margin-top: 80px;
    > h1 {
@@ -832,7 +840,7 @@
    }
    .pic {
      width: 100%;
      height: 400px;
      height: 600px;
      margin-bottom: 68px;
      display: flex;
      .left {