jiangping
2024-07-29 a3d2fe9dff3b6cd9fa8fdd91e87aac843f694c0f
wechat_jiaxuan/pages/store/info.wxss
@@ -42,6 +42,8 @@
  position: relative;
  bottom: 80rpx;
  padding: 0 40rpx 40rpx;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  padding-top: 80rpx;
}
@@ -49,6 +51,9 @@
  font-weight: 600;
  font-size: 36rpx;
  margin-bottom: 38rpx;
}
.main_content .list {
  height: calc(100% - 600rpx);
}
.main_content .list .item {
  width: 670rpx;
@@ -76,7 +81,6 @@
  width: 88rpx;
  height: 88rpx;
  border-radius: 50%;
  border: 1rpx solid #cccccc;
  margin-right: 24rpx;
}
.main_content .list .item .btn {
@@ -91,6 +95,14 @@
  color: var(--themeColor);
  border: 1rpx solid var(--themeColor);
}
.container {
  overflow: hidden;
  height: 100%;
}
.app {
  overflow: hidden;
  height: 100vh;
}
.footer {
  display: flex;
  align-items: center;