1180w.less 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  1. // 1180w
  2. @media screen and (max-width: 1200px) {
  3. // top
  4. .sy-box.sy-loading { margin-top: 300px; }
  5. #product_banner {display: none;}
  6. .product_description {
  7. min-height: 93px;
  8. max-height: 93px;
  9. }
  10. .prod > .left > .prod-main-pic {
  11. max-height: none;
  12. min-height: 0px;
  13. max-height: 470px;
  14. min-height: 470px;
  15. }
  16. .prod > .left > .prod-main-pic > a,
  17. .prod > .left > .prod-main-pic > a > img {
  18. width: 100%;
  19. max-height: 470px;
  20. height: auto;
  21. display: block;
  22. }
  23. #showmebigone {
  24. height: 470px;
  25. min-height: 470px;
  26. max-height: 470px;
  27. }
  28. .related-containter {
  29. min-height: 120px;
  30. height: 120px;
  31. }
  32. .top-links > .inner {
  33. width: 960px;
  34. }
  35. .top-links .links {
  36. width: 500px;
  37. }
  38. // top-middle - logo, searc, cart
  39. .top-middle {
  40. }
  41. .top-middle > .inner {
  42. width: 960px;
  43. }
  44. .logo {
  45. width: 200px;
  46. height: 40px;
  47. background: url('../img/logo_web.png') left no-repeat;
  48. background-size: contain;
  49. margin: 20px 0 0 0;
  50. float: left;
  51. }
  52. .search {
  53. width: 460px;
  54. }
  55. // main nav
  56. .nav {
  57. }
  58. .nav > .inner {
  59. width: 960px;
  60. }
  61. .nav > .inner > ul {
  62. -ms-flex-wrap:wrap;
  63. -webkit-flex-wrap:wrap;
  64. display:-ms-flexbox;
  65. display:-webkit-box;
  66. display:-webkit-flex;
  67. display:flex;
  68. flex-wrap:wrap;
  69. list-style:none;
  70. margin:0;
  71. padding:0;
  72. position:relative;
  73. width:100%;
  74. height: 38px;
  75. }
  76. .nav > .inner > ul li {
  77. box-sizing: border-box;
  78. height: 38px;
  79. -ms-flex:1 1 auto;
  80. -webkit-box-flex:1;
  81. -webkit-flex:1 1 auto;
  82. flex:1 1 auto;
  83. position:relative;
  84. border-left: 1px solid @nav-border-color;
  85. }
  86. .nav > .inner > ul li:last-child {
  87. border-right: 1px solid @nav-border-color;
  88. }
  89. .nav > .inner > ul li > a {
  90. color: @nav-color;
  91. height: 38px;
  92. -ms-flex-align:center;
  93. -ms-flex-pack:center;
  94. -webkit-align-items:center;
  95. -webkit-box-align:center;
  96. -webkit-box-pack:center;
  97. -webkit-justify-content:center;
  98. align-items:center;
  99. display:-ms-flexbox;
  100. display:-webkit-box;
  101. display:-webkit-flex;
  102. display:flex;
  103. justify-content:center;
  104. line-height: 14px;
  105. font-size: 12px;
  106. font-family: 'geomanistbook';
  107. text-transform: uppercase;
  108. }
  109. .nav > .inner > ul li > a:hover {
  110. color: @nav-hover-color;
  111. text-decoration: none;
  112. }
  113. // footer
  114. .footer {
  115. }
  116. .footer > .social > .inner {
  117. width: 960px;
  118. }
  119. .bottom-boxes > .inner {
  120. width: 960px;
  121. }
  122. // main
  123. .wrap {
  124. width: 980px;
  125. margin: 0 auto;
  126. }
  127. //prod-categories
  128. .cat > .img-container > .prod-count > span > span {
  129. margin: 95px 0 0 0;
  130. }
  131. h2 {
  132. font-size: 26px;
  133. width: 960px;
  134. }
  135. h2 > .more {
  136. }
  137. // category-list-1
  138. .category-list-1 {
  139. margin: 0 0 30px 0;
  140. }
  141. .category-list-1 > .left,
  142. .static-1 > .left {
  143. margin: 0 10px;
  144. width: 220px;
  145. }
  146. .category-list-1 > .right,
  147. .static-1 > .right{
  148. margin: 0;
  149. width: 740px;
  150. }
  151. //login-reg split
  152. .login-reg-split > .left {
  153. width: 280px;
  154. margin: 0 0 0 10px;
  155. }
  156. .login-reg-split > .right {
  157. width: 580px;
  158. margin: 0 0 0 0;
  159. float: right;
  160. }
  161. .quick-view > span {
  162. top: 64px;
  163. }
  164. .quick-view > span > i {
  165. padding: 0 5px 0 0;
  166. }
  167. .product-list-2 .large .quick-view > span {
  168. top: 217px;
  169. }
  170. .product-list-2 .quick-view > span {
  171. top: 94px;
  172. }
  173. //mian page prod sugg list
  174. .prod-suggest {
  175. width: 980px;
  176. }
  177. .prod-suggest > .product-list {
  178. width: 980px;
  179. height: 220px;
  180. }
  181. .prod-suggest > .product-list > .product {
  182. width: 16.666666%;
  183. }
  184. .prod-suggest > .left-arrow {
  185. left: -35px;
  186. top: 114px;
  187. }
  188. .prod-suggest > .right-arrow {
  189. right: -35px;
  190. top: 114px;
  191. }
  192. .prod-suggest .quick-view > span {
  193. top: 53px;
  194. }
  195. // cat suggest
  196. .cat-suggest {
  197. width: 980px;
  198. margin: 0 auto 30px auto;
  199. }
  200. .cat-item {
  201. width: 33.3333%;
  202. padding: 0 10px;
  203. float: left;
  204. margin: 0 0 20px 0;
  205. }
  206. .cat-item > table,
  207. .cat-item > table tr td {
  208. border-collapse: collapse;
  209. border: 1px solid @prod-img-border;
  210. }
  211. .td-large {
  212. width: 225px;
  213. height: 225px;
  214. }
  215. .td-small {
  216. width: 80px;
  217. height: 80px;
  218. }
  219. // product
  220. .prod {
  221. width: 980px;
  222. margin: 0 auto 30px auto;
  223. }
  224. .prod > .right {
  225. height: 500px;
  226. }
  227. .tab-container {
  228. height: 200px;
  229. }
  230. .tab-container > .content {
  231. height: 120px;
  232. }
  233. }