wujingjing
2024-08-01 1ee0bcc741206079b645c584c578ee543ff75c35
miniprogram/pages/my/my.scss
@@ -1,137 +1 @@
.container {
  padding: 0rpx !important;
}
.top-show {
  width: 100%;
  height: 360rpx;
  .top-show-img {
    width: 100%;
    height: 100%;
  }
}
.bottom-show {
  margin: 0 16rpx;
  .section {
    background-color: #fff;
    border-radius: 20rpx;
    padding: 20rpx;
  }
  .user-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -86rpx;
    color: #999;
    .avatar-container {
      display: flex;
      align-items: center;
      image {
        width: 120rpx;
        height: 120rpx;
        border-radius: 50%;
        margin-right: 20rpx;
      }
      .no-login {
        display: flex;
        flex-direction: column;
        font-size: 24rpx;
        text:first-child {
          font-size: 28rpx;
        }
        .ellipsis {
          width: 400rpx;
          overflow: hidden;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap;
        }
      }
    }
  }
  .order {
    background-color: #fff;
    margin-top: 20rpx;
    .order-title-wrap,
    .order-content-wrap {
      padding: 20rpx;
      display: flex;
      justify-content: space-between;
    }
    .order-title-wrap {
      .title {
        color: #444;
        // font-weight: 700;
      }
      .more {
        color: #ccc;
        font-size: 24rpx;
      }
    }
    .order-content-wrap {
      display: flex;
      .iconfont {
        font-size: 60rpx;
        text-align: center;
      }
      text {
        font-size: 25rpx;
        margin-top: 20rpx;
      }
    }
    .order-content-item {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  }
  .after-scale {
    margin-top: 30rpx;
    .order-title-wrap {
      line-height: 50rpx;
    }
    .after-scale-item {
      display: flex;
      margin: 25rpx 15rpx;
      color: #999;
      line-height: 50rpx;
      text {
        font-size: 25rpx;
        margin-left: 20rpx;
      }
      .iconfont {
        color: #a2b364;
      }
    }
  }
  .info-footer {
    height: 100rpx;
    line-height: 100rpx;
    text-align: center;
    color: #aaa;
    font-size: 25rpx;
  }
}
/* pages/my/my.wxss */