category.scss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. .com-main {
  2. z-index: 0;
  3. }
  4. .select-category {
  5. width: 100%;
  6. .select-category-title {
  7. width: 388px;
  8. height: 23px;
  9. font-size: 26px;
  10. font-family: Proxima Nova;
  11. font-weight: bold;
  12. color: #00213b;
  13. margin: 20px;
  14. }
  15. ul {
  16. margin: 20px 0;
  17. display: flex;
  18. justify-content: flex-start;
  19. align-items: center;
  20. flex-wrap: wrap;
  21. li {
  22. width: 170px;
  23. height: 194px;
  24. margin-right: 76px;
  25. margin-bottom: 10px;
  26. .image {
  27. width: 142px;
  28. height: 142px;
  29. border-radius: 15px;
  30. overflow: hidden;
  31. img {
  32. width: 100%;
  33. height: 100%;
  34. }
  35. }
  36. p {
  37. width: 142px;
  38. line-height: 26px;
  39. font-size: 18px;
  40. font-family: Lincoln - Proxima Nova, sans-serif;
  41. font-weight: 600;
  42. color: #00213b;
  43. text-align: center;
  44. margin-top: 7px;
  45. }
  46. &:hover {
  47. .image {
  48. background: radial-gradient(circle, #f0f0f0, #f0f0f0);
  49. transform: translate3d(0px, 5px, 1px);
  50. box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.25);
  51. }
  52. p {
  53. color: #0b6dc9;
  54. }
  55. }
  56. }
  57. li:nth-of-type(6),
  58. li:last-of-type {
  59. margin-right: 0;
  60. }
  61. }
  62. }
  63. .metal-hardPlastic {
  64. width: 100%;
  65. font-family: Proxima Nova;
  66. padding-bottom: 10px;
  67. .metal-title {
  68. padding: 35px 45px 20px 45px;
  69. display: flex;
  70. justify-content: space-between;
  71. p {
  72. width: 750px;
  73. height: 26px;
  74. font-size: 26px;
  75. font-weight: bold;
  76. color: #00213b;
  77. }
  78. div {
  79. .sort {
  80. display: inline-block;
  81. span {
  82. width: 105px;
  83. height: 13px;
  84. font-size: 14px;
  85. font-weight: 400;
  86. color: #4a596c;
  87. line-height: 18px;
  88. }
  89. }
  90. .arrangement {
  91. display: inline-block;
  92. font-size: 14px;
  93. span:nth-of-type(1) {
  94. width: 30px;
  95. height: 26px;
  96. color: #fff;
  97. background: #00213b;
  98. border-radius: 2px 0px 0px 2px;
  99. padding: 2px;
  100. box-sizing: border-box;
  101. }
  102. span:nth-of-type(2) {
  103. width: 30px;
  104. height: 26px;
  105. background: #dfeaf2;
  106. color: #000000;
  107. border-radius: 2px 0px 0px 2px;
  108. }
  109. }
  110. }
  111. }
  112. .metal-content {
  113. margin: 0px 40px;
  114. border-top: 1px solid #c4cbd9;
  115. display: flex;
  116. justify-content: space-around;
  117. padding-top: 10px;
  118. .metal-content-left {
  119. display: inline-block;
  120. width: 308px;
  121. .metal-content-left-item {
  122. border: 1px solid #c4cbd9;
  123. background: #ffffff;
  124. .metal-content-left-item-title {
  125. display: flex;
  126. justify-content: space-between;
  127. align-items: center;
  128. p {
  129. width: 180px;
  130. height: 46px;
  131. font-size: 18px;
  132. font-family: Lincoln - Proxima Nova;
  133. font-weight: 600;
  134. color: #00213b;
  135. line-height: 46px;
  136. }
  137. div {
  138. display: inline-block;
  139. border-bottom: 2px solid;
  140. border-right: 2px solid;
  141. width: 10px;
  142. height: 10px;
  143. border-color: #00213b;
  144. transform: rotate(-135deg);
  145. }
  146. }
  147. .metal-content-left-item-content {
  148. margin-top: 10px;
  149. }
  150. }
  151. }
  152. .metal-content-right {
  153. width: 1000px;
  154. display: inline-block;
  155. position: relative;
  156. .metal-content-right-item {
  157. display: flex;
  158. justify-content: flex-start;
  159. flex-wrap: wrap;
  160. margin-left: 18px;
  161. margin-bottom: 25px;
  162. .card {
  163. margin-left: 23px;
  164. background: #fff;
  165. }
  166. }
  167. }
  168. }
  169. }
  170. .empty {
  171. display: inline-block;
  172. margin: 0 auto;
  173. }
  174. .ball {
  175. position: fixed;
  176. top: 86px;
  177. right: 19%;
  178. width: 20px;
  179. height: 20px;
  180. border-radius: 50%;
  181. background: #e90000;
  182. transition: all 0.5s linear;
  183. z-index: 9999;
  184. .linner_ball {
  185. transition: all 0.5s linear;
  186. }
  187. }
  188. .infinite-loading-wrap {
  189. min-height: 1px;
  190. margin-bottom: 12px;
  191. div {
  192. font-size: 28px;
  193. color: #00213b;
  194. }
  195. :deep(.el-loading-text),
  196. :deep(.loading-text) {
  197. color: rgb(56 54 55);
  198. font-size: 16px;
  199. text-align: center;
  200. white-space: nowrap;
  201. }
  202. :deep(.el-icon-loading) {
  203. color: rgb(56 54 55);
  204. }
  205. :deep(.el-loading-spinner) {
  206. min-height: 1px;
  207. margin-bottom: 12px;
  208. }
  209. }