金诚优选前端代码
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.

30 lines
675 B

  1. #author {
  2. /* image {
  3. width:100% !important;
  4. vertical-align:top;
  5. } */
  6. .canvasContent{
  7. position: fixed;
  8. bottom: 0;
  9. left: 0;
  10. right: 0;
  11. top: 0;
  12. background: rgba(0,0,0,0.5);
  13. display: flex;
  14. align-items: center;
  15. flex-direction: column;
  16. padding-top: 50upx;
  17. .canvasName{
  18. width: 80%;
  19. height: calc(100vh - 300upx);
  20. }
  21. .canvasText{
  22. margin: 30upx 0 20upx;
  23. color: #FFFFFF;
  24. }
  25. .errorImage{
  26. width: 80upx;
  27. height: 80upx;
  28. }
  29. }
  30. }