You need to sign in or sign up before continuing.
index.less 1.4 KB
.my-create-activity-header {
  background-color: white;
  margin: 1rem;
  padding: 0.5rem;
  border-radius: 1rem;
  .header-info {
    display: flex;
    text-align: center;
    padding-bottom: 1rem;
    margin-top: 0.5rem;
    .activity {
      flex: 1;
      height: 50rpx;
      line-height: 50rpx;
    }
    .job {
      flex: 1;
      border-right: 1px solid #F5F5F5;
      border-left: 1px solid #F5F5F5;
      height: 100rpx;
      line-height: 50rpx;
    }
    .sign {
      flex: 1;
      height: 50rpx;
      line-height: 50rpx;
    }
  }
}

.activity-title {
  background-color: #FFFFFF;
  .box {
    padding: 1rem 1rem 0.5rem 1rem;
  }
}

.bg-gradient {
  background: linear-gradient(#B3DDC9, #B3DDC9) no-repeat;
  /*调整下划线的宽度占百分之百  高度是3px */
  background-size: 100% 1vw;
  /* 调整下划线的起始位置 左侧是0 上边是1.15em */
  background-position: 0 1.1rem;
}

.inactivate {
  font-size: 1rem;
  color: #999999;
}
.list-item {
  background-color: white;
  padding: 0.75rem;
  border-radius: 0.65rem;
  position: relative;
  margin-bottom: 1rem;
  .avatar {
    width: 100%;
    height: 5rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0.5rem;
  }
  .content {
    padding: 0.5rem 1rem;
    .title {
      font-size: 1.25rem;
    }
    .phone {
      color: #199A74;
      margin-top: 0.5rem;
    }
  }
}