footprint.scss 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  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. margin-left: 10px;
  23. flex: 1;
  24. width: 100%;
  25. .log_banner {
  26. position: relative;
  27. }
  28. .log_option {
  29. width: 140px;
  30. height: 40px;
  31. background: #DDE1E6;
  32. position: absolute;
  33. right: 0px;
  34. top: 2px;
  35. font-weight: 400;
  36. font-size: $fontE;
  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. height: 100%;
  76. overflow: hidden;
  77. padding: 0 17px 0 0;
  78. background-color: #fff;
  79. border: 1px solid #eeeeee;
  80. & > ul {
  81. padding-top: 23px;
  82. padding-bottom: 150px;
  83. margin-top: 0;
  84. }
  85. .sld_foot_goods {
  86. margin-top: 15px;
  87. li {
  88. float: left;
  89. width: 24.5%;
  90. border: 1px solid #e5e5e5;
  91. margin: 0 0.5% 23px 0;
  92. .img {
  93. position: relative;
  94. width: 100%;
  95. height: 240px;
  96. border-bottom: 1px solid #e5e5e5;
  97. display: flex;
  98. align-items: center;
  99. justify-content: center;
  100. overflow: hidden;
  101. img {
  102. width: 100%;
  103. height: 100%;
  104. }
  105. /* 遮罩层 */
  106. .mask {
  107. position: absolute;
  108. top: 0;
  109. left: 0;
  110. width: 100%;
  111. height: 100%;
  112. background-color: rgba(153, 153, 153, 0.6);
  113. /* 灰色透明遮罩 */
  114. display: flex;
  115. justify-content: center;
  116. align-items: center;
  117. z-index: 1;
  118. }
  119. /* 白色圆圈 */
  120. .circle {
  121. background-color: white;
  122. width: 129px;
  123. height: 56px;
  124. opacity: 0.65;
  125. font-weight: bold;
  126. font-size: 12px;
  127. color: $colorMain;
  128. display: flex;
  129. justify-content: center;
  130. align-items: center;
  131. text-align: center;
  132. }
  133. }
  134. .sld_foot_price {
  135. line-height: 20px;
  136. padding: 0 7px;
  137. .fl {
  138. font-size: 14px;
  139. color: $colorMain;
  140. }
  141. .fr-wrap {
  142. display: flex;
  143. justify-content: center;
  144. align-items: center; /* 垂直居中 */
  145. height: 50px; /* 定高 */
  146. }
  147. .fr {
  148. // float: left;
  149. font-size: 12px;
  150. color: #333333;
  151. // width: 100%;
  152. display: -webkit-box;
  153. -webkit-box-orient: vertical;
  154. -webkit-line-clamp: 2; /* 限制2行 */
  155. overflow: hidden;
  156. text-overflow: ellipsis;
  157. padding: 5px 0;
  158. &:hover {
  159. color: $colorMain;
  160. }
  161. }
  162. }
  163. }
  164. }
  165. }
  166. }
  167. .block {
  168. margin-top: 25px;
  169. margin-left: 25px;
  170. }
  171. .el-pager li.active {
  172. color: $colorMain;
  173. cursor: default;
  174. }
  175. .el-pager li:hover {
  176. color: $colorMain;
  177. }
  178. .el-button--primary {
  179. color: #fff;
  180. background-color: $colorMain;
  181. border-color: $colorMain;
  182. }
  183. .el-button:hover {
  184. background-color: $colorMain;
  185. border-color: $colorMain;
  186. color: #fff;
  187. }