print.wxss 374 B

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