金诚优选前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
1.5 KiB

  1. @import "../../common/css/global";
  2. .marketing-time-box{
  3. width: 100%;
  4. height: 100%;
  5. font-size: 14px;
  6. //兼容首页样式
  7. &.index{
  8. font-size: 12px;
  9. }
  10. /*.seckill-item{
  11. text-align: right;
  12. .no-starts{
  13. display: none;
  14. }
  15. .text{
  16. display: inline-block;
  17. margin: 2px 5px;
  18. }
  19. .tiem{
  20. display: inline-block;
  21. }
  22. .num-item{
  23. display: inline-block;
  24. background: #FFFFFF;
  25. color: #fe4545;
  26. text-align: center;
  27. width: 26px;
  28. border-radius: 3px;
  29. }
  30. .zero{
  31. display: inline-block;
  32. }
  33. .time-out{
  34. display: flex;
  35. align-items: center;
  36. justify-content: space-between;
  37. flex: 1;
  38. .tiem{
  39. color: #ffffff;
  40. span{
  41. color: @countColor;
  42. }
  43. }
  44. }
  45. i{
  46. display: none;
  47. }
  48. }
  49. .seckill {
  50. &.seckill-item{
  51. .tiem{
  52. color: @countColor;
  53. span{
  54. background: @mainColor;
  55. color: @countColor;
  56. }
  57. }
  58. }
  59. .text{
  60. color: @countColor;
  61. }
  62. }*/
  63. .seckill-item {
  64. .zero{
  65. display: inline-block;
  66. }
  67. text-align: right;
  68. color: @countColor;
  69. .time-text {
  70. color: #000;
  71. }
  72. .time-out {
  73. display: flex;
  74. align-items: center;
  75. justify-content: space-between;
  76. .num-item {
  77. display: inline-block;
  78. text-align: center;
  79. width: 26px;
  80. border-radius: 3px;
  81. background: @mainColor;
  82. }
  83. }
  84. }
  85. }