ll
liukangdong
2024-08-06 d41f1f707dc643b726a42b9d2a63b186dd9e4f28
wechat_jiaxuan/pages/store/info.less
@@ -50,8 +50,8 @@
.main_content {
  position: relative;
  bottom: 80rpx;
  padding: 0 40rpx 240rpx;
  height: 100%;
  padding: 0 40rpx 0rpx;
  height: calc( 100% - 480rpx );
  overflow: hidden;
  background-color: #fff;
  padding-top: 80rpx;
@@ -61,7 +61,7 @@
    margin-bottom: 38rpx;
  }
  .list {
    height: calc( 100% - 420rpx );
    height:  calc( 100% - 92rpx );
    padding: 20rpx;
    margin: 0 -40rpx;
    padding-bottom: 12rpx;
@@ -76,9 +76,6 @@
      padding: 0 30rpx;
      display: flex;
      align-items: center;
      &:nth-last-of-type(1){
        margin-bottom: 100rpx;
      }
      .content {
        flex: 1;
@@ -113,6 +110,9 @@
        border: 1rpx solid var(--themeColor);
      }
    }
    .empty{
      height: 80rpx;
    }
  }
}
.empty_wrap{