jiangping
2024-07-29 d9a89d83c2048a964f16ca179feb2b7f21b9d33a
wechat_jiaxuan/pages/store/info.less
@@ -1,7 +1,9 @@
.header {
  position: relative;
  z-index: 999;
  width: 670rpx;
  margin: 40rpx auto 48rpx;
  height: 224rpx;
  height: 170rpx;
  background: #FFFFFF;
  box-shadow: 0rpx 4rpx 16rpx 0rpx rgba(176, 135, 113, 0.2);
  border-radius: 8rpx;
@@ -10,18 +12,25 @@
  .name {
    font-weight: 500;
    font-size: 36rpx;
    margin-bottom: 16rpx;
  }
  .desc {
    font-size: 26rpx;
    color: #666666;
    margin: 16rpx 0 24rpx;
    margin-bottom: 24rpx;
  }
  .addr {
    font-size: 26rpx;
    color: #888888;
  }
}
.navback{
  padding-left: 30rpx;
  font-weight: 600;
  font-size: 38rpx;
  color: #FFFFFF;
}
.bg_wrap{
  width: 750rpx;
@@ -33,15 +42,20 @@
  z-index: -1;
}
.main_content {
  position: relative;
  bottom: 80rpx;
  padding: 0 40rpx 40rpx;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  padding-top: 80rpx;
  .title {
    font-weight: 600;
    font-size: 36rpx;
    margin-bottom: 38rpx;
  }
  .list {
    height: calc( 100% - 600rpx );
    .item {
      width: 670rpx;
      height: 148rpx;
@@ -71,7 +85,6 @@
        width: 88rpx;
        height: 88rpx;
        border-radius: 50%;
        border: 1rpx solid #cccccc;
        margin-right: 24rpx;
      }
@@ -90,6 +103,14 @@
    }
  }
}
.container{
  overflow: hidden;
  height: 100%;
}
.app{
  overflow: hidden;
  height: 100vh;
}
.footer{
  display: flex;
  align-items: center;