groupTime.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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. flex-grow: 1;
  74. }
  75. .introduce-section .timeStop .timeStop-name {
  76. padding-top: 15rpx;
  77. text-align: center;
  78. color: #5dbc7c;
  79. font-size: 20rpx;
  80. }
  81. .introduce-section .timeStop .timeBox {
  82. position: absolute;
  83. top: 50rpx;
  84. }
  85. .introduce-section .timeStop .item {
  86. height: 120rpx;
  87. width: 0;
  88. min-width: 100%;
  89. position: relative;
  90. }
  91. .introduce-section .share-img {
  92. width: 30rpx;
  93. height: 30rpx;
  94. position: relative;
  95. top: 5rpx;
  96. left: 0;
  97. margin-right: 10rpx;
  98. }
  99. .seckill-box-title {
  100. background: linear-gradient(270deg, #5dbc7c 0%, #5dbc7c 100%) !important;
  101. }
  102. .seckill-box-title .price,
  103. .seckill-box-title .m-price {
  104. color: #ffffff !important;
  105. }
  106. .seckill-box-title .price-tip {
  107. font-size: 28rpx;
  108. color: #ffffff !important;
  109. }
  110. .seckill-box-title .tip-info {
  111. position: relative;
  112. top: 18rpx;
  113. font-size: 32rpx !important;
  114. padding-right: 8rpx;
  115. }
  116. .seckill-box-title .price {
  117. font-size: 45rpx !important;
  118. font-weight: bold;
  119. }