#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; } } }