clothes.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. body {
  2. font-family: "microsoft yahei", Tahoma, sans-serif;
  3. font-size: 12px;
  4. background: #fdfdfd;
  5. moz-user-select: -moz-none;
  6. -moz-user-select: none;
  7. -o-user-select: none;
  8. -khtml-user-select: none;
  9. /* you could also put this in a class */
  10. -webkit-user-select: none;
  11. /* and add the CSS class here instead */
  12. -ms-user-select: none;
  13. user-select: none; }
  14. html, body, div, span, ul, li, a, em, h1, h2, h3, h4, h5, p, input, em, i, img {
  15. margin: 0;
  16. padding: 0;
  17. border: none; }
  18. em, i {
  19. font-style: normal;
  20. color: #666; }
  21. a {
  22. text-decoration: none;
  23. cursor: pointer;
  24. color: #666;
  25. outline: none; }
  26. body a {
  27. outline: none;
  28. blr: expression(this.onFocus=this.blur()); }
  29. a:hover, a:focus {
  30. outline: none; }
  31. input {
  32. outline: none; }
  33. ul, li {
  34. list-style: none; }
  35. h3 {
  36. font-size: 12px;
  37. font-weight: bold;
  38. color: #666; }
  39. p {
  40. color: #999; }
  41. .box {
  42. width: 600px;
  43. overflow: hidden;
  44. padding: 15px;
  45. height: 469px !important; }
  46. .box .box-bd {
  47. border-top: none;
  48. clear: both;
  49. height: 523px;
  50. overflow: hidden;
  51. position: relative;
  52. z-index: 0; }
  53. .clothes-out .step-search {
  54. height: 22px;
  55. background-color: #fff;
  56. padding-top: 10px; }
  57. .search-input {
  58. position: relative;
  59. width: 240px;
  60. margin-right: 30px;
  61. margin-top: 7px;
  62. height: 28px;
  63. border: 1px solid #dbdbdb;
  64. -webkit-border-radius: 3px;
  65. border-radius: 3px;
  66. -webkit-background-clip: padding-box;
  67. -moz-background-clip: padding;
  68. background-clip: padding-box; }
  69. .fl {
  70. float: left;
  71. _display: inline; }
  72. .search-input input {
  73. width: 155px !important;
  74. height: 28px !important;
  75. height: 26px\0 !important;
  76. line-height: 25px\0 !important;
  77. border: none !important;
  78. text-indent: 10px;
  79. font-size: 12px;
  80. color: #999 !important;
  81. margin-top: 0 !important;
  82. margin-top: 2px\0 !important;
  83. background: none !important;
  84. outline: none; }
  85. .search-input i {
  86. position: absolute;
  87. right: 10px;
  88. top: 7px;
  89. width: 14px;
  90. height: 14px;
  91. cursor: pointer;
  92. background-image: url(../img/search.png); }
  93. /* Base for label styling */
  94. input[type="checkbox"], input[type="radio"] {
  95. box-sizing: border-box;
  96. padding: 0; }
  97. .clothes-types {
  98. padding-top: 1px; }
  99. .clothes-types > a {
  100. display: block;
  101. color: #408bcb;
  102. margin-bottom: 5px; }
  103. .step-search .btn {
  104. padding-top: 1px; }
  105. a {
  106. text-decoration: none;
  107. cursor: pointer;
  108. color: #666; }
  109. a:hover {
  110. text-decoration: none; }
  111. .mod-tabs-trigger li {
  112. width: 50%;
  113. float: left;
  114. _display: inline;
  115. height: 30px;
  116. line-height: 30px;
  117. text-align: center;
  118. color: #666;
  119. font-size: 12px;
  120. background-color: #ecf3f9;
  121. cursor: pointer; }
  122. .information a {
  123. cursor: pointer; }
  124. .mod-tabs-trigger li.selected {
  125. background-color: #ddebf7;
  126. font-weight: bold; }
  127. .col-6 li {
  128. width: 16.6%; }
  129. .col-6 li a {
  130. display: inline-block;
  131. _display: inline;
  132. width: 100%;
  133. height: 100%; }
  134. #equip-list .hero-list {
  135. position: relative;
  136. height: 407px;
  137. overflow: hidden; }
  138. .mod-art, .mod-pic, .mod-tabs-content {
  139. zoom: 1; }
  140. .mod-pic {
  141. padding: 15px 0; }
  142. .mod-pic li {
  143. float: left;
  144. _display: inline;
  145. overflow: hidden;
  146. margin: 0 15px 5px 0px;
  147. width: 60px;
  148. height: 80px; }
  149. .mod-pic a {
  150. display: inline-block;
  151. *display: inline;
  152. *zoom: 1;
  153. text-align: center; }
  154. .mod-pic img {
  155. display: block;
  156. width: 60px;
  157. height: 60px; }
  158. .mod-pic em {
  159. display: inline-block;
  160. text-align: left;
  161. cursor: pointer;
  162. line-height: 18px;
  163. padding: 4px 1px 0; }
  164. .sort-select a, .sort-select i {
  165. display: inline-block;
  166. *display: inline;
  167. *zoom: 1; }
  168. .sort-select a {
  169. width: 12px;
  170. height: 12px;
  171. border: 1px solid #c1c1c1;
  172. vertical-align: -2px;
  173. margin-right: 5px; }
  174. .sort-select a i {
  175. width: 9px;
  176. height: 8px;
  177. margin: 0 0 2px 1px; }
  178. .sort-select a.selected i {
  179. background: url(../img/check.png); }
  180. .star_nav {
  181. color: #f26460; }