footprint.scss 5.0 KB

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