C端小程序
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.

42 lines
602 B

  1. /* pages/canvas/index.wxss */
  2. .content {
  3. margin: 0;
  4. padding: 0;
  5. width: 100%;
  6. height: 100%;
  7. background: #f3f3f3;
  8. position: relative;
  9. }
  10. .poster {
  11. height: 100%;
  12. padding: 20rpx;
  13. position: absolute;
  14. top: 0;
  15. left: 0;
  16. }
  17. .bottomsave {
  18. width: 100%;
  19. height: 140rpx;
  20. line-height: 140rpx;
  21. margin: auto 0;
  22. bottom: 0;
  23. left: 0;
  24. right: 0;
  25. border-top: 1px solid #ccc;
  26. box-shadow: 0 0rpx 150rpx #ccc;
  27. background: #fff;
  28. }
  29. .saveposter {
  30. color: #fff;
  31. width: 380rpx;
  32. height: 80rpx;
  33. border-radius: 50rpx;
  34. background: #f08f04;
  35. margin-top: 30rpx;
  36. font-size: 32rpx;
  37. }