posterService.css 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. .poster{
  2. margin: 30rpx 40rpx;
  3. background-color: #fff;
  4. }
  5. .poster-pic{
  6. width: 100%;
  7. }
  8. .poster-title{
  9. line-height: 40rpx;
  10. font-size: 28rpx;
  11. font-family: PingFang SC-Regular, PingFang SC;
  12. font-weight: 400;
  13. color: #333333;
  14. margin-top: 20rpx;
  15. }
  16. .poster-note{
  17. line-height: 37rpx;
  18. font-size: 26rpx;
  19. font-family: PingFang SC-Regular, PingFang SC;
  20. font-weight: 400;
  21. color: #999999;
  22. margin-top: 20rpx;
  23. }
  24. .poster-code{
  25. width: 126rpx;
  26. height: 126rpx;
  27. margin-left: 20rpx;
  28. }
  29. .change-product{
  30. position: absolute;
  31. right: 0;
  32. top:0;
  33. padding: 4rpx 18rpx;
  34. font-size: 24rpx;
  35. font-family: PingFang SC-Regular, PingFang SC;
  36. font-weight: 400;
  37. color: #FFFFFF;
  38. line-height: 45rpx;
  39. background: rgba(0,0,0,0.7);
  40. }
  41. .change-product image{
  42. width: 24rpx;
  43. height: 25rpx;
  44. margin-right: 10rpx;
  45. }
  46. .share-btn{
  47. background-color: #fff;
  48. padding: 30rpx 40rpx;
  49. position: fixed;
  50. bottom: 0;
  51. left: 0;
  52. right: 0;
  53. }
  54. .btn{
  55. line-height: 80rpx;
  56. background: #27D699;
  57. border-radius: 40rpx 40rpx 40rpx 40rpx;
  58. opacity: 1;
  59. font-size: 32rpx;
  60. font-family: PingFang SC-Regular, PingFang SC;
  61. font-weight: 400;
  62. color: #FFFFFF;
  63. text-align: center;
  64. }
  65. canvas {
  66. position: fixed;
  67. top: 0;
  68. left: 9000px;
  69. /* left: -40px;
  70. top: -28px;
  71. z-index: 9999;
  72. transform: scale(0.4);
  73. margin-left: -156px;
  74. margin-top: -156px; */
  75. }