seckill.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  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-linear-gradient(#5dbc7c, #71d094);
  21. background-image: linear-gradient(#5dbc7c, #71d094);
  22. margin-right: 10rpx;
  23. border-radius: 10rpx;
  24. }
  25. /* 秒杀专区 */
  26. .seckill-section {
  27. padding: 4rpx 30rpx 24rpx;
  28. }
  29. .seckill-section .s-header {
  30. display: -webkit-box;
  31. display: -webkit-flex;
  32. display: flex;
  33. -webkit-box-align: center;
  34. -webkit-align-items: center;
  35. align-items: center;
  36. height: 92rpx;
  37. line-height: 1;
  38. }
  39. .seckill-section .s-header .tit-box {
  40. -webkit-flex-shrink: 0;
  41. flex-shrink: 0;
  42. }
  43. .seckill-section .s-header .textNav {
  44. line-height: 1;
  45. padding: 15rpx 0;
  46. -webkit-flex-shrink: 0;
  47. flex-shrink: 0;
  48. -webkit-box-flex: 1;
  49. -webkit-flex-grow: 1;
  50. flex-grow: 1;
  51. min-width: 100rpx;
  52. }
  53. .seckill-section .s-header .tip-box {
  54. -webkit-box-flex: 1;
  55. -webkit-flex-grow: 1;
  56. flex-grow: 1;
  57. display: -webkit-box;
  58. display: -webkit-flex;
  59. display: flex;
  60. -webkit-box-pack: start;
  61. -webkit-justify-content: flex-start;
  62. justify-content: flex-start;
  63. -webkit-box-align: center;
  64. -webkit-align-items: center;
  65. align-items: center;
  66. }
  67. .seckill-section .s-header .tip {
  68. font-size: 24rpx;
  69. color: #909399;
  70. padding-left: 10rpx;
  71. padding-right: 10rpx;
  72. }
  73. .seckill-section .s-header .timer {
  74. display: inline-block;
  75. width: 40rpx;
  76. height: 36rpx;
  77. text-align: center;
  78. line-height: 36rpx;
  79. margin-right: 14rpx;
  80. font-size: 26rpx;
  81. color: #fff;
  82. border-radius: 2px;
  83. background: rgba(0, 0, 0, 0.8);
  84. }
  85. .seckill-section .s-header .iconenter {
  86. font-size: 24rpx;
  87. color: #909399;
  88. -webkit-box-flex: 1;
  89. -webkit-flex: 1;
  90. flex: 1;
  91. text-align: right;
  92. }
  93. .seckill-section .floor-list {
  94. white-space: nowrap;
  95. background-color: white;
  96. padding: 20rpx;
  97. border-radius: 5rpx;
  98. box-shadow: 0rpx 0rpx 10rpx 10rpx #f3f3f3;
  99. }
  100. .seckill-section .scoll-wrapper {
  101. display: -webkit-box;
  102. display: -webkit-flex;
  103. display: flex;
  104. -webkit-box-align: start;
  105. -webkit-align-items: flex-start;
  106. align-items: flex-start;
  107. }
  108. .seckill-section .scoll-wrapper .noGoodsBg {
  109. display: -webkit-box;
  110. display: -webkit-flex;
  111. display: flex;
  112. -webkit-box-align: center;
  113. -webkit-align-items: center;
  114. align-items: center;
  115. -webkit-box-pack: center;
  116. -webkit-justify-content: center;
  117. justify-content: center;
  118. height: 100%;
  119. position: absolute;
  120. top: 0;
  121. left: 0;
  122. width: 100%;
  123. color: #909399;
  124. }
  125. .seckill-section .scoll-wrapper .floor-item {
  126. width: 150rpx;
  127. margin-right: 20rpx;
  128. font-size: 26rpx;
  129. color: #303133;
  130. line-height: 1.8;
  131. }
  132. .seckill-section .scoll-wrapper .floor-item .list-image {
  133. width: 150rpx;
  134. height: 150rpx;
  135. border-radius: 6rpx;
  136. }
  137. .seckill-section .scoll-wrapper .floor-item .price {
  138. color: #dd524d;
  139. }