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

104 lines
3.7 KiB

  1. #container{
  2. .body_box{
  3. /* width: 92%;
  4. display: flex;
  5. justify-content: center;
  6. display: flex;
  7. flex-direction: column; */
  8. .bargain_body{
  9. margin: 0px 15px 10px 15px;
  10. border-radius:6px;
  11. display: flex;
  12. flex-direction: column;
  13. align-items: center;
  14. .bargain_goods{
  15. display: flex;
  16. flex-direction: row;
  17. padding: 10px;
  18. .goods_left{
  19. width:110px;
  20. margin-right: 10px;
  21. image{
  22. width: 100%;
  23. vertical-align: middle;
  24. }
  25. }
  26. .goods_right{
  27. display: flex;
  28. flex-direction: column;
  29. flex: 1;
  30. .goods_name{
  31. font-size:13px;
  32. font-weight:400;
  33. color:rgba(51,51,51,1);
  34. line-height:20px;
  35. word-break: break-all;
  36. word-wrap: break-word;
  37. overflow: hidden;
  38. text-overflow: ellipsis;
  39. display: -webkit-box;
  40. -webkit-line-clamp: 2;
  41. line-clamp: 2;
  42. -webkit-box-orient: vertical;
  43. }
  44. .number{
  45. height:14px;
  46. font-size:10px;
  47. font-family:PingFangSC;
  48. font-weight:400;
  49. color:rgba(170,170,170,1);
  50. line-height:14px;
  51. font-size: 10px;
  52. margin-top: 3px;
  53. }
  54. .past_price{
  55. margin: 5px 0px 0 0 ;
  56. height:17px;
  57. font-size:12px;
  58. font-family:PingFangSC;
  59. font-weight:400;
  60. color:rgba(102,102,102,1);
  61. line-height:17px;
  62. span{
  63. text-decoration: line-through
  64. }
  65. }
  66. .right_foot{
  67. display: flex;
  68. justify-content:space-between;
  69. align-items: center;
  70. .new_price{
  71. height:24px;
  72. font-size:12px;
  73. font-weight:600;
  74. color:#FB5054;
  75. line-height:24px;
  76. }
  77. .btn{
  78. display: flex;
  79. justify-content: center;
  80. align-items: center;
  81. width:80px;
  82. height:24px;
  83. font-size:12px;
  84. color: #ffffff;
  85. background:rgba(251,80,84,1);
  86. border-radius:12px;
  87. }
  88. .btn_other{
  89. display: flex;
  90. justify-content: center;
  91. align-items: center;
  92. width:80px;
  93. height:24px;
  94. font-size:12px;
  95. color: #ffffff;
  96. background:#aaa;
  97. border-radius:12px;
  98. }
  99. }
  100. }
  101. }
  102. }
  103. }
  104. }