Skip to content
announcement.scss 2.16 KiB
Newer Older
wangqinghua's avatar
wangqinghua committed
page-announcement {
  td, th {
    border: 1px solid #dddddd;
  }
  .searchToolBar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    box-sizing: border-box;
  }

  .list-ios .item-block .item-inner {
    border: none;
  }
  .item-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
  }

  .item-header-style {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    box-sizing: border-box;
  }

  .item-title {
    font-size: 1.6rem;
  }

  .icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 5px;
  }

  .btn {
    // float: right;
    background-color: white;
    margin: 0 0;
    font-size: 6px;
  }

  .btn1 {
    border: 1px solid #69c4e2;
    color: #69c4e2;
    border-radius: 5px;
  }

  .btn2 {
    border-radius: 5px;
    border: 1px solid #90da91;
    color: #90da91;
  }

  // .item-content{
  //     display: flex;
  //     flex-direction: row;
  //     align-items: flex-end;
  //     justify-content: space-between;
  //     box-sizing: border-box;
  // }

  // .left{
  //     color: #cccccc;
  //     font-size: 8px;
  //     // height: 70px;
  //     display: inline-block;
  //     margin-left: 20px;
  // }

  .content-box {
    margin: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f1f2f3;
  }

  .content-item-box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: left;
    box-sizing: border-box;
  }

  .left-title {
    color: #8b8c8d;
    font-size: 14px;
  }

  .data {
    color: #666666;
    font-size: 14px;
  }

  .data-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; //文本行数
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    max-height: 80px;
  }

  .sign-up {
    background-color: #fff;
    height: 2rem;
    line-height: 1.5rem;
    width: 4rem;
    border-radius: 2px;
    color: #ec4553;
    float: right;
    border: 1px solid #ec4553;
  }

  .back-btn {
    width: 30px;
    height: 30px;
  }
}