groupContent.wxss 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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. height: 50rpx;
  22. width: 70%;
  23. font-weight: bold;
  24. }
  25. .introduce-section .title .tip-o {
  26. color: #ff3334;
  27. padding-left: 15rpx;
  28. font-size: 25rpx;
  29. }
  30. .introduce-section .shareDate {
  31. padding: 15rpx 25rpx;
  32. padding-bottom: 25rpx !important;
  33. position: absolute;
  34. top: 25rpx;
  35. right: 0rpx;
  36. font-size: 30rpx;
  37. color: #3d3f46;
  38. border-bottom-left-radius: 25rpx;
  39. border-top-left-radius: 25rpx;
  40. background-color: #ffffff;
  41. height: 60rpx;
  42. background-color: #F2FEE6;
  43. border: none !important;
  44. }
  45. .introduce-section uni-button:after {
  46. border: none !important;
  47. }
  48. .introduce-section .share-img {
  49. width: 45rpx;
  50. height: 45rpx;
  51. position: relative;
  52. top: 5rpx;
  53. left: 0;
  54. margin-right: 10rpx;
  55. }
  56. .introduce-section .name {
  57. position: relative;
  58. top: 5rpx;
  59. }
  60. .introduce-section .progress-box {
  61. width: 260rpx;
  62. position: relative;
  63. margin-top: 15rpx;
  64. line-height: 10px;
  65. }
  66. .introduce-section .progress-box .number {
  67. font-size: 17rpx;
  68. position: absolute;
  69. z-index: 999;
  70. top: 3rpx;
  71. left: 15rpx;
  72. color: #ffffff;
  73. }
  74. .introduce-section .old_price {
  75. margin-top: 10rpx;
  76. font-size: 28rpx;
  77. text-decoration: line-through;
  78. color: #7a7a7a;
  79. }
  80. .introduce-section .info {
  81. color: #999999;
  82. font-size: 26rpx;
  83. padding-bottom: 15rpx;
  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. border-radius: 5rpx;
  94. font-size: 22rpx !important;
  95. margin-left: 15rpx;
  96. }