seckill.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  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. -webkit-border-radius: 99px;
  44. border-radius: 99px;
  45. background-color: #dd524d;
  46. }
  47. .title-box {
  48. margin-top: 10px;
  49. padding: 10px;
  50. background-color: #ffffff;
  51. }
  52. .title-box .title-box-left {
  53. font-size: 15px;
  54. color: #606266;
  55. }
  56. .title-box .title-box-right .tip {
  57. font-size: 15px;
  58. color: #999999;
  59. padding-right: 5px;
  60. }
  61. .title-box .title-box-right .uni-countdown__number {
  62. -webkit-border-radius: 3px;
  63. border-radius: 3px;
  64. width: 22px;
  65. }
  66. .title-box .title-box-right .uni-countdown__splitor,
  67. .title-box .title-box-right .uni-countdown__number {
  68. height: 20px;
  69. line-height: 18px;
  70. }
  71. .list-Box {
  72. height: calc(100% - 60px);
  73. }
  74. .list-Box .list {
  75. height: calc(100% - 55px);
  76. }
  77. .goodsList-item {
  78. background-color: #ffffff;
  79. padding: 30rpx;
  80. border-bottom: 1px solid #ebeef5;
  81. }
  82. .goodsList-item image {
  83. -webkit-flex-shrink: 0;
  84. flex-shrink: 0;
  85. -webkit-border-radius: 15rpx;
  86. border-radius: 15rpx;
  87. height: 180rpx;
  88. width: 180rpx;
  89. }
  90. .goodsList-item .slider {
  91. margin-top: 15rpx;
  92. -webkit-box-pack: start;
  93. -webkit-justify-content: flex-start;
  94. justify-content: flex-start;
  95. }
  96. .goodsList-item .slider .slider-box {
  97. width: 196rpx;
  98. -webkit-border-radius: 99px;
  99. border-radius: 99px;
  100. border: 1px solid #fe9398;
  101. height: 16rpx;
  102. }
  103. .goodsList-item .slider .slider-box .slider-action {
  104. background-color: #fe9398;
  105. height: 100%;
  106. }
  107. .goodsList-item .slider .sales-nub {
  108. color: #909399;
  109. font-size: 24rpx;
  110. padding-left: 20rpx;
  111. }
  112. .goodsList-item .goodsList-content {
  113. margin-left: 20rpx;
  114. -webkit-box-flex: 1;
  115. -webkit-flex-grow: 1;
  116. flex-grow: 1;
  117. height: 180rpx;
  118. position: relative;
  119. }
  120. .goodsList-item .goodsList-content .title {
  121. font-size: 28rpx;
  122. color: #303133;
  123. font-weight: 500;
  124. width: 0;
  125. min-width: 100%;
  126. }
  127. .goodsList-item .goodsList-content .goods-money {
  128. position: absolute;
  129. left: 0;
  130. bottom: 0;
  131. width: 100%;
  132. }
  133. .goodsList-item .goodsList-content .goods-money .money-box .money {
  134. font-size: 42rpx;
  135. color: #dd524d;
  136. font-weight: bold;
  137. }
  138. .goodsList-item .goodsList-content .goods-money .money-box .otMoney-box {
  139. font-size: 24rpx;
  140. }
  141. .goodsList-item .goodsList-content .goods-money .money-box .otMoney-box .otMoney {
  142. color: #909399;
  143. padding-right: 20rpx;
  144. text-decoration: line-through;
  145. }
  146. .goodsList-item .goodsList-content .goods-money .money-box .otMoney-box .sales {
  147. color: #909399;
  148. }
  149. .goodsList-item .goodsList-content .goods-money .cart {
  150. font-size: 28rpx;
  151. -webkit-border-radius: 99px;
  152. border-radius: 99px;
  153. padding: 15rpx 30rpx;
  154. line-height: 1;
  155. color: #ffffff;
  156. background-color: #999999;
  157. }
  158. .goodsList-item .goodsList-content .goods-money .cart.seckill-action {
  159. border: 1px solid #dd524d;
  160. background-color: #dd524d;
  161. }