lll
liukangdong
2024-07-31 7b2847ac00849ffe33e4b1ca186fd9b6ad312dad
wechat_jiaxuan/pages/store/info.less
@@ -18,11 +18,18 @@
    font-size: 26rpx;
    color: #666666;
    margin-bottom: 24rpx;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .addr {
    font-size: 26rpx;
    color: #888888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.navback{
@@ -43,7 +50,7 @@
.main_content {
  position: relative;
  bottom: 80rpx;
  padding: 0 40rpx 40rpx;
  padding: 0 40rpx 240rpx;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
@@ -55,18 +62,23 @@
  }
  .list {
    height: calc( 100% - 420rpx );
    padding-bottom: 160rpx;
    padding: 20rpx;
    margin: 0 -40rpx;
    padding-bottom: 12rpx;
    width: 750rpx;
    .item {
      width: 670rpx;
      margin: 10rpx auto 30rpx;
      height: 148rpx;
      background: rgba(176, 135, 113, 0.05) #FFFFFF;
      box-shadow: 0rpx 4rpx 12rpx 0rpx rgba(0, 0, 0, 0.12);
      box-shadow: 0rpx 4rpx 12rpx 0rpx rgba(0,0,0,0.12);
      border-radius: 8rpx;
      padding: 0 30rpx;
      display: flex;
      align-items: center;
      margin-bottom: 30rpx;
      &:nth-last-of-type(1){
        margin-bottom: 100rpx;
      }
      .content {
        flex: 1;
@@ -117,7 +129,6 @@
.footer{
  display: flex;
  align-items: center;
  height: 100rpx;
  position: fixed;
  background-color: #fff;
  z-index: 999;