footprint.scss 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. .clearfix {
  2. zoom: 1;
  3. display: block;
  4. &:before {
  5. display: table;
  6. content: " ";
  7. }
  8. &:after {
  9. content: ".";
  10. display: block;
  11. height: 0;
  12. clear: both;
  13. visibility: hidden;
  14. }
  15. }
  16. a:link,
  17. a:visited {
  18. color: #333333;
  19. text-decoration: none;
  20. }
  21. .sld_look_log {
  22. float: left;
  23. margin-left: 10px;
  24. width: 957px;
  25. .log_banner {
  26. position: relative;
  27. }
  28. .log_option {
  29. width: 160px;
  30. height: 44px;
  31. background: #DDE1E6;
  32. position: absolute;
  33. right: 30px;
  34. top: 0px;
  35. font-weight: 400;
  36. font-size: 16px;
  37. color: #282E30;
  38. padding: 5px 15px 5px;
  39. border: 1px solid #cccccc;
  40. border-radius: 5px;
  41. cursor: pointer;
  42. &:hover {
  43. background-color: $colorMain;
  44. border: 1px solid $colorMain;
  45. color: #fff;
  46. }
  47. }
  48. .breadcrumb span {
  49. margin: 0 3px;
  50. //font-family: "微软雅黑";
  51. }
  52. .breadcrumb {
  53. //font-family: "MicroSoft yahei";
  54. width: 1007px;
  55. background-color: #f7f7f7;
  56. height: 28px;
  57. padding: 0 0 0 11px;
  58. margin-top: 10px;
  59. margin-bottom: 10px;
  60. overflow: hidden;
  61. line-height: 28px;
  62. vertical-align: baseline;
  63. a {
  64. text-decoration: none;
  65. color: #666;
  66. font-size: 14px;
  67. }
  68. span {
  69. margin: 0 3px;
  70. font-family: "\5b8b\4f53";
  71. }
  72. }
  73. .sld_footprint {
  74. //font-family: "微软雅黑";
  75. overflow: hidden;
  76. padding: 0 17px 0 0;
  77. background-color: #fff;
  78. border: 1px solid #eeeeee;
  79. & > ul {
  80. padding-top: 23px;
  81. padding-bottom: 150px;
  82. margin-top: 0;
  83. }
  84. .sld_foot_goods {
  85. margin-top: 15px;
  86. li {
  87. float: left;
  88. width: 24.5%;
  89. border: 1px solid #e5e5e5;
  90. margin: 0 0.5% 23px 0;
  91. .img {
  92. position: relative;
  93. width: 100%;
  94. height: 240px;
  95. border-bottom: 1px solid #e5e5e5;
  96. display: flex;
  97. align-items: center;
  98. justify-content: center;
  99. overflow: hidden;
  100. img {
  101. width: 100%;
  102. height: 100%;
  103. }
  104. /* 遮罩层 */
  105. .mask {
  106. position: absolute;
  107. top: 0;
  108. left: 0;
  109. width: 100%;
  110. height: 100%;
  111. background-color: rgba(153, 153, 153, 0.6);
  112. /* 灰色透明遮罩 */
  113. display: flex;
  114. justify-content: center;
  115. align-items: center;
  116. z-index: 1;
  117. }
  118. /* 白色圆圈 */
  119. .circle {
  120. background-color: white;
  121. width: 129px;
  122. height: 56px;
  123. opacity: 0.65;
  124. font-weight: bold;
  125. font-size: 12px;
  126. color: $colorMain;
  127. display: flex;
  128. justify-content: center;
  129. align-items: center;
  130. text-align: center;
  131. }
  132. }
  133. .sld_foot_price {
  134. line-height: 20px;
  135. padding: 0 7px;
  136. .fl {
  137. font-size: 14px;
  138. color: $colorMain2;
  139. }
  140. .fr-wrap {
  141. display: flex;
  142. justify-content: center;
  143. align-items: center; /* 垂直居中 */
  144. height: 50px; /* 定高 */
  145. }
  146. .fr {
  147. // float: left;
  148. font-size: 12px;
  149. color: #333333;
  150. // width: 100%;
  151. display: -webkit-box;
  152. -webkit-box-orient: vertical;
  153. -webkit-line-clamp: 2; /* 限制2行 */
  154. overflow: hidden;
  155. text-overflow: ellipsis;
  156. padding: 5px 0;
  157. &:hover {
  158. color: $colorMain2;
  159. }
  160. }
  161. }
  162. }
  163. }
  164. }
  165. }
  166. .block {
  167. margin-top: 25px;
  168. margin-left: 25px;
  169. }
  170. .el-pager li.active {
  171. color: $colorMain;
  172. cursor: default;
  173. }
  174. .el-pager li:hover {
  175. color: $colorMain;
  176. }
  177. .el-button--primary {
  178. color: #fff;
  179. background-color: $colorMain;
  180. border-color: $colorMain;
  181. }
  182. .el-button:hover {
  183. background-color: $colorMain;
  184. border-color: $colorMain;
  185. color: #fff;
  186. }