productContent.wxss 2.1 KB

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