InsuranceList.css 2.18 KB
.planList{
  width: 3.92rem;
  background-color: white;
  border-radius: 16px;
  margin: 0 auto .64rem ;

}
.planList > div >p {
  font-size:.16rem;
  color: #999999;
  padding: .15rem 0 0 .1rem;
}

.item{
  height: 1rem;
}
.item:nth-child(last){
  height: .8rem;
}
.left{
  margin: 0 .1rem 0 0;
  width: .8rem;
  height: .8rem;
  float: left;
}
.left>img{
  width: 100%;
  height: 100%;
}
.right{
  width: 2.9rem;
  height: .8rem;
  float: right;
  position: relative;
}
.top{
  position: relative;
}
.title{
  display: inline-block;
  float: left;
  font-size: .17rem;
  color: #333333;
}
.label{
  display: inline-block;
  float: right;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
span{
  margin-right: .1rem;
  float: right;
}
.labelImg{
  width: .34rem;
}
.buttom{
  position: absolute;
  bottom: 0px;
  color: #888888;
  font-size: .14rem;
  height: .3rem;
  line-height: 0px;
  width: 100%;
  border-bottom: 1px solid #F8F8F8;
}
.last:nth-child(last){
  height: .2rem;
}

.mytitle{
  font-size: .17rem;
  color: #333333;
}
.detail{
  font-size: .14rem;
  color: #888888;
}

.myright{
  width: 4.8rem;
  height: .8rem;
  float: right;
  position: relative;
  background-color: #FF9D5C;
  overflow: hidden;
}

.myItem{
  font-size: .17rem;
  color: #333333;
  margin-bottom: .2rem;
  width: 5.54rem;
  max-width: 900px;

}
.myleft{
  margin: 0 .1rem 0;
  width: .8rem;
  height: .8rem;
  position: relative;
  left: .8rem;
  display: inline-block;
}
.myleft>img{
  width: 100%;
  height: 100%;
}
.myright{
  width: 4.4rem;
  height: .8rem;
  position: relative;
  left: .2rem;
}
.mytitle{
  color: #333333;
  font-size: .17rem;
}




/*

label标签
*/
.orangeSpan{
  float: right;
  margin-right: .1rem;
}
.orangeSpan>img{
  width: .34rem;
  height: .18rem;
}
.redSpan{
  float: right;
}
.redSpan>img{
  width: .34rem;
  height: .18rem;
}
.noMore>div{
  margin-top: .1rem;
}
.noMore>div>img{
  width: .25rem;
  height: .18rem;
}
.noMore>div>span{
  font-size: .18rem;
  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;
}