seckill.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. .seckill-section .s-header .tit {
  11. font-size: 34rpx;
  12. color: #303133;
  13. line-height: 1;
  14. font-weight: bold;
  15. }
  16. /*功能栏左侧小图标*/
  17. .seckill-section .s-header .f-left-icon {
  18. height: 34rpx;
  19. width: 8rpx;
  20. background-image: -webkit-gradient(linear, left top, left bottom, from(#5dbc7c), to(#71d094));
  21. background-image: -webkit-linear-gradient(#5dbc7c, #71d094);
  22. background-image: linear-gradient(#5dbc7c, #71d094);
  23. margin-right: 10rpx;
  24. -webkit-border-radius: 10rpx;
  25. border-radius: 10rpx;
  26. }
  27. /* 秒杀专区 */
  28. .seckill-section {
  29. padding: 4rpx 30rpx 24rpx;
  30. }
  31. .seckill-section .s-header {
  32. display: -webkit-box;
  33. display: -webkit-flex;
  34. display: flex;
  35. -webkit-box-align: center;
  36. -webkit-align-items: center;
  37. align-items: center;
  38. height: 92rpx;
  39. line-height: 1;
  40. }
  41. .seckill-section .s-header .tit-box {
  42. -webkit-flex-shrink: 0;
  43. flex-shrink: 0;
  44. }
  45. .seckill-section .s-header .textNav {
  46. line-height: 1;
  47. padding: 15rpx 0;
  48. -webkit-flex-shrink: 0;
  49. flex-shrink: 0;
  50. -webkit-box-flex: 1;
  51. -webkit-flex-grow: 1;
  52. flex-grow: 1;
  53. min-width: 100rpx;
  54. }
  55. .seckill-section .s-header .tip-box {
  56. -webkit-box-flex: 1;
  57. -webkit-flex-grow: 1;
  58. flex-grow: 1;
  59. display: -webkit-box;
  60. display: -webkit-flex;
  61. display: flex;
  62. -webkit-box-pack: start;
  63. -webkit-justify-content: flex-start;
  64. justify-content: flex-start;
  65. -webkit-box-align: center;
  66. -webkit-align-items: center;
  67. align-items: center;
  68. }
  69. .seckill-section .s-header .tip {
  70. font-size: 24rpx;
  71. color: #909399;
  72. padding-left: 10rpx;
  73. padding-right: 10rpx;
  74. }
  75. .seckill-section .s-header .timer {
  76. display: inline-block;
  77. width: 40rpx;
  78. height: 36rpx;
  79. text-align: center;
  80. line-height: 36rpx;
  81. margin-right: 14rpx;
  82. font-size: 26rpx;
  83. color: #fff;
  84. -webkit-border-radius: 2px;
  85. border-radius: 2px;
  86. background: rgba(0, 0, 0, 0.8);
  87. }
  88. .seckill-section .s-header .iconenter {
  89. font-size: 24rpx;
  90. color: #909399;
  91. -webkit-box-flex: 1;
  92. -webkit-flex: 1;
  93. flex: 1;
  94. text-align: right;
  95. }
  96. .seckill-section .floor-list {
  97. white-space: nowrap;
  98. background-color: white;
  99. padding: 20rpx;
  100. -webkit-border-radius: 5rpx;
  101. border-radius: 5rpx;
  102. -webkit-box-shadow: 0rpx 0rpx 10rpx 10rpx #f3f3f3;
  103. box-shadow: 0rpx 0rpx 10rpx 10rpx #f3f3f3;
  104. }
  105. .seckill-section .scoll-wrapper {
  106. display: -webkit-box;
  107. display: -webkit-flex;
  108. display: flex;
  109. -webkit-box-align: start;
  110. -webkit-align-items: flex-start;
  111. align-items: flex-start;
  112. }
  113. .seckill-section .scoll-wrapper .noGoodsBg {
  114. display: -webkit-box;
  115. display: -webkit-flex;
  116. display: flex;
  117. -webkit-box-align: center;
  118. -webkit-align-items: center;
  119. align-items: center;
  120. -webkit-box-pack: center;
  121. -webkit-justify-content: center;
  122. justify-content: center;
  123. height: 100%;
  124. position: absolute;
  125. top: 0;
  126. left: 0;
  127. width: 100%;
  128. color: #909399;
  129. }
  130. .seckill-section .scoll-wrapper .floor-item {
  131. width: 150rpx;
  132. margin-right: 20rpx;
  133. font-size: 26rpx;
  134. color: #303133;
  135. line-height: 1.8;
  136. }
  137. .seckill-section .scoll-wrapper .floor-item .list-image {
  138. width: 150rpx;
  139. height: 150rpx;
  140. -webkit-border-radius: 6rpx;
  141. border-radius: 6rpx;
  142. }
  143. .seckill-section .scoll-wrapper .floor-item .price {
  144. color: #dd524d;
  145. }