seckill.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page,
  12. .seckillBox {
  13. min-height: 100%;
  14. height: 100%;
  15. }
  16. .class-box {
  17. white-space: nowrap;
  18. height: 60px;
  19. }
  20. .class-box .item {
  21. text-align: center;
  22. display: inline-block;
  23. color: #606266;
  24. padding: 11.5px 5px;
  25. background-color: #ffffff;
  26. line-height: 1;
  27. }
  28. .class-box .item .time {
  29. font-size: 16px;
  30. padding-bottom: 3px;
  31. }
  32. .class-box .item .time.action {
  33. color: #FF4C4C;
  34. }
  35. .class-box .item .status {
  36. font-size: 12px;
  37. margin: 0 auto;
  38. width: 60px;
  39. padding: 3px 0;
  40. }
  41. .class-box .item .status.action {
  42. color: #ffffff;
  43. border-radius: 99px;
  44. background-color: #FF4C4C;
  45. }
  46. .title-box {
  47. margin-top: 10px;
  48. padding: 10px;
  49. background-color: #ffffff;
  50. }
  51. .title-box .title-box-left {
  52. font-size: 15px;
  53. color: #606266;
  54. }
  55. .title-box .title-box-right .tip {
  56. font-size: 15px;
  57. color: #999999;
  58. padding-right: 5px;
  59. }
  60. .title-box .title-box-right .uni-countdown__number {
  61. border-radius: 3px;
  62. width: 22px;
  63. }
  64. .title-box .title-box-right .uni-countdown__splitor,
  65. .title-box .title-box-right .uni-countdown__number {
  66. height: 20px;
  67. line-height: 18px;
  68. }
  69. .list-Box {
  70. height: calc(100% - 60px);
  71. }
  72. .list-Box .list {
  73. height: calc(100% - 55px);
  74. }
  75. .goodsList-item {
  76. background-color: #ffffff;
  77. padding: 30rpx;
  78. border-bottom: 1px solid #ebeef5;
  79. }
  80. .goodsList-item image {
  81. -webkit-flex-shrink: 0;
  82. flex-shrink: 0;
  83. border-radius: 15rpx;
  84. height: 180rpx;
  85. width: 180rpx;
  86. }
  87. .goodsList-item .slider {
  88. margin-top: 15rpx;
  89. -webkit-box-pack: start;
  90. -webkit-justify-content: flex-start;
  91. justify-content: flex-start;
  92. }
  93. .goodsList-item .slider .slider-box {
  94. width: 196rpx;
  95. border-radius: 99px;
  96. border: 1px solid #fe9398;
  97. height: 16rpx;
  98. }
  99. .goodsList-item .slider .slider-box .slider-action {
  100. background-color: #fe9398;
  101. height: 100%;
  102. }
  103. .goodsList-item .slider .sales-nub {
  104. color: #909399;
  105. font-size: 24rpx;
  106. padding-left: 20rpx;
  107. }
  108. .goodsList-item .goodsList-content {
  109. margin-left: 20rpx;
  110. -webkit-box-flex: 1;
  111. -webkit-flex-grow: 1;
  112. flex-grow: 1;
  113. height: 180rpx;
  114. position: relative;
  115. }
  116. .goodsList-item .goodsList-content .title {
  117. font-size: 28rpx;
  118. color: #303133;
  119. font-weight: 500;
  120. width: 0;
  121. min-width: 100%;
  122. }
  123. .goodsList-item .goodsList-content .goods-money {
  124. position: absolute;
  125. left: 0;
  126. bottom: 0;
  127. width: 100%;
  128. }
  129. .goodsList-item .goodsList-content .goods-money .money-box .money {
  130. font-size: 42rpx;
  131. color: #FF4C4C;
  132. font-weight: bold;
  133. }
  134. .goodsList-item .goodsList-content .goods-money .money-box .otMoney-box {
  135. font-size: 24rpx;
  136. }
  137. .goodsList-item .goodsList-content .goods-money .money-box .otMoney-box .otMoney {
  138. color: #909399;
  139. padding-right: 20rpx;
  140. text-decoration: line-through;
  141. }
  142. .goodsList-item .goodsList-content .goods-money .money-box .otMoney-box .sales {
  143. color: #909399;
  144. }
  145. .goodsList-item .goodsList-content .goods-money .cart {
  146. font-size: 28rpx;
  147. border-radius: 99px;
  148. padding: 15rpx 30rpx;
  149. line-height: 1;
  150. color: #ffffff;
  151. background-color: #999999;
  152. }
  153. .goodsList-item .goodsList-content .goods-money .cart.seckill-action {
  154. border: 1px solid #FF4C4C;
  155. background-color: #FF4C4C;
  156. }