surprise
2024-04-08 be8b9ba19cee023829d2adc5d390e5bf0f56cbb8
src/views/Index.vue
@@ -618,6 +618,7 @@
  position: relative;
  padding-bottom: 100px;
   cursor: pointer;
  .content_bottom_bg {
    width: 100%;
    position: absolute;
@@ -647,15 +648,20 @@
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    z-index: 30;
    position: relative;
  }
  .content_bottom_b_c {
    width: 536px;
  }
  .content_bottom_b_c:hover {
    transform: scale(1.1);
  }
  .content_bottom_b_c_b {
    width: 536px;
@@ -673,6 +679,7 @@
      background-size: 100% 100%;
    }
    .content_bottom_b_c_b2 {
      width: 512px;
      height: 288px;
@@ -688,6 +695,12 @@
    }
  }
  .content_bottom_b_c_b:hover {
    .content_bottom_b_c {
      transform: scale(1.1);
    }
  }
  .content_bottom_b_c_n {
    padding-top: 16px
      /* 16/192 */
@@ -699,5 +712,13 @@
    color: #ffffff;
    text-align: center;
  }
  .content_bottom_b_c_b1:hover {
      .content_bottom_b_c_b {
        transform: scale(1.1);
      }
    }
}
</style>