outbackpeopledetail.wxss 1.3 KB
page{
  background: #F9F9FB
}

.commonenter{
  margin-right:0;
  text-align: right
}
.topname{
  font-size: 36rpx;
}
.istouch{
  width:150rpx;
}
.peopleitem{
  margin-top:22rpx;
}
.codeleft{
  color:#06121E;
  font-size: 36rpx;
  font-weight:bold;

}
.codename{
  margin-right:24rpx;
}
.codeimg{
  width:54rpx;
  height:54rpx;
  font-size:0;
}
.code{
  padding: 36rpx 32rpx;
  box-sizing: border-box;
  background: #fff;
  margin-top:20rpx;
}

.codewrap {
  width: 606rpx;
  height: 696rpx;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0rpx 6rpx 12rpx rgba(0, 0, 0, 0.16);
  opacity: 1;
  border-radius: 24rpx;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%)
}
.codetop{
  width:606rpx;
  height:186rpx;
  font-size: 0;
  position: relative;
  top:0;
  left:0
}
.codename{
  color:#fff;
  font-size: 40rpx;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%)
}
.closeimg{
  width:72rpx;
  height:72rpx;
  font-size: 0;
  position: absolute;
  bottom:10%;
  left:50%;
  transform: translateX(-50%)
}
.ansave{
  color:#06121E;
  font-size: 36rpx;
  font-weight: bold;
  margin-top:40rpx;
  text-align: center
}
.codekimg{
  width:260rpx;
  height:260rpx;
  font-size: 0;
  margin:80rpx auto 0;
}
.commontwo{
  margin-right:10rpx;
}