jiangping
2024-07-26 816d84a76c1a2f16f88dba70664397961f55caa1
wechat_jiaxuan/components/disCase/index.less
@@ -10,6 +10,7 @@
  background-color: #F7F7F7;
  image{
    width: 28rpx;
    height: 28rpx;
    margin-right: 16rpx;
  }
}
@@ -51,14 +52,14 @@
  }
  .query_param {
    position: absolute;
    z-index: 99;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    .list {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      max-height: 400rpx;
      max-height: 520rpx;
      overflow: auto;
      padding: 30rpx 40rpx;
      .item {
@@ -103,6 +104,13 @@
      }
    }
  }
  .shade{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 99;
  }
  .status {
    display: flex;