groupTime.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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. border-radius: 8rpx;
  51. padding: 0 5rpx;
  52. float: left;
  53. }
  54. .introduce-section .group {
  55. color: #ffffff;
  56. position: relative;
  57. top: 8rpx;
  58. }
  59. .introduce-section .group image {
  60. width: 55rpx;
  61. height: 45rpx;
  62. }
  63. .introduce-section .group .text {
  64. font-size: 40rpx !important;
  65. padding-left: 10rpx;
  66. }
  67. .introduce-section .timeStop {
  68. background: #ddffdf;
  69. height: 120rpx;
  70. padding: 0 10rpx;
  71. position: relative;
  72. width: 0;
  73. -webkit-box-flex: 1;
  74. -webkit-flex-grow: 1;
  75. flex-grow: 1;
  76. }
  77. .introduce-section .timeStop .timeStop-name {
  78. padding-top: 15rpx;
  79. text-align: center;
  80. color: #5dbc7c;
  81. font-size: 20rpx;
  82. }
  83. .introduce-section .timeStop .timeBox {
  84. position: absolute;
  85. top: 50rpx;
  86. }
  87. .introduce-section .timeStop .item {
  88. height: 120rpx;
  89. width: 0;
  90. min-width: 100%;
  91. position: relative;
  92. }
  93. .introduce-section .share-img {
  94. width: 30rpx;
  95. height: 30rpx;
  96. position: relative;
  97. top: 5rpx;
  98. left: 0;
  99. margin-right: 10rpx;
  100. }
  101. .seckill-box-title {
  102. background: -webkit-linear-gradient(right, #5dbc7c 0%, #5dbc7c 100%) !important;
  103. background: linear-gradient(270deg, #5dbc7c 0%, #5dbc7c 100%) !important;
  104. }
  105. .seckill-box-title .price,
  106. .seckill-box-title .m-price {
  107. color: #ffffff !important;
  108. }
  109. .seckill-box-title .price-tip {
  110. font-size: 28rpx;
  111. color: #ffffff !important;
  112. }
  113. .seckill-box-title .tip-info {
  114. position: relative;
  115. top: 18rpx;
  116. font-size: 32rpx !important;
  117. padding-right: 8rpx;
  118. }
  119. .seckill-box-title .price {
  120. font-size: 45rpx !important;
  121. font-weight: bold;
  122. }