productContent.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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: 10rpx;
  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 .shareDate::after {
  38. border: none;
  39. }
  40. .introduce-section .share-img {
  41. width: 30rpx;
  42. height: 30rpx;
  43. position: relative;
  44. top: 5rpx;
  45. left: 0;
  46. margin-right: 10rpx;
  47. }
  48. .introduce-section .info {
  49. color: #999999;
  50. font-size: 26rpx;
  51. padding-bottom: 15rpx;
  52. }
  53. .introduce-section .progress-box {
  54. width: 260rpx;
  55. position: relative;
  56. margin-top: 15rpx;
  57. line-height: 10px;
  58. }
  59. .introduce-section .progress-box .number {
  60. font-size: 17rpx;
  61. position: absolute;
  62. z-index: 999;
  63. top: 3rpx;
  64. left: 15rpx;
  65. color: #ffffff;
  66. }
  67. .introduce-section .price-box {
  68. display: -webkit-box;
  69. display: -webkit-flex;
  70. display: flex;
  71. -webkit-box-align: baseline;
  72. -webkit-align-items: baseline;
  73. align-items: baseline;
  74. height: 64rpx;
  75. padding: 10rpx 0;
  76. font-size: 26rpx;
  77. color: #FF4C4C;
  78. }
  79. .introduce-section .price {
  80. font-size: 38rpx;
  81. }
  82. .introduce-section .price .text {
  83. padding-left: 5rpx;
  84. color: #b0b0b0;
  85. font-size: 22rpx !important;
  86. }
  87. .introduce-section .price-green {
  88. color: #2dbd59;
  89. font-size: 28rpx !important;
  90. }
  91. .introduce-section .price-green text {
  92. background: #2dbd59;
  93. color: #ffffff;
  94. padding: 0rpx 10rpx;
  95. border-radius: 5rpx;
  96. font-size: 22rpx !important;
  97. margin-left: 15rpx;
  98. }
  99. .introduce-section .m-price {
  100. margin: 0 12rpx;
  101. color: #909399;
  102. text-decoration: line-through;
  103. margin-left: 25rpx;
  104. font-size: 24rpx;
  105. }
  106. .share-wrapper {
  107. width: 36rpx;
  108. height: 36rpx;
  109. position: absolute;
  110. top: 27rpx;
  111. right: 43rpx;
  112. background-color: #fff;
  113. }
  114. .share-wrapper image {
  115. width: 100%;
  116. height: 100%;
  117. }