Home.css 6.82 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{
  position: relative;
  width: 100%;
  padding: .1rem .17rem;
  z-index: 10;
  top: 0;
}
.search::before {
  position: absolute;
  width: .15rem;
  height: .15rem;
  content: '';
  background: url(../../assets/image/search.png) no-repeat;
  background-size: 100%;
  left: .35rem;
  top: .19rem;
  z-index: 10;
}
.search input{
  box-sizing: border-box;
  width: 100%;
  border: none;
  border-radius: .16rem;
  background: #F4F4F4;
  height: .32rem;
  line-height: .32rem;
  padding: 0;
  padding-left: .42rem;
  font-size: .14rem;

}
/*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;
}
.content > .banner :global(ul.slider-list){
  height:1.4rem !important;
}
.content > .banner :global(.ant-carousel .slick-dots){
  position: absolute;
  /*bottom: 50px;*/
}

/* UI的1.6倍*/


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

.module{
  text-align: center;
  /* flex: 1; */
  width: 25%;
  margin-bottom: 0.15rem;
}
.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 .4rem ;

}
.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.9rem;
  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;
}
.blueSpan{
  float: right;
  margin-right: .1rem;
}
.blueSpan>div{
    background-color: #8ec5f3;
    font-size: .15rem;
    width: .4rem;
    height: .2rem;
    line-height: .2rem;
    margin-top: .03rem;
    text-align: center;
    color: white;
    border-radius: 5px;
    transform: scale(0.9);
}
.label{
  display: inline-block;
  float: right;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.planList 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(.codeWrap .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;
}

/*消息中心*/
.infolist{
    display: flex;
    width: 3.92rem;
    background-color: white;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom: 1px solid #F8F8F8;
    margin: 0 auto;
}
.infolist .carousel_item {
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  background-color: white;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.infolist .newInfo{
  position: relative;
  color:#FB5150;
  float: none;
  margin: 0;
}
.infolist .arrowBtn{
  width:.6rem;
  line-height:36px;
  text-align: right;
  padding-right: .08rem;
}

/*站内搜索*/
.searchWarp{
  width:100%;
  height:100%;
}
.searchWarp .searchContent{
  width: 100%;
  height: calc(100vh - 44px);
}
.searchWarp .tabsContent{
  display: flex;
  justify-content: center;
  background-color: #fff;
  height: calc(100vh - 120px);
  overflow-y: auto;
  position: relative;
}
.searchWarp .tabsContent .tipsRight1{
  background: url("../../assets/image/tips1.png");
  background-size: cover;
}
.searchWarp .tabsContent .tipsRight2{
  background: url("../../assets/image/tips2.png");
  background-size: cover;
}
.searchWarp .tabsContent .tipsRight3{
  background: url("../../assets/image/tips3.png");
  background-size: cover;
}
.searchWarp .tabsContent .tipsRight4{
  background: url("../../assets/image/tips4.png");
  background-size: cover;
}
.searchWarp .tabsContent .tipsRight5{
  background: url("../../assets/image/tips5.png");
  background-size: cover;
}
.searchWarp .tabsContent .tipsRight1,.tipsRight2,.tipsRight3,.tipsRight4,.tipsRight5{
  color: white;
  display: inline;
  padding: 5px;
  border-radius: 10px;
  font-size: 12px;
}
.searchContent .tabsHeader{
  background: white;
  padding: 10px 8px;
}
.searchContent .tabsHeader>button{
  border-radius: 16px;
  line-height: 24px;
  padding: 5px 16px;
  border: none;
  background: white;
  margin: 5px 8px;
  cursor: pointer;
  color: #101010;
  border: 1px solid #e8e8e8;
  font-size: .175rem;
  box-shadow: 0px 0px 5px #e8e8e8;
}
.searchContent .tabsHeader>button.active{
  color: white;
  background: #FF9D5C
}
.searchWarp :global(.am-list-line){
  padding: 8px 10px;
}
.searchWarp .search {
    position: relative;
    display: flex;
    padding: .1rem .17rem;
    background: white;
}
.searchWarp .search::before {
    position: absolute;
    width: .15rem;
    height: .15rem;
    content: '';
    background: url(../../assets/image/search.png) no-repeat;
    background-size: 100%;
    left: .35rem;
    top: .19rem;
    z-index: 10;
  }
.searchWarp .search input{
    box-sizing: border-box;
    width: 100%;
    border: none;
    border-radius: .16rem;
    background: #F4F4F4;
    height: .32rem;
    line-height: .32rem;
    padding: 0;
    padding-left: .42rem;
    font-size: .14rem;
}
.searchWarp .search .cancelButton{
    font-size: .16rem;
    color: #101010;
    width: .5rem;
    padding: .05rem 0 0 .05rem;
}