mark
2022-10-25 f20a554bdb24e9dfde9dc6a69d78595944f61d15
src/views/register/index.vue
@@ -74,19 +74,29 @@
  width: 100%;
  min-width: 1280px;
  min-height: 960px;
  background: url("/images/register/注册.png");
  background: url("/images/register/register.png");
  background-size: 100% 100%;
  font-size: 14px;
  .Header ::v-deep {
    .right .link {
      color: #3d3d3d;
      &:hover {
        color: #0065ff;
      }
    }
  }
  .registerHeart {
    margin: 0 auto;
    width: 1280px;
    width: 1200px;
    overflow: hidden;
    .registerForm {
      position: relative;
      overflow: hidden;
      margin-top: 60px;
      margin-top: 5vh;
      width: 660px;
      height: 730px;
      background: #ffffff;