Performance.css 4.62 KB
*{
  margin: 0;
  padding: 0;
  list-style: none;
}
body{
  width:100% ;
  max-width: 680px;
  margin: auto;
}
.performWrap{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.performtop{
  width: 100%;
  height: .5rem;
  line-height: .5rem;
}
.performtop ul{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 .15rem;
  box-sizing: border-box;
  align-items: center;
}
.text{
  font-size: 0.19rem;
  color: #101010;
}
.performtop .img{
  color: #000000;
  background-blend-mode:color;
  font-size: .2rem;
}
.omit{
  font-size: 0.19rem;
  font-weight: 700;
}
.performContent{
  width: 100%;
  flex: 1;
  background: #f5f5f5;
  padding: 0 .1rem;
  box-sizing: border-box;
  overflow: auto;
}
.ptext{
  display: block;
  height: .2rem;
  width: 100%;
  text-align: center;
  font-size: .15rem;
  line-height: .2rem;
  color: #666666;
  margin-top: 5px;

}
.contentTop{
  width: 100%;
  height: .52rem;
  margin: .1rem 0;
}
.contentLis{
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: .25rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: .15rem;
  color: #666666;
  padding: 0 .1rem;
  box-sizing: border-box;
}
.contentLis>li{
  text-align: center;
  width: 25%;
  border-right: .01rem solid #ccc;
}
.contentLis>li:last-child{
  border: none;
}
.active{
  color: #FF9D5C;
}
.contentEsh{
  width: 100%;
  min-height: 4.20rem;
  background: #fff;
  border-radius: .08rem;
  padding: 0 .1rem;
  box-sizing: border-box;
}
.itemEsh{
  text-align: center;
}
.lispan{
  padding: .1rem 0;
  box-sizing: border-box;
  font-size: .17rem;
  color: #101010;
}
.litext{
  font-size: .4rem;
  color: #FF9D5C;
}
.radial{
  width:100%;
  height: 2.12rem;
  background: linear-gradient(top,#FFC59F,#FF9D5B);
  border-radius: .1rem;
  display: none;

}
.allDate{
  display: flex;
  text-align: center;
  background: #fff;
  border-radius: .25rem;
  justify-content: space-between;
  overflow: hidden;
}
.am-list-line{
  justify-content: space-between;
}
.date_picker_list{
  width: 40%;
  display: inline-block;
  margin: 0 .1rem;
}
.policy>p{
  text-align: center;
  margin: .16rem 0;
  font-size: .17rem;
  color: #101010;
  display: flex;
  justify-content: space-around;
  position: relative;
}
.spantext{
  font-size: .14rem;
  color: #999999;
  position: absolute;
  top:50%;
  right: .05rem;
  transform: translate3d(0,-50%,0);
}
.spantext>b{
  color:#FF9D5C ;
  padding: 0 .05rem;
  box-sizing: border-box;
}
.policyList{
  width: 100%;
  min-height: 1.25rem;
  background: #fff;
  border-radius: .08rem;
  margin: .1rem 0;
  padding: .1rem .1rem;
  box-sizing: border-box;
}
.ulis,.appntname,.ulilast{
  font-size: .14rem;
  color: #101010;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .1rem 0;
}

.ulis>span:last-child{
  font-size: .14rem;
  color: #999999;
}
.ulilast{
  justify-content: space-around;
}
.ulilast>span:first-child{
  font-size: .19rem;
  color: #333333;
  width: 50%;
}
.ulilast>span:last-child{
  font-size: .16rem;
  color: #333333;
  width: 50%;
  text-align: right;
  box-sizing: border-box;
}
.ulilast>span:last-child>b{
  font-size: .24rem;
  color: #FF9D5C;
  margin-right: .1rem;
}

.policyList>p{
  font-size: .14rem;
  color: #101010;
  border-top:.01rem #f9f9f9 solid;
  padding-top: .1rem;
  box-sizing: border-box;
}
.display_block{
  width:100%;
  height: 2.12rem;
  background: linear-gradient(top,#FFC59F,#FF9D5B);
  border-radius: .1rem;
  display: block;
  padding: 0 .2rem;
  box-sizing: border-box;
}
.display_block_img{
  width:100%;
  height: 2.12rem;
  background: linear-gradient(top,#FFC59F,#FF9D5B);
  border-radius: .1rem;
  display: none;
  box-sizing: border-box;
}
.cliessCentext{
  text-align: center;
}
.cliessCentext>{
  font-size: .15rem;
  color: #666666;
}
.cliessImg{
  width: 1.51rem;
  height: 1.30rem;
  margin-top: .15rem;
}
.action{
  display: none;
}
.choose,.year{
  position: relative;
  height: .4rem;
  flex-basis: 36%;
  color: #101010;
  font-size: .15rem;
  line-height: .4rem;

}
.year>span{
   display: inline-block;
   width:0;
   height:0;
   border-width:.08rem  .08rem  0;
   border-style:solid;
   border-color:#666666 transparent transparent;/*灰 透明 透明 */
   z-index: 99999;
   position: absolute;
   top: 50%;
    right:10%;
    transform: translate3d(0,-50%,0);
 }
.choose>span{
  display: inline-block;
  width:0;
  height:0;
  border-width:.08rem  .08rem  0;
  border-style:solid;
  border-color:#666666 transparent transparent;/*灰 透明 透明 */
  z-index: 99999;
  position: absolute;
  top: 50%;
  right:10%;
  transform: translate3d(0,-50%,0);
}