loulijun2021
2023-01-31 8d6bde5c82047d35114dd0a30d31fb8b30e8da89
1.系统首页新增鼠标经过放大功能
已修改1个文件
8 ■■■■■ 文件已修改
src/views/xtsy/index.vue 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/xtsy/index.vue
@@ -277,6 +277,10 @@
      }
    }
  }
  .top_card:hover{
    transform: scale(1.02);
  }
}
.center {
@@ -299,6 +303,10 @@
        margin: 20px;
      }
    }
    .content:hover{
      transform: scale(1.01);
    }
  }
}