Skip to content
my-duty.scss 1.28 KiB
Newer Older
wangqinghua's avatar
wangqinghua committed
page-my-duty {
wangqinghua's avatar
wangqinghua committed
  .list-ios .item-block .item-inner{
    border: none;
  }
  .duty{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 36px;
    background-color: #fff;
  }
  .duty-state{
    border: 1px solid #f8ac56;
    font-size: 1.3rem;
    border-radius: 4px;
    padding: 1px 4px;
    color: #f8ac56;
  }
  .duty div{
    width: 50%;
    text-align: center;
    position: relative;
  }
  .duty-title{
    position: relative;
    color: #24bafc;
  }
  .duty-title::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #24bafc;
    bottom: -10px;
    left: 0px;
  }
  .span-btn{
    background-color: #34b4fc;
    font-size: 1.4rem;
    padding: 4px 6px;
    color: #fff;
    border-radius: 3px;
  }
  .dutyItem > div{
    margin-bottom: 10px;
  }
  .daySpan{
    padding: 2px 20px;
    background-color: #589bfc;
    color: #fff;
    border-bottom-right-radius: 5px;
  }
  .nightSpan{
    padding: 4px 20px;
    background-color: #4e5e6f;
    color: #fff;
    border-bottom-right-radius: 5px;
  }
  .duty-Obj .item-ios p {
    margin-bottom: 15px;
  }
  .duty-Obj .label-ios{
    margin: 0;
  }
  .duty-Obj{
    .item-ios.item-block .item-inner{
      background-color: #f5f6f7;
    }
  }
wangqinghua's avatar
wangqinghua committed
}