Skip to content
report-search.scss 3 KiB
Newer Older
wangqinghua's avatar
wangqinghua committed
page-report-search {
  ion-input, ion-textarea{
    color: #fff;
  }
  .header-ios .toolbar-ios:last-child .toolbar-background-ios{
    border: none;
  }
  .searchToolBar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    box-sizing: border-box;
  }
  .clear{
    background-color: #cccccc;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    text-align: center;
    margin-right: 10px;
  }
  .search-header{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    margin-left: 5px;
  }

  .activity-title {
    background-color: #f5f5f5;
    font-size: 12px;
    color: #b2b2b2;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .content-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-bottom: 1px solid #cccccc;
  }

  .content-box-item {
    width: 105px;
    padding: 12px;
    margin: 8px 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 2px;
    color: white;
    border: 1px solid #34b4fc;
  }
  .content-box-item.bgc-34b4fc .item-title,
  .content-box-item.bgc-34b4fc .item-count{
    color: white;
  }

  .item-title{
    color: #34b4fc;
  }
  .item-count{
    color: #999999;
  }
  .i1 {
    background-color: #70c1df;
  }

  .i2 {
    background-color: #64d262;
  }

  .i3 {
    background-color: #ef8355;
  }

  .btn {
    background-color: white;
    border: 1px solid #90da91;
    color: #90da91;
    margin: 0 0;
    font-size: 6px;
  }

  .color1 {
    border-color: #93cfe5;
    color: #93cfe5;
    border-radius: 3px;
  }

  .color2 {
    border-color: #90db90;
    color: #90db90;
    border-radius: 3px;
  }

  .color3 {
    border-color: #f3a778;
    color: #f3a778;
    border-radius: 3px;
  }

  .group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
  }

  .inner-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    box-sizing: border-box;
  }

  .person-photo {
    width: 48px;
    height: 48px;
    margin-right: 10px;
  }

  .item-box {
    display: inline-block;
    margin-left: 10px;
  }

  .person-name {
    font-size: 18px;
    color: black;

  }

  .person-sex-male {
    font-size: 14px;
    color: #6bc7fd;
    font-weight: bolder;
    margin-left: 5px;
  }

  .person-sex-female {
    font-size: 14px;
    color: #f0a7ea;
    font-weight: bolder;
    margin-left: 5px;
  }

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

  .back-btn {
    width: 30px;
    height: 30px;
  }
  .bgc-34b4fc{
    background-color: #34b4fc;
  }
  .text-input::-webkit-input-placeholder{
    color:#fff;
  }
  .contact-img{
    width: 4rem;
    height: 4rem;
    border-radius: 2px;
  }
}