goods.less 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. .index_main {
  2. width: 1200px;
  3. margin: 0px auto 30px;
  4. border-top: solid 1px #E9E9E9;
  5. min-height: 400px;
  6. }
  7. /* 三农市场网-商城-商品列表 */
  8. .categ_table {
  9. .categ_table_head_box {
  10. height: 61px;
  11. border-bottom: solid 1px #E9E9E9;
  12. }
  13. .categ_table_head_box>.categ_table_td_1 {
  14. height: 61px;
  15. line-height: 61px;
  16. }
  17. .categ_table_head_box>.categ_table_td_2 {
  18. height: 61px;
  19. line-height: 61px;
  20. }
  21. .categ_table_head_box>.categ_table_td_3 {
  22. height: 61px;
  23. line-height: 61px;
  24. }
  25. .categ_table_head_box>.categ_table_td_4 {
  26. height: 61px;
  27. line-height: 61px;
  28. }
  29. .categ_table_td_1 {
  30. float: left;
  31. height: 100%;
  32. text-align: center;
  33. color: #666;
  34. font-size: 16px;
  35. width: 155px;
  36. margin-right: 126px;
  37. }
  38. .categ_table_td_2 {
  39. float: left;
  40. height: 100%;
  41. text-align: center;
  42. color: #666;
  43. font-size: 16px;
  44. width: 480px;
  45. margin-right: 124px;
  46. }
  47. .categ_table_td_3 {
  48. float: left;
  49. height: 100%;
  50. text-align: center;
  51. color: #666;
  52. font-size: 16px;
  53. width: 120px;
  54. margin-right: 62px;
  55. }
  56. .categ_table_td_4 {
  57. float: left;
  58. height: 100%;
  59. text-align: center;
  60. color: #666;
  61. font-size: 16px;
  62. width: 133px;
  63. }
  64. .categ_table_li {
  65. height: 161px;
  66. box-sizing: border-box;
  67. padding: 15px 0px;
  68. border-bottom: solid 1px #E9E9E9;
  69. }
  70. .categ_table_td_1_img {
  71. display: block;
  72. width: 130px;
  73. height: 130px;
  74. margin: 0px auto;
  75. }
  76. .categ_table_li .categ_table_td_1 {
  77. line-height: 160px;
  78. line-height: 160px;
  79. }
  80. .categ_table_li .categ_table_td_2 {
  81. height: 100%;
  82. display: flex;
  83. align-items: center;
  84. }
  85. .categ_table_td_2_in {
  86. display: flex;
  87. flex-direction: column;
  88. width: 100%;
  89. }
  90. .categ_table_li .categ_table_td_2_dot1 {
  91. text-align: left;
  92. flex-basis: 100%;
  93. height: 21px;
  94. line-height: 21px;
  95. font-size: 16px;
  96. font-weight: bold;
  97. color: #333;
  98. }
  99. .categ_table_li .categ_table_td_2_dot2 {
  100. flex-basis: 100%;
  101. max-height: 36px;
  102. text-align: left;
  103. line-height: 18px;
  104. width: 100%;
  105. font-size: 14px;
  106. color: #999;
  107. }
  108. .categ_table_li .categ_table_td_3 {
  109. line-height: 144px;
  110. }
  111. .categ_table_li .categ_table_td_4 {
  112. line-height: 144px;
  113. }
  114. }
  115. .empty {
  116. width: 100%;
  117. height: 400px;
  118. line-height: 400px;
  119. text-align: center;
  120. }
  121. .empty_img {
  122. vertical-align: -30px;
  123. margin-right: 20px;
  124. }
  125. .empty_text {
  126. font-size: 26px;
  127. color: #999;
  128. }
  129. //分页
  130. .pagination11 {
  131. width: 1200px;
  132. margin: 50px auto;
  133. }
  134. .pagination {
  135. width: 1200px;
  136. height: 34px;
  137. margin-left: 141px;
  138. display: flex;
  139. justify-content: center;
  140. margin: 0;
  141. // 鼠标移入后字体颜色
  142. .el-pagination::v-deep :hover {
  143. color: #255590;
  144. }
  145. .el-pagination.is-background::v-deep .btn-next,
  146. .el-pagination.is-background::v-deep .btn-prev {
  147. width: 70px;
  148. height: 34px;
  149. margin: 0px 10px;
  150. border-radius: 4px;
  151. }
  152. .el-pagination.is-background::v-deep .el-pager li {
  153. margin: 0px 10px;
  154. width: 38px;
  155. height: 34px;
  156. border-radius: 4px;
  157. }
  158. .el-pagination.is-background::v-deep .btn-next.is-active,
  159. .el-pagination.is-background::v-deep .btn-prev.is-active,
  160. .el-pagination.is-background::v-deep .el-pager li.is-active {
  161. background-color: #255590;
  162. color: #fff;
  163. }
  164. }