groupTime.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. /* 标题简介 */
  12. .introduce-section {
  13. position: relative;
  14. background: #fff;
  15. }
  16. .introduce-section .title {
  17. font-size: 32rpx;
  18. color: #303133;
  19. }
  20. .introduce-section .title .tip-o {
  21. color: #ff3334;
  22. padding-left: 15rpx;
  23. }
  24. .introduce-section .title .title-left {
  25. padding: 15rpx;
  26. width: 560rpx;
  27. }
  28. .introduce-section .title-box {
  29. color: #ffffff;
  30. }
  31. .introduce-section .title-box .title-o .price {
  32. font-size: 65rpx !important;
  33. position: relative;
  34. top: 8rpx;
  35. }
  36. .introduce-section .title-box .title-t {
  37. font-size: 24rpx !important;
  38. position: relative;
  39. bottom: 10rpx;
  40. padding-left: 10rpx;
  41. top: 10rpx;
  42. }
  43. .introduce-section .title-box .title-t .peice-out {
  44. text-decoration: line-through;
  45. }
  46. .introduce-section .title-box .title-t .num {
  47. margin-top: 10rpx;
  48. background-color: #ffffff;
  49. color: #ff3a56;
  50. -webkit-border-radius: 8rpx;
  51. border-radius: 8rpx;
  52. padding: 0 5rpx;
  53. float: left;
  54. }
  55. .introduce-section .group {
  56. color: #ffffff;
  57. position: relative;
  58. top: 8rpx;
  59. }
  60. .introduce-section .group image {
  61. width: 55rpx;
  62. height: 45rpx;
  63. }
  64. .introduce-section .group .text {
  65. font-size: 40rpx !important;
  66. padding-left: 10rpx;
  67. }
  68. .introduce-section .timeStop {
  69. background: #ddffdf;
  70. height: 120rpx;
  71. padding: 0 10rpx;
  72. position: relative;
  73. width: 0;
  74. -webkit-box-flex: 1;
  75. -webkit-flex-grow: 1;
  76. flex-grow: 1;
  77. }
  78. .introduce-section .timeStop .timeStop-name {
  79. padding-top: 15rpx;
  80. text-align: center;
  81. color: #5dbc7c;
  82. font-size: 20rpx;
  83. }
  84. .introduce-section .timeStop .timeBox {
  85. position: absolute;
  86. top: 50rpx;
  87. }
  88. .introduce-section .timeStop .item {
  89. height: 120rpx;
  90. width: 0;
  91. min-width: 100%;
  92. position: relative;
  93. }
  94. .introduce-section .share-img {
  95. width: 30rpx;
  96. height: 30rpx;
  97. position: relative;
  98. top: 5rpx;
  99. left: 0;
  100. margin-right: 10rpx;
  101. }
  102. .seckill-box-title {
  103. background: -webkit-gradient(linear, right top, left top, from(#5dbc7c), to(#5dbc7c)) !important;
  104. background: -webkit-linear-gradient(right, #5dbc7c 0%, #5dbc7c 100%) !important;
  105. background: linear-gradient(270deg, #5dbc7c 0%, #5dbc7c 100%) !important;
  106. }
  107. .seckill-box-title .price,
  108. .seckill-box-title .m-price {
  109. color: #ffffff !important;
  110. }
  111. .seckill-box-title .price-tip {
  112. font-size: 28rpx;
  113. color: #ffffff !important;
  114. }
  115. .seckill-box-title .tip-info {
  116. position: relative;
  117. top: 18rpx;
  118. font-size: 32rpx !important;
  119. padding-right: 8rpx;
  120. }
  121. .seckill-box-title .price {
  122. font-size: 45rpx !important;
  123. font-weight: bold;
  124. }