Tabs.css 3.48 KB
.last{
  height: .8rem;
}
.noMore{
  /*position: fixed;*/
  /*bottom: 0rem;*/
  width: 100%;
  height: .5rem;
  background-color: white;


}
.noMore>div{
  margin-top: .1rem;
}
.noMore>div>img{
  width: .21rem;
  height: .17rem;
}
.noMore>div>span{
  font-size: .15rem;
  color: #ABABAB;
  float: none;
  margin-left: .1rem;

}
.noMore>div{
  text-align: center;
}
.noMore >.line{
  text-align: center;
  width: 1.5rem;
  height: .02rem;
  border-radius: 2px;
  background-color: black;
  margin-top: .2rem;
}



.am-tabs-default-bar-tab{
  font-size: .15rem;
}

/*  我的客户 --- 无*/
.clientless{
  /*margin: auto;*/
  position: absolute;
  height: 100%;
}
.clientless> .client{
  width: 1.51rem;
  margin: 0 1.32rem;
  margin-top: 1.75rem;
}
.clientless>p{
  text-align: center;
  font-size: .15rem;
  color: #666666;
  margin-bottom: .02rem;
}
.add{
  position: absolute;
  bottom: .32rem;
  width: 3.5rem;
  height: 1.22rem;
  margin: 0 .32rem 0;
}


/*我的客户---有*/

.search{
  width: 3.8rem;
  height: .32rem;
  background-color: #F4F4F4;
  border-radius: 25.6px;
  margin: 0px auto 9.6px;
  position: relative;
}
.search img{
  position: absolute;
  margin:.09rem .15rem;
  width: .15rem;
  height: .15rem;
}
.search input{
  position: absolute;
  border: none;
  outline:none;
  left: .4rem;
  top: 0.08rem;
  background-color: #F4F4F4;
  font-size: .14rem;
  color: #999;
  width:3.25rem ;

}

.client{
  margin-left: .11rem;
  padding-bottom: .11rem;
}
.client>span{
  float: none;
}

.initial{
  margin: 0;
  padding-left: .15rem;
  font-size: .13rem;
  height: .38rem;
  padding-top: .1rem;
  background-color: #f8f8f8;
}
SwipeActionExample{
  font-size: .15rem;
}
.address{
  position: fixed;
  top: .9rem;
  right: .05rem;

}

.scrollListWrap{
  height:5.2rem;
  overflow-y: auto;
}
.list {
  position: relative;
  text-align: left;
}
.list>dl{
  margin-top: -.1rem;
  margin-bottom: .00rem;

}
.list>dl>dt{
  background: #F8F8F8;
  line-height: .5rem;
  padding-left: .11rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ABABAB;
  font-size: .13rem;
  height: .4rem;
}
.list>dl>.dd {
  margin-bottom: 0;
}
.dd{
  line-height: .5rem;
  padding-left: .11rem;
  font-size: .15rem;
  background: #fff;
  color: #101010;
}
.dd>p{
  display: flex;
  margin: 0;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #f8f8f8;
}
.list>dd>p{
  display:flex;
  margin:0;
  justify-content: space-between;
}
.list>dd>p>span{
  margin-right: 0;
  float:none;
}
.list>dd>p>.name{
  position: relative;
  padding-left: .3rem;
}
.list>dd{
   display:block;
   border-top:1px solid #F8F8F8;
   content:''; overflow: hidden;
 }
.list>dd>p>.time{
  margin-right: .3rem;
}



.indexList{
  position: absolute;
  right: .09rem;
  top: .7rem;
  margin: 0px;
  padding: 0;
  list-style: none;
}
.btn_confirm{
  position: relative;
  height: .7rem;
  top: .05rem;
}
.btn_confirm>img{
  width: .6rem;
  height: .6rem;
  position: relative;
  right: .2rem;
  float: right;
}


.indexList1{
  position: absolute;
  top: .7rem;
  margin: 0px;
  padding: 0;
  list-style: none;
  right: -4.1rem;
}
:global(.am-tabs-default-bar-underline){

 border: 1px #FF9D5C solid;
}
:global(.am-tabs-default-bar-tab-active){
  color:#000 ;
}

.tabs{
  display: flex;
  justify-content: center;
  background-color: #fff;
  overflow-x: hidden;

}

.tabs1{
  display: flex;
  justify-content: center;
  background-color: #fff;
  overflow: hidden;
  min-height: 100%;

}
/*:global(.am-list-line){*/
/*padding-left: 15px;*/
/*}*/