seckill.wxss 2.8 KB

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