swipeActive.css 1.04 KB



/* 计划书---我的 */
.myItem{
  width: 100%;
  height: .8rem;
}
.myleft{
  width: .8rem;
  height: .888rem;
  display: inline-block;
}
.myleft>img{
  width: 100%;
  height: .8rem;
  position: relative;
  top: .07rem;
}
.myright{
  display: inline-block;
  width: 2.8rem;
  position: relative;
  left: .2rem;
  top:-.2rem;
}
.mytitle{
  /*position: absolute;*/
  color: #333333;
  font-size: .17rem;
}
.detail{
  position: absolute;
  top:.3rem;
  color: #666666;
  font-size: .14rem;
}
.detail2{
  position: absolute;
  top:.55rem;
  color: #666666;
  font-size: .14rem;
}

/* 我的客户 --- 通讯录 */

.label{
  margin-right: .1rem;
  float: right;
  margin-left: .5rem;
  padding: .0rem .1rem;
  background-color: #ddd;
  border-radius: .1rem;
  color: white;
  /* line-height: .2rem; */
  font-size: .13rem;
  margin-top: .02rem;
}
.time{
  margin-right: .1rem;
  float: right;
  /*margin-left: .5rem;*/
}

:global(.am-list-body::before){
  background: none !important;
}

:global(.am-modal-transparent .am-modal-content){
  padding-top: 15px;
}