attentionpublic.wxss 1.5 KB
@import '../../../common/common.wxss';

.bac{
  position: fixed;
  height: 100%;
  width: 100%;
  display:flex;
  flex-direction:column;
  align-items:center;/*垂直居中*/
  justify-content: center;/*水平居中*/
  background:#FD8779;

}
.atteb_bag{
  width:686rpx;
  height:979rpx;
  font-size: 0;
  
}
.select_type{
  color:#FD8779;
  font-size: 32rpx;
  text-align: center;
}
.atteb_bag image{
  width:100%;
  height:100%;
}
.copy_text,.copy_name{
  font-size: 26rpx;
}
.copy_text{
  color:#A89997;

}
.copy_name{
  color:#FD8779
}
.clickcopy{
  width:280rpx;
  height:80rpx;
  border-radius:40rpx;
  color:#fff;
  font-size: 32rpx;
  text-align: center;
  line-height: 80rpx;
  background: #FD8779;
 
  margin:30rpx auto 0;
}
  
.copy_head{
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:9;
  padding: 118rpx 163rpx 53rpx 163rpx;

}
.bac_text{
  position:relative;
}
.copy{
  margin-top:22rpx;
}
.scan{
  width:600rpx;
  color:#A89997;
  font-size: 26rpx;
  position: absolute;
  top:486rpx;
  left:0rpx;
  right:0;
  margin:0 auto;
  line-height: 50rpx;
 

}
.weixinscan{
  color:#FD8779;
  font-size: 32rpx;
}
.share_img{
  width:600rpx;
  height:276rpx;
  font-size: 0;
  position:absolute;
  bottom:90rpx;
  left:0;
  right:0;
  margin: 0 auto;
}
.share_img image{
  width:100%;
  height:100%;
}
.wechatimage{
  width:194rpx;
  height:194rpx;
  font-size: 0;
  position:absolute;
  bottom:140rpx;
  left:262rpx;
  right:0;
  margin:0 uato;
  
}
.wechatimage image{
  width:100%;
  height:100%;
}