blessing.scss 1.48 KB
@import '../../assets/scss/mixins';
@import '../../assets/scss/utils';

.page {
  .bgc {}

  .bg {
    background: url('https://kdcdn.oss-cn-shenzhen.aliyuncs.com/weapp/jyes/assets/oss/blessing-bg.png') no-repeat center;
  }

  .main {

    // 顶部背景
    .top-bg {
      position: absolute;
      width: 750px;
    }

    .top-space {
      // height: 136px;
      // height: 202px;
      height: 200px;
    }

    .content {
      position: relative;

      // 标题
      .title {
        font-size: 46px;
        font-weight: 500;
        text-align: center;
        color: #fee085;
      }

      // 用户
      .user {
        font-size: 48px;
        font-weight: 600;
        text-align: center;
        color: #fee085;

        // 用户头像
        .portrait {
          position: relative;
          margin: 24px auto 0;
          text-align: center;
          width: 216px;
          @extend .fcc;

          &-inner {
            width: 167px;
          }

          &-border {
            width: 216px;
            position: absolute;
          }
        }

        // 用户名称
        .name {
          margin: 24px auto 0;

          display: flex;
          justify-content: center;
          align-items: flex-end;

          .tt {
            font-size: 48px;
            font-weight: 500;
            text-align: center;
            color: #fee085;
          }

          &-edit {
            width: 29px;
            margin: 0 0 12px 12px;
          }
        }
      }


    }
  }
}