groupContent.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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. -webkit-border-bottom-left-radius: 25rpx;
  39. border-bottom-left-radius: 25rpx;
  40. -webkit-border-top-left-radius: 25rpx;
  41. border-top-left-radius: 25rpx;
  42. background-color: #ffffff;
  43. height: 60rpx;
  44. background-color: #F2FEE6;
  45. border: none !important;
  46. }
  47. .introduce-section uni-button:after {
  48. border: none !important;
  49. }
  50. .introduce-section .share-img {
  51. width: 45rpx;
  52. height: 45rpx;
  53. position: relative;
  54. top: 5rpx;
  55. left: 0;
  56. margin-right: 10rpx;
  57. }
  58. .introduce-section .name {
  59. position: relative;
  60. top: 5rpx;
  61. }
  62. .introduce-section .progress-box {
  63. width: 260rpx;
  64. position: relative;
  65. margin-top: 15rpx;
  66. line-height: 10px;
  67. }
  68. .introduce-section .progress-box .number {
  69. font-size: 17rpx;
  70. position: absolute;
  71. z-index: 999;
  72. top: 3rpx;
  73. left: 15rpx;
  74. color: #ffffff;
  75. }
  76. .introduce-section .old_price {
  77. margin-top: 10rpx;
  78. font-size: 28rpx;
  79. text-decoration: line-through;
  80. color: #7a7a7a;
  81. }
  82. .introduce-section .info {
  83. color: #999999;
  84. font-size: 26rpx;
  85. padding-bottom: 15rpx;
  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. -webkit-border-radius: 5rpx;
  96. border-radius: 5rpx;
  97. font-size: 22rpx !important;
  98. margin-left: 15rpx;
  99. }