You need to sign in or sign up before continuing.
index.less 916 Bytes
.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;
}