Home.css 3.27 KB
body{
  width:100% ;
  max-width: 680px;
  margin: auto;
}
.box{
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  overflow-y: scroll;
}
/*搜索模块*/
.header{
  width: 100%;
  max-width: 680px;
  background-color: white;

}

.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 ;

}
/*content*/
.content{
  position: relative;
  width: 100%;
  background-color: #F8F8F8;
  padding-top: 16px;
  padding-bottom: .9rem;


}
.content > .banner{
  width:3.92rem;
  height:1.8rem;
  /*background-color: #FF9D5C;*/
  border-radius:.12rem;
  overflow: hidden;
  margin: 0 auto;
}
/* UI的1.6倍*/


/*nav*/
.nav{
  display: flex;
  font-size: 0.18rem;
  margin: .32rem 0;
}

.module{
  text-align: center;
  flex: 1;
}
.module>img{
  width: .5rem;
  height: .5rem;
}
.module>p{
  margin: 0;
  color: #666666;
  font-size: .13rem;
}

/*计划书列表*/
.planList{
  width: 3.92rem;
  background-color: white;
  border-radius: 16px;
  margin: 0 auto .8rem ;

}
.planList > div >p {
  font-size:.16rem;
  color: #999999;
  padding: .15rem 0 0 .1rem;
}
.item{
  height: 1rem;
}
.left{
  margin: 0 .1rem 0;
  width: .8rem;
  height: .8rem;
  float: left;
}
.left>img{
  width: 100%;
  height: 100%;
}
.right{
  width: 2.8rem;
  height: .8rem;
  float: right;
  position: relative;
}
.top{
  position: relative;
}
.title{
  display: inline-block;
  float: left;
  font-size: .17rem;
  color: #333333;
}
.orangeSpan{
  float: right;
  margin-right: .1rem;
}
.orangeSpan>img{
  width: .34rem;
  height: .18rem;
}
.redSpan{
  float: right;
}
.redSpan>img{
  width: .34rem;
  height: .18rem;
}
.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;
}


.noMore{
  width: 3.9rem;
  height: .6rem;
  background-color: white;
  border-radius: 10px;


}
.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;
}
.code{
  position: relative; background: #fff; overflow: hidden; font-size: .17rem; padding: 0 .1rem .1rem;
  border-radius: .1rem; font-size: .15rem;
}
.code img {
  display: block; width: 100%;margin: .2rem auto;
}
.codeWrap{
  /* background:#FF9D5C; */
}
:global(.am-modal-transparent .am-modal-content){
  padding:0;
}
:global(.am-modal-close){
  top: .1rem; right: .24rem; width: .15rem; height: .15rem;
}
:global(.am-modal-close-x){
  width:.15rem; height: .15rem; background-size: 100%; margin:0;
}
:global(.am-wingblank.am-wingblank-lg){
 margin: 0;
}