productContent.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. .introduce-section {
  2. position: relative;
  3. background: #fff;
  4. padding: 35rpx 0rpx 35rpx 35rpx;
  5. }
  6. .introduce-section .title {
  7. font-size: 32rpx;
  8. color: #303133;
  9. }
  10. .introduce-section .title .tip-o {
  11. color: #ff3334;
  12. padding-left: 15rpx;
  13. }
  14. .introduce-section .shareDate {
  15. position: absolute;
  16. top: 25rpx;
  17. right: 25rpx;
  18. font-size: 26rpx;
  19. color: #3d3f46;
  20. border-radius: 15rpx;
  21. background-color: #fff;
  22. height: 60rpx;
  23. line-height: 60rpx;
  24. }
  25. .introduce-section .share-img {
  26. width: 30rpx;
  27. height: 30rpx;
  28. position: relative;
  29. top: 5rpx;
  30. left: 0;
  31. margin-right: 10rpx;
  32. }
  33. .introduce-section .info {
  34. color: #999;
  35. font-size: 26rpx;
  36. padding-bottom: 15rpx;
  37. }
  38. .introduce-section .progress-box {
  39. width: 260rpx;
  40. position: relative;
  41. margin-top: 15rpx;
  42. line-height: 10px;
  43. }
  44. .introduce-section .progress-box .number {
  45. font-size: 17rpx;
  46. position: absolute;
  47. z-index: 999;
  48. top: 3rpx;
  49. left: 15rpx;
  50. color: #fff;
  51. }
  52. .introduce-section .price-box {
  53. display: flex;
  54. -webkit-box-align: baseline;
  55. align-items: baseline;
  56. height: 64rpx;
  57. padding: 10rpx 0;
  58. font-size: 26rpx;
  59. color: #dd524d;
  60. }
  61. .introduce-section .price {
  62. font-size: 38rpx;
  63. }
  64. .introduce-section .price .text {
  65. padding-left: 5rpx;
  66. color: #b0b0b0;
  67. font-size: 22rpx!important;
  68. }
  69. .introduce-section .price-green {
  70. color: #2dbd59;
  71. font-size: 28rpx!important;
  72. }
  73. .introduce-section .price-green text {
  74. background: #2dbd59;
  75. color: #fff;
  76. padding: 0rpx 10rpx;
  77. border-radius: 5rpx;
  78. font-size: 22rpx!important;
  79. margin-left: 15rpx;
  80. }
  81. .introduce-section .m-price {
  82. color: #909399;
  83. text-decoration: line-through;
  84. margin: 0 12rpx 0 25rpx;
  85. font-size: 24rpx;
  86. }