print.wxss 325 B

123456789101112131415161718192021222324252627
  1. .panel{
  2. width: 2100rpx;
  3. height: 2970rpx;
  4. }
  5. .Canvas{
  6. width: 2100rpx;
  7. height: 2970rpx;
  8. position: absolute;
  9. left:0rpx;
  10. top:0rpx;
  11. }
  12. .btnLeft{
  13. position: fixed;
  14. bottom: 30rpx;
  15. left:30rpx;
  16. background-color: #ddd;
  17. }
  18. .btnRight{
  19. position: fixed;
  20. bottom: 30rpx;
  21. right:30rpx;
  22. background-color: #ddd;
  23. }