index.css 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402
  1. .base-header {
  2. border-bottom: 1px solid #F9F9F9;
  3. background-color: #fff;
  4. }
  5. .base-header > div:not(:first-child) {
  6. width: 1200px;
  7. margin: 0 auto;
  8. }
  9. .base-header .button-bar {
  10. background-color: #282828;
  11. }
  12. .base-header .bar-inner {
  13. display: -webkit-box;
  14. display: -webkit-flex;
  15. display: -moz-box;
  16. display: -ms-flexbox;
  17. display: flex;
  18. -webkit-box-pack: justify;
  19. -webkit-justify-content: space-between;
  20. -moz-box-pack: justify;
  21. -ms-flex-pack: justify;
  22. justify-content: space-between;
  23. -webkit-box-align: center;
  24. -webkit-align-items: center;
  25. -moz-box-align: center;
  26. -ms-flex-align: center;
  27. align-items: center;
  28. width: 1200px;
  29. height: 40px;
  30. margin: 0 auto;
  31. }
  32. .base-header .button-bar .el-button--text {
  33. padding: 0 15px;
  34. border: 0;
  35. border-left: 1px solid rgba(255, 255, 255, 0.1);
  36. border-radius: 0;
  37. font-size: 12px;
  38. color: #b4b4b4;
  39. }
  40. .base-header .button-bar .el-button--text:hover {
  41. color: #FFFFFF;
  42. }
  43. .base-header .button-bar .group-right {
  44. display: -webkit-inline-box;
  45. display: -webkit-inline-flex;
  46. display: -moz-inline-box;
  47. display: -ms-inline-flexbox;
  48. display: inline-flex;
  49. -webkit-box-align: center;
  50. -webkit-align-items: center;
  51. -moz-box-align: center;
  52. -ms-flex-align: center;
  53. align-items: center;
  54. }
  55. .base-header .button-bar .group-right a {
  56. float: left;
  57. display: -webkit-inline-box;
  58. display: -webkit-inline-flex;
  59. display: -moz-inline-box;
  60. display: -ms-inline-flexbox;
  61. display: inline-flex;
  62. -webkit-box-align: center;
  63. -webkit-align-items: center;
  64. -moz-box-align: center;
  65. -ms-flex-align: center;
  66. align-items: center;
  67. padding-right: 15px;
  68. padding-left: 15px;
  69. font-size: 12px;
  70. color: #b4b4b4;
  71. }
  72. .base-header .button-bar .group-right > span {
  73. font-size: 0;
  74. }
  75. .base-header .button-bar .group-left > .el-button--text:first-child, .base-header .button-bar .group-right > .el-button--text:first-child {
  76. border: 0;
  77. }
  78. .base-header .button-bar .el-avatar {
  79. margin-right: 8px;
  80. }
  81. .base-header .logo-search {
  82. display: -webkit-box;
  83. display: -webkit-flex;
  84. display: -moz-box;
  85. display: -ms-flexbox;
  86. display: flex;
  87. -webkit-box-align: center;
  88. -webkit-align-items: center;
  89. -moz-box-align: center;
  90. -ms-flex-align: center;
  91. align-items: center;
  92. padding: 17px 0;
  93. }
  94. .base-header .logo-search .el-image {
  95. width: 126px;
  96. height: 65px;
  97. margin-left: 52px;
  98. }
  99. .base-header .logo-search .search {
  100. margin-left: 266px;
  101. }
  102. .base-header .el-input-group {
  103. width: 540px;
  104. }
  105. .base-header .el-input__inner {
  106. border-color: #191C6E;
  107. }
  108. .base-header .el-input-group__append, .base-header .el-input-group__prepend {
  109. border-color: #191C6E;
  110. background-color: #FFFFFF;
  111. }
  112. .base-header .el-select .el-input {
  113. width: 80px;
  114. }
  115. .base-header .el-input-group__append .el-button {
  116. width: 90px;
  117. height: 40px;
  118. border-color: #191C6E;
  119. border-radius: 0 4px 4px 0;
  120. background: #191C6E;
  121. font-size: 14px;
  122. color: #fff;
  123. }
  124. .base-header > div:nth-child(2) .el-button-group {
  125. display: block;
  126. width: 540px;
  127. height: 16px;
  128. margin-top: 10px;
  129. overflow: hidden;
  130. }
  131. .base-header > div:nth-child(2) .el-button--text {
  132. padding-top: 0;
  133. padding-bottom: 0;
  134. border: 0;
  135. margin-right: 18px;
  136. font-size: 14px;
  137. line-height: 16px;
  138. color: #999;
  139. }
  140. .base-header > div:nth-child(2) .el-button--text:hover {
  141. color: #191C6E;
  142. }
  143. .base-header .category {
  144. position: relative;
  145. display: inline-block;
  146. }
  147. .base-header .category > .el-button {
  148. width: 230px;
  149. height: 56px;
  150. border: 0;
  151. border-radius: 8px 8px 0 0;
  152. background: -webkit-linear-gradient(181deg, #409DFF 0%, #1E85FB 100%);
  153. background: -moz-linear-gradient(181deg, #409DFF 0%, #1E85FB 100%);
  154. background: -o-linear-gradient(181deg, #409DFF 0%, #1E85FB 100%);
  155. background: linear-gradient(269deg, #409DFF 0%, #1E85FB 100%);
  156. font-size: 18px;
  157. color: #fff;
  158. }
  159. .base-header .category > .el-button span {
  160. padding: 0 0 0 28px;
  161. background: url("../../images/cate_icon.png") left center/15px 12px no-repeat;
  162. }
  163. .base-header .category .wrapper {
  164. position: absolute;
  165. top: 100%;
  166. left: 0;
  167. z-index: 100;
  168. display: -webkit-box;
  169. display: -webkit-flex;
  170. display: -moz-box;
  171. display: -ms-flexbox;
  172. display: flex;
  173. height: 0;
  174. -webkit-transition: 0.3s;
  175. -o-transition: 0.3s;
  176. -moz-transition: 0.3s;
  177. transition: 0.3s;
  178. }
  179. .base-header .category .wrapper.on {
  180. height: 450px;
  181. }
  182. .base-header .category .menu {
  183. width: 230px;
  184. background-color: rgba(0, 0, 0, 0.6);
  185. overflow: auto;
  186. scrollbar-width: none;
  187. -ms-overflow-style: none;
  188. -webkit-transition: 0.3s;
  189. -o-transition: 0.3s;
  190. -moz-transition: 0.3s;
  191. transition: 0.3s;
  192. }
  193. .base-header .category .menu::-webkit-scrollbar {
  194. display: none; /* Chrome Safari */
  195. }
  196. .base-header .category .menu .el-button {
  197. width: 100%;
  198. height: 50px;
  199. padding-right: 32px;
  200. padding-left: 32px;
  201. border-radius: 0;
  202. margin-left: 0;
  203. color: #fff;
  204. }
  205. .base-header .category .menu .el-button.on {
  206. background-color: #191C6E;
  207. }
  208. .base-header .category .menu .el-button span {
  209. display: -webkit-box;
  210. display: -webkit-flex;
  211. display: -moz-box;
  212. display: -ms-flexbox;
  213. display: flex;
  214. -webkit-box-pack: justify;
  215. -webkit-justify-content: space-between;
  216. -moz-box-pack: justify;
  217. -ms-flex-pack: justify;
  218. justify-content: space-between;
  219. font-size: 16px;
  220. }
  221. .base-header .category .content > div {
  222. width: 710px;
  223. height: 100%;
  224. padding-right: 30px;
  225. padding-left: 30px;
  226. background-color: #fff;
  227. -webkit-box-shadow: 0 0 10px rgba(106, 128, 154, 0.15);
  228. box-shadow: 0 0 10px rgba(106, 128, 154, 0.15);
  229. overflow-y: auto;
  230. scrollbar-width: none;
  231. }
  232. .base-header .category .content > div::-webkit-scrollbar {
  233. display: none;
  234. }
  235. .base-header .category .title {
  236. padding-top: 30px;
  237. padding-bottom: 20px;
  238. font-weight: bold;
  239. font-size: 16px;
  240. color: #282828;
  241. }
  242. .base-header .category .wrap .el-link {
  243. margin-right: 40px;
  244. margin-bottom: 12px;
  245. font-size: 14px;
  246. color: #333;
  247. }
  248. .base-header .category .wrap .el-link:hover {
  249. color: #191C6E;
  250. }
  251. .base-header .category .wrap.special > div:nth-child(2) {
  252. display: -webkit-box;
  253. display: -webkit-flex;
  254. display: -moz-box;
  255. display: -ms-flexbox;
  256. display: flex;
  257. -webkit-flex-wrap: wrap;
  258. -ms-flex-wrap: wrap;
  259. flex-wrap: wrap;
  260. margin-right: -30px;
  261. }
  262. .base-header .category .wrap.special a {
  263. display: -webkit-box;
  264. display: -webkit-flex;
  265. display: -moz-box;
  266. display: -ms-flexbox;
  267. display: flex;
  268. width: 310px;
  269. margin-right: 30px;
  270. margin-bottom: 30px;
  271. }
  272. .base-header .category .el-image {
  273. width: 140px;
  274. height: 80px;
  275. border-radius: 4px;
  276. }
  277. .base-header .category .el-image + div {
  278. -webkit-box-flex: 1;
  279. -webkit-flex: 1;
  280. -moz-box-flex: 1;
  281. -ms-flex: 1;
  282. flex: 1;
  283. display: -webkit-box;
  284. display: -webkit-flex;
  285. display: -moz-box;
  286. display: -ms-flexbox;
  287. display: flex;
  288. -webkit-box-orient: vertical;
  289. -webkit-box-direction: normal;
  290. -webkit-flex-direction: column;
  291. -moz-box-orient: vertical;
  292. -moz-box-direction: normal;
  293. -ms-flex-direction: column;
  294. flex-direction: column;
  295. -webkit-box-pack: justify;
  296. -webkit-justify-content: space-between;
  297. -moz-box-pack: justify;
  298. -ms-flex-pack: justify;
  299. justify-content: space-between;
  300. min-width: 0;
  301. margin-left: 12px;
  302. font-size: 12px;
  303. color: #999;
  304. }
  305. .base-header .category .el-image + div > div:first-child > div:first-child {
  306. overflow: hidden;
  307. white-space: nowrap;
  308. -o-text-overflow: ellipsis;
  309. text-overflow: ellipsis;
  310. font-size: 14px;
  311. color: #282828;
  312. }
  313. .base-header .category .el-image + div > div:first-child > div:nth-child(2) {
  314. margin-top: 6px;
  315. color: #ff6b00;
  316. }
  317. .base-header .category .el-image + div > div:first-child > div:nth-child(2) span {
  318. font-size: 16px;
  319. }
  320. .base-header .nav-wrapper > .el-link {
  321. padding-right: 25px;
  322. padding-left: 25px;
  323. font-size: 18px;
  324. color: #333;
  325. }
  326. .base-header .nav-wrapper > .el-link:hover {
  327. color: #191C6E;
  328. }
  329. .base-header .nav-wrapper > .el-link:nth-child(2) {
  330. padding-left: 40px;
  331. }
  332. .base-header .nav-wrapper > .el-link.on {
  333. color: #191C6E;
  334. }
  335. .base-header .el-input-group__append, .el-input-group__prepend {
  336. background-color: #fff;
  337. }
  338. .base-header .qrcode-popover {
  339. min-width: auto;
  340. padding: 5px;
  341. }
  342. .base-header .qrcode-popover .el-image {
  343. width: 70px;
  344. height: 70px;
  345. }
  346. .base-header .qrcode-popover .el-image + div {
  347. margin: 2px 0 0;
  348. font-size: 9px;
  349. line-height: 12px;
  350. text-align: center;
  351. color: #666666;
  352. }