Skip to content
list.scss 2.1 KiB
Newer Older
wangqinghua's avatar
wangqinghua committed
page-list {
wangqinghua's avatar
wangqinghua committed
  .pageMenuSlides{
    //设置菜单栏底部的颜色
    border-bottom:1px solid rgb(255, 255, 255);
    .swiper-container{
      width: 100%;
      height: 40px;
    }
    .swiper-slide{
      //设置菜单栏的颜色
      background: rgb(255, 255, 255);
      //设置字体颜色
      color: #0c0c0c;
      font-size: 16px;
    }
    .bottomLine{
      //设置当前菜单底部边框
      border-bottom: 2px solid #7aa7fa;
      color:#7aa7fa
    }
    .swiper-title{
      position: relative;
      color: #24bafc;
    }
    .swiper-title::after{
      content: '';
      position: absolute;
      width: 100%;
      height: 2px;
      background-color: #24bafc;
wangqinghua's avatar
wangqinghua committed
      bottom: -9px;
wangqinghua's avatar
wangqinghua committed
      left: 0px;
    }
  }
wangqinghua's avatar
wangqinghua committed
  .item-list{
    margin-top: 10px;
  }
wangqinghua's avatar
wangqinghua committed
  .slide-zoom{
    height: 100%;
  }
wangqinghua's avatar
wangqinghua committed
  .list-ios .item-block .item-inner,
  .list-ios > .item-block:first-child,
  .list-ios > .item-block:last-child, .list-ios > .item-wrapper:last-child .item-block{
    border: none;
  }
  .label-ios + ion-input .text-input, .label-ios + ion-textarea .text-input, .label-ios + .input + .cloned-input{
    padding: 10px;
    height: 100px;
    border: 1px solid #ddd;
  }
  .item-header{
    border-bottom: 1px solid #ddd;
  }
  .item-header,.content-button{
    padding: 10px 0;
  }



wangqinghua's avatar
wangqinghua committed
  .footter-opr{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
wangqinghua's avatar
wangqinghua committed
    height: 11rem;
    background-color: #f8f8f8;
    border-bottom: 1px solid #bbbbbb;
wangqinghua's avatar
wangqinghua committed
    box-shadow: 0px -2px 5px #bbb;
wangqinghua's avatar
wangqinghua committed
  }
  .footter-opr div{
    width: 33%;
wangqinghua's avatar
wangqinghua committed
    display: flex;
    justify-content: center;
    align-items: center;
wangqinghua's avatar
wangqinghua committed
  }
  .footter-opr div span{
wangqinghua's avatar
wangqinghua committed
    display: inline-block;
wangqinghua's avatar
wangqinghua committed
    border-radius: 5px;
    border: 1px solid #aaa;
    padding: 10px 25px;
  }
wangqinghua's avatar
wangqinghua committed
  .btn1{
    font-size: 1.5rem;
    color: #fca268;
    border: 1px solid #fca268;
    padding: 1px 4px;
    border-radius: 4px;
  }
  .btn2{
    font-size: 1.5rem;
    color: #61be5f;
    border: 1px solid #61be5f;
    padding: 1px 4px;
    border-radius: 4px;
  }
  .btn3{
    font-size: 1.5rem;
    color: #dddddd;
    border: 1px solid #dddddd;
    padding: 1px 4px;
    border-radius: 4px;
  }
wangqinghua's avatar
wangqinghua committed
}