jiangping
2024-07-29 d9a89d83c2048a964f16ca179feb2b7f21b9d33a
wechat_staff/pages/store/info.less
@@ -17,7 +17,7 @@
      justify-content: flex-end;
      .input{
        text-align: right;
        max-width: 450rpx;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;//文本超出隐藏
        text-overflow: ellipsis;
@@ -30,4 +30,18 @@
      }
    }
  }
}
.bottombtn{
  position: fixed;
  left: 40rpx;
  width: 670rpx;
  height: 88rpx;
  background: #B08771;
  border-radius: 8rpx;
  font-weight: 500;
  font-size: 32rpx;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}