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.
 
 
 
 

28 lines
378 B

.code-img {
width: 710rpx;
height: 1278rpx;
margin-left: 20rpx;
}
.btns {
display: flex;
justify-content: center;
padding: 15rpx;
background-color: #fff;
margin-top: 20rpx
}
.save-btn {
width: 690rpx;
height: 80rpx;
line-height: 80rpx;
margin: 0 auto;
}
.hideCanvasView {
position: relative;
}
.hideCanvas {
position: absolute;
left: -9999rpx;
top: -9999rpx
}