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

72 lines
1.4 KiB

  1. //最佳销售单品
  2. .index-categrory{
  3. .best {
  4. overflow: hidden;
  5. .title {
  6. padding:10px 15px;
  7. display: flex;
  8. justify-content: space-between;
  9. color: #000;
  10. align-items: center;
  11. background: #FFFFFF;
  12. span:nth-child(1) {
  13. font-size: 22px;
  14. font-weight: bold;
  15. display: inline-block;
  16. //padding-left: 6px;
  17. //border-left: 4px solid #E7031C;
  18. }
  19. }
  20. .SalesGoods-box {
  21. .SalesGoods-item {
  22. text-align: center;
  23. display: inline-block;
  24. width: 33.33%;
  25. padding: 0 3px;
  26. box-sizing: border-box;
  27. vertical-align: middle;
  28. margin-bottom: 6px;
  29. .item {
  30. background: #FFFFFF;
  31. }
  32. }
  33. .slider-image {
  34. width: 100%;
  35. }
  36. .goods-name {
  37. white-space: nowrap;
  38. overflow: hidden;
  39. text-overflow: ellipsis;
  40. padding-left: 2px;
  41. }
  42. .money-box {
  43. display: flex;
  44. align-items: center;
  45. padding-left: 7px;
  46. .money-now {
  47. color: red;
  48. font-size: 12px;
  49. }
  50. .money-old {
  51. color: #c7c7c7;
  52. font-size: 13px;
  53. text-decoration: line-through;
  54. }
  55. }
  56. }
  57. .button-box {
  58. width: 100%;
  59. height: 44px;
  60. text-align: center;
  61. line-height: 44px;
  62. background: #FFFFFF;
  63. }
  64. }
  65. }