Skip to content
publish.scss 1.08 KiB
Newer Older
wangqinghua's avatar
wangqinghua committed
page-publish {
  .toolbar-icon{
    color: #fff;
    margin-right: 1rem;
    font-size: 1.5rem;
  }
  .item-ios.item-block .item-inner{
    border-bottom:none;
    padding-right: 0px;
  }
  .item-ios + .item-ios{
    border-top: 1px solid #eeeeee;
  }
  .main-color{
    color: #e12724;
    font-size: 1.4rem;
  }
  .content-textarea{
    min-height: 320px;
  }
  .label-ios{
    margin-right: 0px;
  }
  .select-ios .select-placeholder {
    color: #333;
  }
wangqinghua's avatar
wangqinghua committed
  .selectDiv{
    background-color: #f1f1f1;
    height: 100px;
    width: 100%;
    position: relative;
    .height{
      position: absolute;
      top: 32%;
      left: 49%;
      width: 2%;
      height: 36%;
      background-color: #cccccc;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
    }
    .width{
      position: absolute;
      top:49%;
      left: 32%;
      width: 36%;
      height: 2%;
      background-color: #cccccc;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
    }
  }
  .imgList img{
    width: 100%;
    max-height: 100px;
  }
wangqinghua's avatar
wangqinghua committed
}