liukangdong
2024-07-30 1a6905045d38bb50b0c6554c3440bdfd339c8d23
wechat_jiaxuan/pages/store/info.less
@@ -3,7 +3,6 @@
  z-index: 999;
  width: 670rpx;
  margin: 40rpx auto 48rpx;
  height: 170rpx;
  background: #FFFFFF;
  box-shadow: 0rpx 4rpx 16rpx 0rpx rgba(176, 135, 113, 0.2);
  border-radius: 8rpx;
@@ -45,6 +44,8 @@
  position: relative;
  bottom: 80rpx;
  padding: 0 40rpx 40rpx;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  padding-top: 80rpx;
  .title {
@@ -53,6 +54,8 @@
    margin-bottom: 38rpx;
  }
  .list {
    height: calc( 100% - 420rpx );
    padding-bottom: 160rpx;
    .item {
      width: 670rpx;
      height: 148rpx;
@@ -82,7 +85,6 @@
        width: 88rpx;
        height: 88rpx;
        border-radius: 50%;
        border: 1rpx solid #cccccc;
        margin-right: 24rpx;
      }
@@ -101,11 +103,24 @@
    }
  }
}
.empty_wrap{
  padding-top: 100rpx;
}
.container{
  overflow: hidden;
  height: 100%;
}
.app{
  overflow: hidden;
  height: 100vh;
}
.footer{
  display: flex;
  align-items: center;
  height: 100rpx;
  position: fixed;
  background-color: #fff;
  z-index: 999;
  bottom: 0;
  left: 0rpx;
  width: 750rpx;