productContent.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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: -webkit-box;
  66. display: -webkit-flex;
  67. display: flex;
  68. -webkit-box-align: baseline;
  69. -webkit-align-items: baseline;
  70. align-items: baseline;
  71. height: 64rpx;
  72. padding: 10rpx 0;
  73. font-size: 26rpx;
  74. color: #F8DD4F;
  75. }
  76. .introduce-section .price-box .price-tip {
  77. width: 31rpx;
  78. margin-right: 5rpx;
  79. }
  80. .introduce-section .price {
  81. font-size: 38rpx;
  82. }
  83. .introduce-section .price .text {
  84. padding-left: 5rpx;
  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. }