detail.css 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. .crumb_wrap {
  2. margin-top: 20px;
  3. height: 25px;
  4. }
  5. .crumb_wrap a {
  6. margin-right: 10px;
  7. }
  8. .preview_wrap {
  9. width: 400px;
  10. height: 590px;
  11. }
  12. .preview_img {
  13. width: 398px;
  14. height: 398px;
  15. border: 1px solid #ccc;
  16. }
  17. .preview_img img {
  18. width: 100%;
  19. }
  20. .preview_list {
  21. position: relative;
  22. height: 60px;
  23. margin-top: 60px;
  24. }
  25. .list_item {
  26. width: 320px;
  27. height: 60px;
  28. margin: 0 auto;
  29. }
  30. .list_item li {
  31. float: left;
  32. width: 56px;
  33. height: 56px;
  34. border: 2px solid transparent;
  35. margin: 0 2px;
  36. }
  37. .list_item li.current {
  38. border-color: #c81623;
  39. }
  40. .arrow_prev,
  41. .arrow_next {
  42. position: absolute;
  43. top: 15px;
  44. width: 22px;
  45. height: 32px;
  46. }
  47. .arrow_next {
  48. right: 0;
  49. }
  50. .itemInfo_wrap {
  51. width: 718px;
  52. }
  53. .sku_name {
  54. font-size: 16px;
  55. font-weight: 700;
  56. height: 32px;
  57. }
  58. .news {
  59. height: 33px;
  60. font-weight: 700;
  61. color: #e12228;
  62. }
  63. .summary dl {
  64. overflow: hidden;
  65. }
  66. .summary_price,
  67. .summary_promotion {
  68. position: relative;
  69. padding: 10px 0;
  70. background-color: #fee9eb;
  71. }
  72. .summary dt,
  73. .summary dd {
  74. float: left;
  75. }
  76. .summary dt {
  77. width: 60px;
  78. padding-left: 10px;
  79. line-height: 36px;
  80. }
  81. .summary_price a {
  82. color: #c81623;
  83. }
  84. .summary dd i {
  85. font-size: 24px;
  86. color: #e12228;
  87. font-weight: 700;
  88. }
  89. .remark {
  90. position: absolute;
  91. right: 10px;
  92. top: 20px;
  93. }
  94. .summary_promotion {
  95. padding-top: 0;
  96. }
  97. .summary_promotion dd {
  98. width: 450px;
  99. line-height: 36px;
  100. }
  101. .summary_promotion em {
  102. display: inline-block;
  103. width: 40px;
  104. height: 22px;
  105. background-color: #c81623;
  106. text-align: center;
  107. line-height: 22px;
  108. color: #fff;
  109. }
  110. .summary_support dd {
  111. line-height: 36px;
  112. }
  113. .choose_color a {
  114. display: inline-block;
  115. width: 80px;
  116. height: 41px;
  117. background-color: #f7f7f7;
  118. border: 1px solid #ededed;
  119. text-align: center;
  120. line-height: 41px;
  121. }
  122. .summary a.current {
  123. border: 1px solid #c81623;
  124. }
  125. .choose_version a,
  126. .choose_type a {
  127. display: inline-block;
  128. height: 32px;
  129. padding: 0 12px;
  130. background-color: #f7f7f7;
  131. border: 1px solid #ededed;
  132. text-align: center;
  133. line-height: 32px;
  134. }
  135. .choose_btns {
  136. margin-top: 20px;
  137. }
  138. .choose_amount {
  139. position: relative;
  140. float: left;
  141. width: 50px;
  142. height: 46px;
  143. }
  144. .addcar {
  145. float: left;
  146. width: 142px;
  147. height: 46px;
  148. background-color: #cb1623;
  149. font-size: 16px;
  150. color: #fff;
  151. line-height: 46px;
  152. text-align: center;
  153. margin-left: 10px;
  154. font-weight: 700;
  155. }
  156. .choose_amount input {
  157. width: 33px;
  158. height: 44px;
  159. border: 1px solid #ccc;
  160. text-align: center;
  161. }
  162. .add,
  163. .raduce {
  164. position: absolute;
  165. height: 22px;
  166. width: 15px;
  167. border: 1px solid #ccc;
  168. background-color: #f1f1f1;
  169. text-align: center;
  170. line-height: 22px;
  171. font-weight: 700;
  172. }
  173. .add {
  174. top: 0;
  175. right: 0;
  176. }
  177. .raduce {
  178. bottom: 0;
  179. right: 0;
  180. cursor: not-allowed;
  181. }
  182. .product_detail {
  183. margin-bottom: 100px;
  184. }
  185. .aside {
  186. width: 208px;
  187. border: 1px solid #ccc;
  188. }
  189. .tab_list {
  190. height: 34px;
  191. }
  192. .tab_list li {
  193. float: left;
  194. text-align: center;
  195. background-color: #f1f1f1;
  196. height: 33px;
  197. line-height: 33px;
  198. border-bottom: 1px solid #ccc;
  199. }
  200. .first_tab {
  201. width: 104px;
  202. }
  203. .tab_list .current {
  204. background-color: #fff;
  205. border-bottom: 0;
  206. color: red;
  207. }
  208. .second_tab {
  209. width: 103px;
  210. border-left: 1px solid #ccc;
  211. }
  212. .tab_con {
  213. padding: 0 10px;
  214. }
  215. .tab_con li h5 {
  216. white-space: nowrap;
  217. overflow: hidden;
  218. text-overflow: ellipsis;
  219. font-weight: 400;
  220. }
  221. .tab_con li {
  222. border-bottom: 1px solid #ccc;
  223. }
  224. .aside_price {
  225. font-weight: 700;
  226. margin: 0 10px;
  227. }
  228. .as_addcar {
  229. display: block;
  230. width: 88px;
  231. height: 26px;
  232. border: 1px solid #ccc;
  233. background-color: #f7f7f7;
  234. margin: 10px auto;
  235. text-align: center;
  236. line-height: 26px;
  237. }
  238. .detail {
  239. width: 978px;
  240. }
  241. .detail_tab_list {
  242. height: 39px;
  243. border: 1px solid #ccc;
  244. background-color: #f1f1f1;
  245. }
  246. .detail_tab_list li {
  247. float: left;
  248. height: 39px;
  249. line-height: 39px;
  250. text-align: center;
  251. padding: 0 20px;
  252. cursor: pointer;
  253. }
  254. .detail_tab_list .current {
  255. background-color: #c81623;
  256. color: #fff;
  257. }
  258. .item_info {
  259. padding: 20px 0 0 20px;
  260. }
  261. .item_info li {
  262. line-height: 22px;
  263. }
  264. .more {
  265. float: right;
  266. font-weight: 700;
  267. }