productContent.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. /* 标题简介 */
  12. .introduce-section {
  13. position: relative;
  14. background: #fff;
  15. padding: 35rpx 0rpx;
  16. padding-left: 35rpx;
  17. }
  18. .introduce-section .title {
  19. font-size: 32rpx;
  20. color: #303133;
  21. }
  22. .introduce-section .title .tip-o {
  23. color: #ff3334;
  24. padding-left: 15rpx;
  25. }
  26. .introduce-section .shareDate {
  27. position: absolute;
  28. top: 25rpx;
  29. right: 25rpx;
  30. font-size: 26rpx;
  31. color: #3d3f46;
  32. border-radius: 15rpx;
  33. background-color: #ffffff;
  34. height: 60rpx;
  35. line-height: 60rpx;
  36. }
  37. .introduce-section .share-img {
  38. width: 30rpx;
  39. height: 30rpx;
  40. position: relative;
  41. top: 5rpx;
  42. left: 0;
  43. margin-right: 10rpx;
  44. }
  45. .introduce-section .info {
  46. color: #999999;
  47. font-size: 26rpx;
  48. padding-bottom: 15rpx;
  49. }
  50. .introduce-section .progress-box {
  51. width: 260rpx;
  52. position: relative;
  53. margin-top: 15rpx;
  54. line-height: 10px;
  55. }
  56. .introduce-section .progress-box .number {
  57. font-size: 17rpx;
  58. position: absolute;
  59. z-index: 999;
  60. top: 3rpx;
  61. left: 15rpx;
  62. color: #ffffff;
  63. }
  64. .introduce-section .price-box {
  65. display: flex;
  66. align-items: baseline;
  67. height: 64rpx;
  68. padding: 10rpx 0;
  69. font-size: 26rpx;
  70. color: #5dbc7c;
  71. }
  72. .introduce-section .price {
  73. font-size: 38rpx;
  74. }
  75. .introduce-section .price .text {
  76. padding-left: 5rpx;
  77. color: #b0b0b0;
  78. font-size: 22rpx !important;
  79. }
  80. .introduce-section .price-green {
  81. color: #2dbd59;
  82. font-size: 28rpx !important;
  83. }
  84. .introduce-section .price-green text {
  85. background: #2dbd59;
  86. color: #ffffff;
  87. padding: 0rpx 10rpx;
  88. border-radius: 5rpx;
  89. font-size: 22rpx !important;
  90. margin-left: 15rpx;
  91. }
  92. .introduce-section .m-price {
  93. margin: 0 12rpx;
  94. color: #909399;
  95. text-decoration: line-through;
  96. margin-left: 25rpx;
  97. font-size: 24rpx;
  98. }