zhouwenxuan
2023-12-13 c4e77695c11681a159da35a94a1b66cf9d145c67
src/views/homePage.vue
@@ -215,7 +215,7 @@
          height: 100%;
          padding: 0 50px;
          color: #ffffff;
          background-color: #5175C0;
          background-color: #385ca7;
          font-size: 20px;
          text-decoration: none;
          display: flex;
@@ -224,11 +224,11 @@
          cursor: pointer;
          &:hover{
            background: #425f9f;
            background: #294582;
          }
        }
        .active{
          background: #425f9f;
          background: #385ca7;
        }
      }
    }
@@ -257,7 +257,7 @@
  width: 100%;
  text-align: center;
  color: #fff;
  background: #5175C0;
  background: #385ca7;
  font-family: "PingFang SC";
  font-size: 12px;
  letter-spacing: 1px;