ProspectusList.css 1.81 KB
body{
  width:100% ;
  max-width: 680px;
  margin: auto;
}
/*
.box{
  height: 100%;
  width: 100%;
  background-color: white;
}
.logo{
  width: 2.57rem;
  height: 1.67rem;
  margin: 1.12rem auto 0.67rem ;
}
.logo > img{
  width: 100%;
  height: 100%;
}
*/



.phone{
  text-align: center;
  height: .8rem;
  position: relative;
}
.phone img{
  width:3.66rem;
  height: .76rem;
}
.phone input{
  position: absolute;
  left: .5rem;
  top:0.55rem;
  border: none;
  outline:none;
  font-size:.18rem;
}
.phone span{
  color: #FF9D5C;
  position: absolute;
  right: .5rem;
  top:.55rem;
  font-size:.18rem;
}

.verification{
  text-align: center;
  height: 1.2rem;
  position: relative;

}
.verification img{
  width:3.66rem;
  height: .76rem;

}
.verification input{
  position: absolute;
  left: .5rem;
  top:0.55rem;
  border: none;
  outline:none;
  font-size:.18rem;
}
.approve{
  width: 3.5rem;
  height: 1.22rem;
  margin:.26px auto 0;
}
.approve img{
  width: 100%;
}
.bottom{
  position: fixed;
  bottom: 0;
  color: #FF9D5C;
  font-size: .15rem;
  width: 100%;
  max-width: 680px;
}
.bottom>p{
  text-align: center;
}


/*认证失败*/
.pop{
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:rgba(0,0,0, 0.6);

}
.pop .up{
  width: 3rem;
  height: 1.5rem;
  position: fixed;
  top:50%;
  left: 50%;
  margin-left: -1.5rem;
  margin-top: -.75rem;
  background-color: white;
  text-align: center;
  border-radius: 7px;
}
.up p:nth-child(1){
  color: #333333;

  font-size: .18rem;
}
.up p:nth-child(2){
  font-size:.15rem;
  color: #666666;
}
.button{
  position: relative;
  font-size: .18rem;
}
.button span:nth-child(1){
  position: absolute;
  left: 50px;
  top:12px;

}

.button span:nth-child(2){
  position: absolute;
  right: 50px;
  top:12px;
}

:global(.ant-table-tbody){
background-color:white ;
}