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

120 lines
2.4 KiB

  1. #brand-list{
  2. .banner{
  3. width: 100%;
  4. margin-bottom: 10px;
  5. image{
  6. width: 100%;
  7. vertical-align: middle;
  8. }
  9. }
  10. .title{
  11. height: 50px;
  12. line-height: 50px;
  13. text-align: center;
  14. color: #111111;
  15. font-size: 18px;
  16. background-color: #FFFFFF;
  17. }
  18. .buy-btn{
  19. height: 44px;
  20. line-height: 44px;
  21. text-align: center;
  22. font-size:13px;
  23. color: #666666;
  24. span{
  25. font-size: 13px;
  26. color:#666666;
  27. display: inline-block;
  28. padding-right: 10px;
  29. }
  30. }
  31. .hot-sale{
  32. .ul-content{
  33. .li-item{
  34. background-color: #FFFFFF;
  35. margin-bottom:7px;
  36. .img-box{
  37. width: 100%;
  38. image{
  39. width: 100%;
  40. vertical-align: middle;
  41. }
  42. }
  43. .name{
  44. color: #333333;
  45. font-size: 14px;
  46. line-height: 22px;
  47. padding:16px 15px 12px 15px;
  48. }
  49. .money{
  50. color: #E7031C;
  51. font-size: 14px;
  52. line-height: 20px;
  53. padding:0 15px;
  54. }
  55. .origin-sale{
  56. color: #999999;
  57. font-size: 12px;
  58. line-height: 17px;
  59. padding: 2px 15px 12px 15px;
  60. text-decoration: line-through;
  61. }
  62. }
  63. }
  64. }
  65. .all-products{
  66. margin:15px 0 0 0;
  67. .li-item{
  68. background-color: #FFFFFF;
  69. margin-bottom: 10px;
  70. .detail-info{
  71. display: flex;
  72. align-items: center;
  73. padding: 15px;
  74. .img-box{
  75. width:120px;
  76. height: 120px;
  77. image{
  78. width: 100%;
  79. height: 100%;
  80. vertical-align:middle;
  81. }
  82. }
  83. .goods-right{
  84. flex: 1;
  85. overflow: hidden;
  86. padding-left: 20px;
  87. .name{
  88. height: 44px;
  89. line-height: 22px;
  90. margin-bottom:10px;
  91. display: -webkit-box;
  92. -webkit-box-orient: vertical;
  93. -webkit-line-clamp: 2;
  94. overflow: hidden;
  95. }
  96. .money{
  97. color: #E7031C;
  98. font-size: 14px;
  99. line-height: 20px;
  100. overflow: hidden;
  101. white-space: nowrap;
  102. text-overflow: ellipsis;
  103. }
  104. .origin-sale{
  105. color: #999999;
  106. font-size: 12px;
  107. line-height: 17px;
  108. padding: 4px 0px 0px 0px;
  109. text-decoration: line-through;
  110. }
  111. }
  112. }
  113. }
  114. }
  115. }