金诚优选前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

31 lines
675 B

#author {
/* image {
width:100% !important;
vertical-align:top;
} */
.canvasContent{
position: fixed;
bottom: 0;
left: 0;
right: 0;
top: 0;
background: rgba(0,0,0,0.5);
display: flex;
align-items: center;
flex-direction: column;
padding-top: 50upx;
.canvasName{
width: 80%;
height: calc(100vh - 300upx);
}
.canvasText{
margin: 30upx 0 20upx;
color: #FFFFFF;
}
.errorImage{
width: 80upx;
height: 80upx;
}
}
}