change-photo.css 782 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. html,
  2. body {
  3. height: 100%;
  4. font-family: PingFangSC-Regular;
  5. color: #ffffff;
  6. font-size: 32rpx;
  7. }
  8. .box {
  9. width: 100%;
  10. height: 100%;
  11. display: flex;
  12. flex-direction: column;
  13. background: #000000;
  14. }
  15. .menu {
  16. width: 100%;
  17. height: 88rpx;
  18. display: flex;
  19. justify-content: space-between;
  20. align-items: center;
  21. box-sizing: border-box;
  22. padding: 0 32rpx 40rpx;
  23. }
  24. .menu-X{
  25. width: 100%;
  26. height: 156rpx;
  27. display: flex;
  28. justify-content: space-between;
  29. align-items: center;
  30. box-sizing: border-box;
  31. padding: 0 32rpx 40rpx;
  32. }
  33. .bg{
  34. flex: 1;
  35. display: flex;
  36. align-items: center;
  37. }
  38. canvas{
  39. width: 750rpx;
  40. position: absolute;
  41. top: 0;
  42. bottom:0;
  43. left: 0;
  44. right: 0;
  45. margin: auto;
  46. }