other.css 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. .cont{
  2. width: 950px;
  3. height: 338px;
  4. margin-left: 10%;
  5. padding: 0;
  6. position: relative;
  7. }
  8. .cont .wr #cont .slid{
  9. padding: 5px;
  10. width: 210px;
  11. height: 300px;
  12. position: absolute;
  13. left: -6px;
  14. top: 10px;
  15. }
  16. .cont .wr #cont .slid .shoplist{
  17. margin: 0;
  18. /*position: relative;*/
  19. padding: 0;
  20. text-align: left;
  21. list-style: none;
  22. display: inline-block;
  23. width: 210px;
  24. height: 300px;
  25. background: #c81623;
  26. }
  27. .cont .wr #cont .slid .shoplist>li div h4{
  28. color: #c81623;
  29. }
  30. .cont .wr #cont .slid .shoplist>li{
  31. position: relative;
  32. display: block;
  33. width: 211px;
  34. height: 34px;
  35. color: white;
  36. }
  37. .cont .wr #cont .slid .shoplist>li:nth-child(n+10){
  38. display: none;
  39. }
  40. .cont .wr #cont .slid .shoplist li .in{
  41. position: absolute ;
  42. display: none;
  43. width: 400px;
  44. height: 700px;
  45. background: whitesmoke;
  46. }
  47. .cont .wr #cont .slid .shoplist>li .in .inul{
  48. list-style: none;
  49. display: inline-block;
  50. width: 409px;
  51. margin-left: -50px;
  52. }
  53. .cont .wr #cont .slid .shoplist>li .in .inul li{
  54. margin-bottom: 5px;
  55. float: left;
  56. }
  57. .cont .wr #cont .slid .shoplist>li .in .inul li a{
  58. margin-left: 5px;
  59. text-decoration: none;
  60. float: left;
  61. color: #000;
  62. }
  63. .cont .wr #cont .slid .shoplist>li .in .inul li a:hover{
  64. color: #c81623;
  65. }
  66. .cont .wr #cont .slid .shoplist>li .in .inul li:nth-child(even){
  67. margin-left: 5px;
  68. }
  69. .cont .wr #cont .slid .shoplist>li .in .inul li:nth-child(odd){
  70. float: left;
  71. margin-left: 19px;
  72. color: #000;
  73. border-left: 1px solid #000;
  74. border-right: 1px solid #CCCCCC;
  75. width: 1px;
  76. height: 19px;
  77. }
  78. .cont .wr #cont .slid .shoplist>li:hover{
  79. background: white;
  80. color: #000;
  81. }
  82. #open{
  83. width: 16px;
  84. height: 16px;
  85. background: url("../img/down.png");
  86. transform: rotate(-45deg);
  87. position: absolute;
  88. bottom: 14px;
  89. right: 5px;
  90. }
  91. #close{
  92. display: none;
  93. width: 16px;
  94. height: 16px;
  95. background: url("../img/down.png");
  96. transform: rotate(180deg);
  97. position: absolute;
  98. bottom: 14px;
  99. right: 5px;
  100. }
  101. .cont .wr #cont .lunbo{
  102. overflow: hidden;
  103. margin-top: 0px;
  104. margin-left: 220px;
  105. width: 635px;
  106. height: 315px;
  107. }
  108. .cont .wr #cont .lunbo .imglist{
  109. margin-top: 15px;
  110. list-style: none;
  111. width: 3375px;
  112. height: 300px;
  113. }
  114. .cont .wr #cont .lunbo .imglist li{
  115. margin-left: -40px;
  116. margin-right: -5px;
  117. width: 675px;
  118. height: 300px;
  119. display: inline-block;
  120. }
  121. .cont .wr #cont .lunbo .imglist>li>img{
  122. margin: 0;
  123. padding: 0;
  124. width: 675px;
  125. height: 300px;
  126. }
  127. .cont .wr #cont .selectli{
  128. position: relative;
  129. }
  130. .cont .wr #cont .selectli .ullist{
  131. padding-left: 200px;
  132. position: absolute;
  133. top: 276px;
  134. left: 220px;
  135. display: inline-block;
  136. width: 435px;
  137. height: 25px;
  138. list-style: none;
  139. background: pink;
  140. opacity: 50%;
  141. }
  142. .cont .wr #cont .selectli .ullist>li{
  143. margin-left: 40px;
  144. float: left;
  145. width: 25px;
  146. height: 25px;
  147. border-radius: 50%;
  148. background: red;
  149. }
  150. .cont .wr #cont .selectli .ullist>li:hover{
  151. background: red;
  152. opacity: 50%;
  153. }
  154. .new {
  155. top: 192px;
  156. right: 18%;
  157. position: absolute;
  158. width: 200px;
  159. height: 299px;
  160. }
  161. .new h4{
  162. margin-left: 30px;
  163. }
  164. .new ul{
  165. padding: 0;
  166. list-style: none;
  167. }
  168. .new ul>li{
  169. margin-left: 20px;
  170. margin-bottom: 12px;
  171. }
  172. .new a{
  173. color: #CCCCCC;
  174. text-decoration: none;
  175. }
  176. .new a:hover{
  177. color: #c81623;
  178. }
  179. .recommend{
  180. margin-left: 10%;
  181. border-top: 1px #000 dashed;
  182. width: 1116px;
  183. height: 300px;
  184. transition: all .4s;
  185. }
  186. .recommend .thinglist{
  187. border: 1px solid #000;
  188. /*opacity: 90%;*/
  189. margin-left: 32px;
  190. float: left;
  191. }
  192. .recommend .thinglist:hover{
  193. transform: translateY(-10px);
  194. }
  195. .recommend .thinglist .imgp{
  196. text-align: center;
  197. }
  198. .recommend .thinglist{
  199. width: 147px;
  200. height: 238px;
  201. /*border: 1px solid red;*/
  202. }
  203. .recommend h2{
  204. color: #c81623;
  205. }
  206. .recommend .thinglist img{
  207. width: 100px;
  208. height: 150px;
  209. }
  210. .recommend .thinglist h4{
  211. color: #c81623;
  212. }
  213. .con{
  214. font-size: 12px;
  215. }