xuxueyang
2024-07-12 48dd8be3d25e5b6d8bfa57ad757569f470f5ff74
common/global.scss
@@ -62,9 +62,20 @@
   background: #fff;
   
}
.component-bg{
   position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100;
    height: 100%;
    z-index: -1;
}
.component-popup_input{
   margin: 0 auto;
   margin-top: calc(50% + 200rpx);
   margin-top: 160rpx;
   // margin-left: 78rpx - 26rpx;
   width: 594rpx;
@@ -100,3 +111,15 @@
      margin-top: 50rpx;
   }
}
.component-filter-container {
   display: flex;
   .flex1 {
      text-align: center;
      font-weight: 400;
      font-size: 24rpx;
      color: #000000;
      line-height: 34rpx;
   }
}