seckill.wxss 2.2 KB

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