bltcn
2024-08-19 3a2f6693a164d292df648f22afaa152cf5b747be
web-pages/src/views/home/assets/css/banner.scss
@@ -15,18 +15,17 @@
            height: p(15) !important;
            border-radius: p(3);
            background: #1664ff !important;
            opacity: 1
        opacity: 1;
        }
        .swiper-pagination-bullet-active-next{
            transform: scale(.33)
        transform: scale(0.33);
        }
        .swiper-pagination-bullet-active-prev{
            transform: scale(.33)
        transform: scale(0.33);
        }
    }
    .hiddenPagination{
        .swiper-pagination{
            display: none;
        }
    }
@@ -73,6 +72,68 @@
            .lxwm:hover{
                background-color: #316fff;
            }
        .jzmd-wrap {
          margin-top: p(63);
          .jzmd-title {
            position: relative;
            line-height: 1;
            padding-bottom: p(15);
            margin-bottom: p(21);
            font-size: p(22);
            font-weight: 700;
            color: #ffffff;
            &::after {
              content: "";
              position: absolute;
              bottom: 0;
              left: 0;
              width: 2em;
              height: p(2);
              background-color: #aeaeb7;
              border-radius: p(2);
            }
          }
          .jzmd-content {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            width: p(294);
            .jzmd-item {
              display: flex;
              align-items: center;
              justify-content: space-between;
              width: p(118);
              line-height: 1;
              margin-bottom: p(26);
              .name {
                font-size: p(16);
                color: #ffffff;
              }
              .num-text {
                display: flex;
                align-items: baseline;
                align-items: baseline;
                .text {
                  font-size: p(18);
                  color: #ffffff;
                }
                .unit {
                  font-size: p(14);
                  color: #ffffff;
        }
    }
}
            &:after {
              content: "";
              width: p(118);
              height: 0;
            }
          }
        }
      }
    }
  }