金诚优选前端代码
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.

95 lines
2.0 KiB

  1. @import '../../../common/css/global';
  2. #store-seckill{
  3. .contents{
  4. height: 100%;
  5. overflow: auto;
  6. box-sizing: border-box;
  7. padding: 0 12px;
  8. .no-list{
  9. text-align: center;
  10. margin: 10px 0;
  11. }
  12. .seckill-list{
  13. margin: 12px 0;
  14. .item{
  15. background: #FFFFFF;
  16. border-radius: 3px;
  17. overflow: hidden;
  18. margin-bottom: 10px;
  19. .img {
  20. position: relative;
  21. image {
  22. border-radius: 3px;
  23. //height: 300rpx !important;
  24. width: 100%;
  25. display: block;
  26. }
  27. .time-box {
  28. position: absolute;
  29. bottom: 0;
  30. width: 100%;
  31. background: @mainColor;
  32. color: #FFFFFF;
  33. height: 32px;
  34. padding: 5px 12px;
  35. box-sizing: border-box;
  36. }
  37. }
  38. .info{
  39. padding: 10px;
  40. .name{
  41. white-space: nowrap;
  42. overflow: hidden;
  43. text-overflow: ellipsis;
  44. span{
  45. color: #fe4545;
  46. }
  47. }
  48. .money-box{
  49. display: flex;
  50. align-items: center;
  51. margin-top: 10px;
  52. .num{
  53. padding: 1px 10px;
  54. color: #fff;
  55. font-size: 14px;
  56. border-radius: 20px;
  57. background:#393939;
  58. margin-top: 5px;
  59. }
  60. .money{
  61. flex: 1;
  62. text-align: right;
  63. white-space: nowrap;
  64. overflow: hidden;
  65. text-overflow: ellipsis;
  66. margin-left: 5px;
  67. .old{
  68. font-size: 14px;
  69. text-decoration: line-through;
  70. color:#959595;
  71. }
  72. .new{
  73. font-size: 25px;
  74. color: #ee2b1d;
  75. }
  76. }
  77. }
  78. }
  79. }
  80. }
  81. .loadingbox{
  82. height: 40px;
  83. line-height: 40px;
  84. text-align: center;
  85. }
  86. }
  87. }