public/index.html
@@ -4,7 +4,7 @@
<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width,initial-scale=1.0">
  <meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1, user-scalable=no">
  <title>中科维一</title>
  <link rel="icon" href="<%= BASE_URL %>logo.png">
  <script src="<%= BASE_URL %>cdn/babel-polyfill/polyfill_7_2_5.js"></script>
@@ -16,7 +16,7 @@
      margin: 0px;
      padding: 0px;
      font-family: ali_main;
      letter-spacing: 1px;
      letter-spacing: 0.05vw;
    }
    .chromeframe {
      margin: 0.2em 0;
@@ -223,21 +223,35 @@
    /* 滚动条优化 start */
    ::-webkit-scrollbar{
      width:0;
      height:8px;
      height:0;
    }
    /*::-webkit-scrollbar-track{*/
      /*background: #f6f6f6;*/
      /*border-radius:20px;*/
    /*}*/
    /*::-webkit-scrollbar-thumb{*/
      /*background: #e9e9e9;*/
      /*border-radius:20px;*/
    /*}*/
    /*::-webkit-scrollbar-thumb:hover{*/
      /*background: #cfcfcf;*/
    /*}*/
    /*::-webkit-scrollbar-corner {*/
      /*background: #f6f6f6;*/
    /*}*/
    ::-webkit-scrollbar-track{
      background: #f6f6f6;
      border-radius:2px;
    background: transparent;
    border-radius:20px;
    }
    ::-webkit-scrollbar-thumb{
      background: #cdcdcd;
      border-radius:2px;
    background: transparent;
    border-radius:20px;
    }
    ::-webkit-scrollbar-thumb:hover{
      background: #747474;
    background: transparent;
    }
    ::-webkit-scrollbar-corner {
      background: #f6f6f6;
    background: transparent;
    }
    /* 滚动条优化 end */
  </style>