seckill.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. /* product/seckill/seckill.wxss */
  2. .seckill {
  3. width: 100%;
  4. height: 100%;
  5. font-size: 24rpx;
  6. }
  7. .top {
  8. height: 352rpx;
  9. width: 100%;
  10. }
  11. .background {
  12. width: 100%;
  13. height: 352rpx;
  14. position:absolute;
  15. background-size:100% 100%;
  16. /* #ifndef H5 */
  17. z-index: -1;
  18. /* #endif */
  19. }
  20. .tab {
  21. padding:35rpx 0;
  22. /* height: 100rpx; */
  23. display: flex;
  24. justify-content: space-between;
  25. align-items: center;
  26. }
  27. .tab .logo {
  28. width: 100rpx;
  29. height: 100rpx;
  30. float: left;
  31. }
  32. /* .tab .li {
  33. color: #999;
  34. text-align: center;
  35. color: #FCBDC9;
  36. height:100rpx;
  37. line-height: 53rpx;
  38. float: left;
  39. } */
  40. /* .tab .li text{
  41. width: 152rpx;
  42. font-weight: bold;
  43. font-size: 26rpx;
  44. } */
  45. .times .li.active {
  46. color: #FFFFFF;
  47. font-size: 32rpx;
  48. }
  49. .weight{
  50. font-weight: bold;
  51. }
  52. .times .bg {
  53. background-color: #FFFFFF;
  54. color: #FE0419 !important;
  55. }
  56. .times .state {
  57. width: 100rpx;
  58. height: 36rpx;
  59. border-radius: 25rpx;
  60. color: #FCBDC9;
  61. text-align: center;
  62. font-size: 24rpx;
  63. line-height: 36rpx;
  64. margin: auto;
  65. margin-top: 3rpx;
  66. }
  67. .conunt {
  68. width: 710rpx;
  69. margin: 0 auto;
  70. position: absolute;
  71. top: 14%;
  72. left: 20rpx;
  73. }
  74. .conunt .li {
  75. height: 240rpx;
  76. padding: 20rpx;
  77. border-radius: 25rpx;
  78. background-color: #FFFFFF;
  79. margin-bottom: 16rpx;
  80. overflow: hidden;
  81. display: flex;
  82. justify-content: space-between;}
  83. .conunt .li .flex {overflow: hidden;margin-left: 20rpx;}
  84. .proimg {width: 220rpx;height: 220rpx;border-radius: 12rpx;margin-top: 10rpx;}
  85. .proname {font-size: 28rpx;color: #333;line-height: 36rpx;height: 72rpx;/* text-overflow: ellipsis;white-space: nowrap; */overflow: hidden;}
  86. .endtime {display: inline-block;height: 32rpx;line-height: 32rpx;border-radius: 6rpx;font-size: 24rpx;margin: 16rpx 0 0 0;letter-spacing:2rpx}
  87. .black{font-size: 24rpx;color: #333333;}
  88. .tp{margin: 16rpx 0 70rpx;}
  89. .red{color: #FE0419;}
  90. .operate {justify-content: space-between;align-items: center;}
  91. .price {font-size: 24rpx; color: red;}
  92. .price .pce {font-size: 38rpx;color: red;font-weight: bold;}
  93. .price .del {font-weight: normal;font-size: 24rpx;color: #999999;margin-left: 12rpx;text-decoration: line-through;}
  94. .add-cart {width: 150rpx;height: 50rpx;border-radius: 25rpx;background-image: linear-gradient(to right, #FF5D5D, #FE0419);text-align: center;line-height: 50rpx;color: #FFFFFF;font-size: 24rpx;}
  95. .add-cart1{width: 150rpx;height: 50rpx;border-radius: 25rpx;border: 2rpx solid #FE0419;text-align: center;line-height: 50rpx;color: #FE0419;font-size: 24rpx;}
  96. .car{margin-top: -24rpx;}
  97. .progress-box {justify-content: left;display: flex;color: #999999;font-size: 24rpx;margin-top: 13rpx;}
  98. .progress-box text{color: #999999;font-size: 24rpx;margin-left: 10rpx;}
  99. .progress {width: 230rpx;}
  100. .add-cart image{width: 24rpx;height: 24rpx;margin-left: 35rpx;margin-top: 13rpx;float: left;}
  101. .add-cart .order{float:left;margin-left: 8rpx;}
  102. .add-cart .or{margin-left: 28rpx;color: #FE0419;}
  103. .date{font-size: 24rpx;color: #333;}
  104. .hour{font-size: 24rpx;color: #FE0419;}
  105. .yuyue{margin: 54rpx 0 0 0;}
  106. .noyuyue{margin: 30rpx 0 0 0;}
  107. .times{ flex: 1;}
  108. .times .li{width: 20%;text-align: center;font-size: 20rpx;color: #999;position: relative;}
  109. .times .li::before{content: '';display: block;width: 2rpx;height: 61rpx;background: #D2D2D2;position: absolute;left: 0;bottom: 5rpx;}
  110. .times .li:first-child::before{display: none;}
  111. .times .li text{display: block;font-size: 29rpx;color: #333;margin-bottom: 5rpx;}
  112. /* .times .li.active,.times .li.active text{color: #FE0419;} */