posterService.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. }