Skip to content
duty-apply.scss 512 B
Newer Older
wangqinghua's avatar
wangqinghua committed
page-duty-apply {
  font-size: 1.8rem;
  .duty-textarea{
    border: 1px solid rgb(221, 221, 221);

  }
  .submit{
    border: 1px solid #34b4fc;
    background-color: #34b4fc;
    margin-top: 20px;
  }
  .label-ios + ion-textarea .text-input{
    min-height: 100px;
  }
  .list-ios > .item-block:last-child, .list-ios > .item-wrapper:last-child .item-block{
    border-bottom: none;
  }
  .textarea-tips{
    position: absolute;
    bottom: -5px;
    right: 10px;
    color: #808080;
    font-size: 12px;
  }
}