applayofhome.wxss 1.1 KB
page{
  background: #f4f4f4;
}
.applayofhomehead{
  width:691rpx;
  border-radius: 10rpx;
  padding: 35rpx 39rpx;
  box-sizing: border-box;
  margin:30rpx auto 0;
  background: #fff;
}
.applayofhomeitem{
  display:flex;
  align-items: center;
  margin: 35rpx 0;
}
.applayofhomeitem:first-child{
  margin-top:0
}
.applayofhomeitem:last-child{
   margin-bottom:0
}
.applayofhomeleft{
  width:120rpx;
  color:#333333;
  font-size: 24rpx;
}
.applayofhomeright{
  width:405rpx;
  color:#707070;
  font-size:24rpx;
  margin-left:56rpx;
}

/* 身份证 */
.cardlist{
  display:flex;
  margin-top:20rpx;
}
.cardimg{
  width:336rpx;
  height:215rpx;
  background:rgba(255,255,255,1);
  border-radius:10rpx;
  background: #fff;
  /* padding: 47rpx 0 39rpx;
  box-sizing: border-box; */
   margin:0 0 0 29rpx;
}
.frontimg{
  width:92rpx;
  height:92rpx;
  font-size: 0;
  margin:47rpx auto 0;
}
.frontimg image{
  width:100%;
  height:100%;
}
.frantname{
  text-align: center;
  color:#707070;
  font-size: 24rpx;
  margin-top:10rpx;
}
.showfrontimg{
  width:336rpx;
  height:215rpx;
  font-size: 0;
}
.showfrontimg image{
  width:100%;
  height:100%;
}