detail.css 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  1. .detail {
  2. padding-top: 80px;
  3. width: 100%;
  4. background: #f8f8f8;
  5. }
  6. .detail .detail-router {
  7. line-height: 50px;
  8. text-align: left;
  9. margin: 0 auto;
  10. color: #333;
  11. width: 1180px;
  12. height: 50px;
  13. background: white;
  14. }
  15. .detail .detail-router .detail-router-list {
  16. list-style: none;
  17. margin: 0;
  18. padding: 0;
  19. font-size: 14px;
  20. color: #888888;
  21. font-weight: bold;
  22. display: flex;
  23. }
  24. .detail .detail-router .detail-router-list .detail-router-item {
  25. margin: 0 10px;
  26. }
  27. .detail .detail-router .detail-router-list .detail-router-item:hover {
  28. cursor: pointer;
  29. color: #207cfb;
  30. text-decoration: underline;
  31. }
  32. .detail .goods-show {
  33. background: #cfddd6;
  34. height: 300px;
  35. padding-top: 35px;
  36. }
  37. .detail .goods-show .goods-show-info {
  38. width: 1180px;
  39. margin: 0 auto;
  40. display: flex;
  41. justify-content: space-between;
  42. }
  43. .detail .goods-show .goods-show-info .goods-show-body {
  44. display: flex;
  45. }
  46. .detail .goods-show .goods-show-info .goods-show-body .goods-show-img {
  47. perspective: 300px;
  48. }
  49. .detail .goods-show .goods-show-info .goods-show-body .goods-show-img img {
  50. transform-origin: left center;
  51. transform: rotateY(10deg) rotateX(5deg);
  52. box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  53. border-radius: 20px;
  54. }
  55. .detail .goods-show .goods-show-info .goods-show-body .goods-show-text {
  56. padding-top: 20px;
  57. padding-left: 30px;
  58. margin-left: 50px;
  59. width: 600px;
  60. text-align: left;
  61. }
  62. .detail .goods-show .goods-show-info .goods-show-body .goods-show-text .goods-show-title {
  63. line-height: 35px;
  64. font-size: 30px;
  65. font-weight: bold;
  66. color: #777;
  67. }
  68. .detail .goods-show .goods-show-info .goods-show-body .goods-show-text .goods-show-advantages {
  69. margin-top: 15px;
  70. color: #888;
  71. display: flex;
  72. justify-content: left;
  73. flex-wrap: wrap;
  74. }
  75. .detail .goods-show .goods-show-info .goods-show-body .goods-show-text .goods-show-advantages .goods-show-advantage-not-icon {
  76. width: 85px;
  77. }
  78. .detail .goods-show .goods-show-info .goods-show-body .goods-show-text .goods-show-advantages .goods-show-advantage-icon {
  79. width: 110px;
  80. }
  81. .detail .goods-show .goods-show-info .goods-show-body .goods-show-text .goods-show-advantages .goods-show-advantage-icon .goods-show-tag {
  82. padding-left: 0px;
  83. }
  84. .detail .goods-show .goods-show-info .goods-show-body .goods-show-text .goods-show-advantages .goods-show-advantage {
  85. padding: 5px;
  86. margin-bottom: 5px;
  87. margin-right: 10px;
  88. display: flex;
  89. align-items: center;
  90. border-radius: 5px;
  91. border: 1px solid #b0c0bf;
  92. background-color: #c0d0ca;
  93. user-select: none;
  94. text-align: center;
  95. }
  96. .detail .goods-show .goods-show-info .goods-show-body .goods-show-text .goods-show-advantages .goods-show-advantage img {
  97. width: 25px;
  98. height: 25px;
  99. border-radius: 50%;
  100. }
  101. .detail .goods-show .goods-show-info .goods-show-body .goods-show-text .goods-show-advantages .goods-show-advantage .goods-show-tag {
  102. width: 100%;
  103. }
  104. .detail .goods-show .goods-show-info .goods-show-body .goods-show-text .goods-show-advantages .goods-show-advantage .goods-show-tag .goods-show-name {
  105. font-size: 16px;
  106. line-height: 20px;
  107. color: #666666;
  108. font-weight: bold;
  109. }
  110. .detail .goods-show .goods-show-info .goods-show-body .goods-show-text .goods-show-advantages .goods-show-advantage .goods-show-tag .goods-show-desc {
  111. font-size: 12px;
  112. }
  113. .detail .goods-show .goods-show-info .goods-show-body .goods-show-text .goods-show-des {
  114. margin-top: 30px;
  115. color: #aaa;
  116. height: 140px;
  117. text-indent: 2em;
  118. text-overflow: ellipsis;
  119. overflow: hidden;
  120. }
  121. .detail .goods-show .goods-show-info .goods-show-count {
  122. display: flex;
  123. width: 150px;
  124. }
  125. .detail .goods-show .goods-show-info .goods-show-count .goods-show-price-text {
  126. font-size: 12px;
  127. width: 150px;
  128. line-height: 34px;
  129. text-align: center;
  130. border-radius: 15px;
  131. height: 34px;
  132. background: rgba(255, 255, 255, 0.3);
  133. }
  134. .detail .goods-show .goods-show-info .goods-show-count .goods-show-price-text span:nth-child(1) {
  135. color: #999;
  136. }
  137. .detail .goods-info {
  138. width: 1180px;
  139. display: flex;
  140. padding-bottom: 40px;
  141. justify-content: space-between;
  142. margin: 20px auto 0 auto;
  143. }
  144. .detail .goods-info .info-left {
  145. width: 760px;
  146. }
  147. .detail .goods-info .info-left .info-left-select-btns {
  148. padding: 15px;
  149. width: 730px;
  150. border: #dddddd solid;
  151. border-width: 1px 1px 0 1px;
  152. border-radius: 5px 5px 0 0;
  153. display: flex;
  154. justify-content: left;
  155. flex-wrap: wrap;
  156. background: white;
  157. }
  158. .detail .goods-info .info-left .info-left-select-btns .info-left-select-btn {
  159. margin: 0 10px 20px 0;
  160. height: 35px;
  161. line-height: 35px;
  162. text-align: center;
  163. border-radius: 15px;
  164. border: #8b8b8b 1px solid;
  165. padding: 5px 15px;
  166. color: #8b8b8b;
  167. cursor: pointer;
  168. transition: background-color 0.2s ease;
  169. user-select: none;
  170. }
  171. .detail .goods-info .info-left .info-left-select-btns .info-left-select-btn:hover {
  172. background: #888888;
  173. color: white;
  174. }
  175. .detail .goods-info .info-left .info-left-select-btns .info-left-select-btn:active {
  176. background: #dddddd;
  177. color: #888888;
  178. }
  179. .detail .goods-info .info-left .info-left-select-param {
  180. padding: 15px;
  181. border-radius: 0 0 5px 5px;
  182. border: #dddddd 1px solid;
  183. background: white;
  184. margin-bottom: 20px;
  185. width: 730px;
  186. display: flex;
  187. justify-content: space-between;
  188. flex-wrap: wrap;
  189. }
  190. .detail .goods-info .info-left .info-left-select-param .info-left-select-param-btn {
  191. user-select: none;
  192. width: 300px;
  193. height: 35px;
  194. line-height: 35px;
  195. padding: 5px 15px;
  196. cursor: pointer;
  197. border: #8b8b8b 1px solid;
  198. border-radius: 15px;
  199. transition: background-color 0.2s ease;
  200. display: flex;
  201. font-size: 12px;
  202. margin-bottom: 10px;
  203. }
  204. .detail .goods-info .info-left .info-left-select-param .info-left-select-param-btn .ilspb-selector {
  205. line-height: 35px;
  206. width: 20px;
  207. height: 20px;
  208. background: #888888;
  209. border-radius: 50%;
  210. margin: 7px 0;
  211. display: flex;
  212. align-items: center;
  213. justify-content: center;
  214. }
  215. .detail .goods-info .info-left .info-left-select-param .info-left-select-param-btn span {
  216. margin-left: 10px;
  217. }
  218. .detail .goods-info .info-left .info-left-select-param .info-left-select-param-btn .ilspb-tag {
  219. margin-top: -15px;
  220. margin-left: 0;
  221. padding: 0 10px;
  222. background: rgba(248, 217, 209, 1);
  223. font-size: 12px;
  224. height: 20px;
  225. line-height: 20px;
  226. border-radius: 5px;
  227. position: absolute;
  228. color: rgba(223, 30, 28);
  229. border: rgba(223, 30, 28) 1px solid;
  230. }
  231. .detail .goods-info .info-left .info-left-select-param .info-left-select-param-btn:hover .ilspb-tag {
  232. background: rgba(248, 217, 209, 0.3);
  233. }
  234. .detail .goods-info .info-left .info-left-select-param .info-left-select-param-btn .it {
  235. margin: -15px 0 0 180px;
  236. }
  237. .detail .