Skip to content
chooseAddress.scss 2.25 KiB
Newer Older
wangqinghua's avatar
wangqinghua committed
page-chooseAddress {
   
    .searchToolBar{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: left;
        box-sizing: border-box;
    }
    
    .search-header{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        border-bottom: 1px solid #cccccc;
        width: 100%;
        margin-left: 5px;
    }

    .clear{
        background-color: #cccccc;
        width: 15px;
        height: 15px;
        border-radius: 15px;
        text-align: center;
    }

    .pageMenuSlides{  
        //设置菜单栏底部的颜色  
        border-bottom:1px solid rgb(255, 255, 255); 
        .swiper-container{  
           width: 100%;  
           height: 40px;  
        }  
        .swiper-slide{  
           //设置菜单栏的颜色  
           background: rgb(255, 255, 255);  
           //设置字体颜色  
           color: #666666;  
           font-size: 16px;
        }  
        .bottomLine{  
            //设置当前菜单底部边框  
            border-bottom: 2px solid #7aa7fa;
            color:#7aa7fa
        }  
    }

    ion-slides {  
        .slide-zoom {  
          height: 100%;  
        }  
      }

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

      .box-item{
          margin: 3px 3px;
      }

      .city-title{
          margin: 3px 0;
          background-color: #f0eff4;
          padding: 3px 0;
      }

      .city-box{
        display: flex;
        flex-direction: row;
        flex-wrap:wrap;
        align-content: space-between;
        justify-content: left;
        box-sizing: border-box;
        position: relative;
    }

      .city{
wangqinghua's avatar
wangqinghua committed
        text-align: left;
        padding-left: 2rem;
wangqinghua's avatar
wangqinghua committed
          display: inline-block;
wangqinghua's avatar
wangqinghua committed
          width: 100%;
wangqinghua's avatar
wangqinghua committed
          margin: 5px 0;
      }
wangqinghua's avatar
wangqinghua committed
  .input-wrapper{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .item-ios p{
    font-size: 1.8rem;
  }
  .item-ios  p.areaChildren{
    font-size: 1.6rem;
    padding-left: 1rem;
    margin: 10px 0;
  }
wangqinghua's avatar
wangqinghua committed


      .back-btn{
        width: 30px;
        height: 30px;
    }
   
}