seckill.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  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: #dd524d;
  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: #dd524d;
  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. flex-shrink: 0;
  82. border-radius: 15rpx;
  83. height: 180rpx;
  84. width: 180rpx;
  85. }
  86. .goodsList-item .slider {
  87. margin-top: 15rpx;
  88. justify-content: flex-start;
  89. }
  90. .goodsList-item .slider .slider-box {
  91. width: 196rpx;
  92. border-radius: 99px;
  93. border: 1px solid #fe9398;
  94. height: 16rpx;
  95. }
  96. .goodsList-item .slider .slider-box .slider-action {
  97. background-color: #fe9398;
  98. height: 100%;
  99. }
  100. .goodsList-item .slider .sales-nub {
  101. color: #909399;
  102. font-size: 24rpx;
  103. padding-left: 20rpx;
  104. }
  105. .goodsList-item .goodsList-content {
  106. margin-left: 20rpx;
  107. flex-grow: 1;
  108. height: 180rpx;
  109. position: relative;
  110. }
  111. .goodsList-item .goodsList-content .title {
  112. font-size: 28rpx;
  113. color: #303133;
  114. font-weight: 500;
  115. width: 0;
  116. min-width: 100%;
  117. }
  118. .goodsList-item .goodsList-content .goods-money {
  119. position: absolute;
  120. left: 0;
  121. bottom: 0;
  122. width: 100%;
  123. }
  124. .goodsList-item .goodsList-content .goods-money .money-box .money {
  125. font-size: 42rpx;
  126. color: #dd524d;
  127. font-weight: bold;
  128. }
  129. .goodsList-item .goodsList-content .goods-money .money-box .otMoney-box {
  130. font-size: 24rpx;
  131. }
  132. .goodsList-item .goodsList-content .goods-money .money-box .otMoney-box .otMoney {
  133. color: #909399;
  134. padding-right: 20rpx;
  135. text-decoration: line-through;
  136. }
  137. .goodsList-item .goodsList-content .goods-money .money-box .otMoney-box .sales {
  138. color: #909399;
  139. }
  140. .goodsList-item .goodsList-content .goods-money .cart {
  141. font-size: 28rpx;
  142. border-radius: 99px;
  143. padding: 15rpx 30rpx;
  144. line-height: 1;
  145. color: #ffffff;
  146. background-color: #999999;
  147. }
  148. .goodsList-item .goodsList-content .goods-money .cart.seckill-action {
  149. border: 1px solid #dd524d;
  150. background-color: #dd524d;
  151. }