weadmin.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755
  1. @charset "utf-8";
  2. @import "../../layui/css/layui.css";
  3. * {
  4. margin: 0px;
  5. padding: 0px;
  6. }
  7. a {
  8. text-decoration: none;
  9. }
  10. html {
  11. width: 100%;
  12. height: 100%;
  13. overflow-x: hidden;
  14. overflow-y: auto;
  15. }
  16. body {
  17. width: 100%;
  18. min-height: 100%;
  19. }
  20. .fr {
  21. float: right;
  22. }
  23. .font16 {
  24. font-size: 16px;
  25. }
  26. .rightMenu {
  27. position: absolute;
  28. width: 120px;
  29. line-height: 24px;
  30. z-index: 999;
  31. background: #FFF;
  32. border: 1px solid #F2F2F2;
  33. border-bottom: none;
  34. border-radius: 3px;
  35. display: none;
  36. }
  37. .rightMenu li {
  38. display: block;
  39. padding: 4px 10px;
  40. color: #CCC;
  41. border-bottom: 1px solid #F2F2F2;
  42. }
  43. .rightMenu li:hover {
  44. background: #EEE;
  45. color: #666;
  46. }
  47. /**treeselect*/
  48. .layui-form-select .layui-tree {
  49. display: none;
  50. position: absolute;
  51. left: 0;
  52. top: 42px;
  53. padding: 5px 0;
  54. z-index: 999;
  55. min-width: 100%;
  56. border: 1px solid #d2d2d2;
  57. max-height: 300px;
  58. overflow-y: auto;
  59. background-color: #fff;
  60. border-radius: 2px;
  61. box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  62. box-sizing: border-box;
  63. }
  64. .layui-form-selected .layui-tree {
  65. display: block;
  66. }
  67. .weadmin-trailer {
  68. position: absolute;
  69. left: 0;
  70. top: 0;
  71. height: 100%;
  72. width: 100%;
  73. padding: 15px;
  74. display: flex;
  75. justify-content: center;
  76. flex-direction: column;
  77. text-align: center;
  78. box-sizing: border-box;
  79. font-size: 20px;
  80. font-weight: 300;
  81. color: #ccc;
  82. }
  83. .login-bg {
  84. /*background: #eeeeee 0 0 no-repeat;*/
  85. background: url(../images/bg.png) no-repeat center;
  86. background-size: cover;
  87. overflow: hidden;
  88. }
  89. .login {
  90. margin: 120px auto 0 auto;
  91. min-height: 420px;
  92. max-width: 420px;
  93. padding: 40px;
  94. background-color: #ffffff;
  95. margin-left: auto;
  96. margin-right: auto;
  97. border-radius: 4px;
  98. /* overflow-x: hidden; */
  99. box-sizing: border-box;
  100. }
  101. .login a.logo {
  102. display: block;
  103. height: 58px;
  104. width: 167px;
  105. margin: 0 auto 30px auto;
  106. background-size: 167px 42px;
  107. }
  108. .login .message {
  109. margin: 10px 0 0 -58px;
  110. padding: 18px 10px 18px 60px;
  111. background: #189F92;
  112. position: relative;
  113. color: #fff;
  114. font-size: 16px;
  115. }
  116. .login #darkbannerwrap {
  117. background: url(../images/aiwrap.png);
  118. width: 18px;
  119. height: 10px;
  120. margin: 0 0 20px -58px;
  121. position: relative;
  122. }
  123. .login input[type=text],
  124. .login input[type=file],
  125. .login input[type=password],
  126. .login input[type=email],
  127. .login select {
  128. border: 1px solid #DCDEE0;
  129. vertical-align: middle;
  130. border-radius: 3px;
  131. height: 50px;
  132. padding: 0px 16px;
  133. font-size: 14px;
  134. color: #555555;
  135. outline: none;
  136. width: 100%;
  137. box-sizing: border-box;
  138. }
  139. .login input[type=text]:focus,
  140. .login input[type=file]:focus,
  141. .login input[type=password]:focus,
  142. .login input[type=email]:focus,
  143. .login select:focus {
  144. border: 1px solid #27A9E3;
  145. }
  146. .login input[type=submit],
  147. .login input[type=button] {
  148. display: inline-block;
  149. padding: 12px 24px;
  150. margin: 0px;
  151. font-size: 18px;
  152. line-height: 24px;
  153. text-align: center;
  154. white-space: nowrap;
  155. vertical-align: middle;
  156. cursor: pointer;
  157. color: #ffffff;
  158. background-color: #189F92;
  159. border-radius: 3px;
  160. border: none;
  161. -webkit-appearance: none;
  162. outline: none;
  163. width: 100%;
  164. }
  165. .login hr {
  166. background: #fff 0 0 no-repeat;
  167. }
  168. .login hr.hr15 {
  169. height: 15px;
  170. border: none;
  171. margin: 0px;
  172. padding: 0px;
  173. width: 100%;
  174. }
  175. .login hr.hr20 {
  176. height: 20px;
  177. border: none;
  178. margin: 0px;
  179. padding: 0px;
  180. width: 100%;
  181. }
  182. .weadmin-body {
  183. padding: 20px;
  184. }
  185. .weadmin-nav {
  186. padding: 0 20px;
  187. position: relative;
  188. z-index: 99;
  189. border-bottom: 1px solid #e5e5e5;
  190. line-height: 39px;
  191. height: 39px;
  192. overflow: hidden;
  193. }
  194. .weadmin-block {
  195. display: block;
  196. margin-bottom: 10px;
  197. padding: 5px;
  198. line-height: 22px;
  199. /* border-left: 5px solid #009688; */
  200. border-radius: 0 2px 2px 0;
  201. background-color: #f2f2f2;
  202. }
  203. .we-search {
  204. margin-bottom: 20px;
  205. font-size: 16px;
  206. }
  207. .we-search input.layui-input {
  208. width: 190px;
  209. }
  210. .we-red {
  211. color: red;
  212. }
  213. .page {
  214. margin-top: 20px;
  215. text-align: center;
  216. }
  217. .page a {
  218. display: inline-block;
  219. background: #fff 0 0 no-repeat;
  220. color: #888;
  221. padding: 10px;
  222. min-width: 15px;
  223. border: 1px solid #E2E2E2;
  224. }
  225. .page span {
  226. display: inline-block;
  227. padding: 10px;
  228. min-width: 15px;
  229. border: 1px solid #E2E2E2;
  230. }
  231. .page span.current {
  232. display: inline-block;
  233. background: #009688 0 0 no-repeat;
  234. color: #fff;
  235. padding: 10px;
  236. min-width: 15px;
  237. border: 1px solid #009688;
  238. }
  239. .page .pagination li {
  240. display: inline-block;
  241. margin-right: 5px;
  242. text-align: center;
  243. }
  244. .page .pagination li.active span {
  245. background: #009688 0 0 no-repeat;
  246. color: #fff;
  247. border: 1px solid #009688;
  248. }
  249. /*登录样式*/
  250. /*头部*/
  251. .container {
  252. width: 100%;
  253. height: 45px;
  254. background-color: #222;
  255. border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  256. }
  257. .container .logo a {
  258. float: left;
  259. color: #fff;
  260. font-size: 18px;
  261. padding-left: 20px;
  262. line-height: 45px;
  263. width: 200px;
  264. }
  265. .container .right {
  266. background-color: rgba(0, 0, 0, 0);
  267. float: right;
  268. }
  269. .container .left_open {
  270. height: 45px;
  271. float: left;
  272. }
  273. .container .left_open i {
  274. display: block;
  275. background: rgba(255, 255, 255, 0.1) 0 0 no-repeat;
  276. color: #fff;
  277. width: 32px;
  278. height: 32px;
  279. line-height: 32px;
  280. border-radius: 3px;
  281. text-align: center;
  282. margin-top: 7px;
  283. cursor: pointer;
  284. }
  285. .container .left_open i:hover {
  286. background: rgba(255, 255, 255, 0.3) 0 0 no-repeat;
  287. }
  288. .container .left {
  289. background-color: rgba(0, 0, 0, 0);
  290. float: left;
  291. }
  292. .container .layui-nav-item {
  293. line-height: 45px;
  294. }
  295. .container .layui-nav-child {
  296. top: 50px;
  297. }
  298. .container .layui-nav-child i {
  299. margin-right: 10px;
  300. }
  301. .layui-nav .layui-nav-item a {
  302. color: #fff;
  303. }
  304. .layui-nav .layui-nav-child a {
  305. color: #333;
  306. }
  307. .left-nav {
  308. position: absolute;
  309. top: 46px;
  310. /*bottom: 42px;*/
  311. bottom: 0;
  312. left: 0;
  313. z-index: 2;
  314. padding-top: 10px;
  315. background-color: #03152A;
  316. width: 320px;
  317. max-width: 320px;
  318. overflow: auto;
  319. overflow-x: hidden;
  320. border-right: 1px solid #e5e5e5;
  321. }
  322. .left-nav #nav .current {
  323. background-color: rgba(0, 0, 0, 0.3);
  324. }
  325. .left-nav #nav li {
  326. border-bottom: 1px solid #0d233d;
  327. }
  328. .left-nav #nav li a {
  329. font-size: 14px;
  330. color: #bbb;
  331. padding: 10px 15px 10px 20px;
  332. display: block;
  333. cursor: pointer;
  334. }
  335. .left-nav #nav li a cite {
  336. font-size: 14px;
  337. }
  338. .left-nav #nav li:hover {
  339. background-color: transparent;
  340. }
  341. .left-nav #nav li > a:hover {
  342. /*color: blue;*/
  343. color: #fff;
  344. /*background-color: #3B91FF;*/
  345. }
  346. /*.left-nav #nav li.open > .sub-menu {*/
  347. /* display: block;*/
  348. /*}*/
  349. .left-nav #nav li .opened:hover {
  350. /*background: #fff 0 0 no-repeat;*/
  351. }
  352. .left-nav #nav li .sub-menu {
  353. display: none;
  354. }
  355. .left-nav #nav li .sub-menu li:hover {
  356. /*background: #fff 0 0 no-repeat;*/
  357. }
  358. .left-nav #nav li .sub-menu li a {
  359. padding: 12px 20px;
  360. font-size: 14px;
  361. cursor: pointer;
  362. }
  363. .left-nav #nav li .sub-menu li a i {
  364. font-size: 12px;
  365. }
  366. .left-nav #nav li .sub-menu li a:hover {
  367. color: #fff;
  368. /*background-color: #3B91FF;*/
  369. }
  370. /*.left-nav #nav li .sub-menu li .sub-menu li a {*/
  371. /* padding-left: 45px;*/
  372. /*}*/
  373. .left-nav #nav li.active a {
  374. color: #fff;
  375. background-color: #3B91FF;
  376. }
  377. .left-nav #nav li .nav_right {
  378. float: right;
  379. font-size: 16px;
  380. transform: rotate(180deg);
  381. }
  382. .left-nav #nav li a i {
  383. padding-right: 10px;
  384. line-height: 14px;
  385. }
  386. .x-slide_left {
  387. width: 17px;
  388. height: 61px;
  389. background: url(../images/icon.png) 0 0 no-repeat;
  390. position: absolute;
  391. top: 200px;
  392. left: 221px;
  393. cursor: pointer;
  394. z-index: 3;
  395. }
  396. .page-content {
  397. position: absolute;
  398. top: 46px;
  399. right: 0;
  400. /*bottom: 42px;*/
  401. bottom: 0;
  402. left: 321px;
  403. overflow: hidden;
  404. z-index: 1;
  405. }
  406. .page-content-bg {
  407. position: absolute;
  408. top: 46px;
  409. right: 0;
  410. bottom: 42px;
  411. left: 221px;
  412. background: rgba(0, 0, 0, 0.5) 0 0 no-repeat;
  413. overflow: hidden;
  414. z-index: 100;
  415. display: none;
  416. }
  417. .page-content .tab {
  418. height: 100%;
  419. width: 100%;
  420. background: #EFEEF0 0 0 no-repeat;
  421. margin: 0px;
  422. }
  423. .page-content .layui-tab-title {
  424. /*padding-top: 5px;*/
  425. height: 35px;
  426. background: #EFEEF0 0 0 no-repeat;
  427. position: relative;
  428. z-index: 100;
  429. }
  430. .page-content .layui-tab-title li {
  431. line-height: 35px;
  432. }
  433. .page-content .layui-tab-title li .layui-tab-close {
  434. border-radius: 50%;
  435. }
  436. .page-content .layui-tab-title .layui-this:after {
  437. height: 36px;
  438. }
  439. .page-content .layui-tab-title .layui-this {
  440. background: #fff 0 0 no-repeat;
  441. }
  442. .page-content .layui-tab-bar {
  443. height: 34px;
  444. line-height: 35px;
  445. }
  446. .page-content .layui-tab-content {
  447. position: absolute;
  448. top: 36px;
  449. bottom: 0px;
  450. width: 100%;
  451. background: #fff 0 0 no-repeat;
  452. padding: 0px;
  453. overflow: hidden;
  454. }
  455. .page-content .layui-tab-content .layui-tab-item {
  456. width: 100%;
  457. height: 100%;
  458. }
  459. .page-content .layui-tab-content .layui-tab-item iframe {
  460. width: 100%;
  461. height: 100%;
  462. }
  463. .welcome-footer {
  464. padding: 30px 0;
  465. line-height: 30px;
  466. text-align: center;
  467. background-color: #eee;
  468. color: #666;
  469. font-weight: 300;
  470. }
  471. body .layui-layout-admin .footer-demo {
  472. height: auto;
  473. padding: 15px 0;
  474. line-height: 26px;
  475. }
  476. .welcome-footer a {
  477. padding: 0 5px;
  478. }
  479. table th,
  480. table td {
  481. word-break: break-all;
  482. }
  483. .footer {
  484. position: fixed;
  485. bottom: 0px;
  486. width: 100%;
  487. background-color: #222;
  488. border-top: 1px solid rgba(255, 255, 255, 0.2);
  489. line-height: 41px;
  490. color: #fff;
  491. /*padding-left: 10px;*/
  492. display: none;
  493. }
  494. .footer .copyright {
  495. margin-left: 10px;
  496. }
  497. @media screen and (max-width: 768px) {
  498. .fast-add {
  499. display: none;
  500. }
  501. .layui-nav .to-index {
  502. display: none;
  503. }
  504. .container .logo a {
  505. width: 140px;
  506. }
  507. .container .left_open {
  508. /*float: right;*/
  509. }
  510. .left-nav {
  511. left: -221px;
  512. }
  513. .page-content {
  514. left: 0px;
  515. }
  516. .page-content .layui-tab-content .layui-tab-item {
  517. -webkit-overflow-scrolling: touch;
  518. overflow-y: scroll;
  519. }
  520. .we-search input.layui-input {
  521. width: 100%;
  522. margin: 10px;
  523. }
  524. }
  525. .we-changelog .layui-timeline-title h3 {
  526. display: inline-block;
  527. }
  528. .we-changelog .layui-timeline-title .layui-badge-rim {
  529. top: -2px;
  530. left: 10px;
  531. }
  532. .weadmin-shortcut {
  533. height: 185px !important;
  534. background-color: #fff;
  535. }
  536. .weadmin-shortcut .layui-carousel,
  537. .weadmin-shortcut > [carousel-item] > * {
  538. background-color: #fff;
  539. }
  540. .weadmin-shortcut .layui-col-space10 {
  541. margin: 0;
  542. }
  543. .weadmin-shortcut li {
  544. text-align: center;
  545. }
  546. .weadmin-shortcut li a {
  547. display: block;
  548. }
  549. .weadmin-shortcut li .layui-icon {
  550. display: inline-block;
  551. width: 100%;
  552. height: 120px;
  553. line-height: 120px;
  554. text-align: center;
  555. border-radius: 2px;
  556. font-size: 30px;
  557. background-color: #F8F8F8;
  558. color: #333;
  559. transition: all .3s;
  560. -webkit-transition: all .3s;
  561. }
  562. .weadmin-shortcut li:hover .layui-icon {
  563. background-color: #f2f2f2;
  564. }
  565. .weadmin-shortcut li cite {
  566. position: relative;
  567. top: 2px;
  568. display: block;
  569. color: #333333;
  570. text-overflow: ellipsis;
  571. overflow: hidden;
  572. white-space: nowrap;
  573. font-size: 16px;
  574. }
  575. .weadmin-shortcut li p {
  576. font-size: 12px;
  577. line-height: 16px;
  578. color: #666666;
  579. margin-top: 5px;
  580. }
  581. .weadmin-shortcut li p span {
  582. text-align: left;
  583. display: inline-block;
  584. }
  585. .weadmin-shortcut .layui-carousel-ind {
  586. position: absolute;
  587. top: -41px;
  588. text-align: right;
  589. }
  590. .weadmin-shortcut .layui-carousel-ind ul {
  591. background: 0 0;
  592. }
  593. .weadmin-shortcut .layui-carousel-ind ul li {
  594. background-color: #e2e2e2;
  595. }
  596. .weadmin-shortcut .layui-carousel-ind ul li:hover {
  597. background-color: #c2c2c2;
  598. }
  599. .weadmin-shortcut .layui-carousel-ind ul li.layui-this {
  600. background-color: #999;
  601. }
  602. .weadmin-text p {
  603. margin-bottom: 10px;
  604. text-indent: 2em;
  605. }
  606. .layui-card-header.layui-elem-quote {
  607. line-height: 22px;
  608. height: 22px;
  609. padding: 15px;
  610. }
  611. .weadmin-notice {
  612. height: 60px !important;
  613. }
  614. .weadmin-notice a {
  615. display: block;
  616. text-align: center;
  617. line-height: 60px;
  618. }
  619. .weadmin-notice .layui-carousel-ind {
  620. position: absolute;
  621. top: -56px;
  622. text-align: right;
  623. }
  624. .weadmin-notice .layui-carousel-ind ul {
  625. background: 0 0;
  626. }
  627. .weadmin-notice .layui-carousel-ind ul li {
  628. background-color: #e2e2e2;
  629. }
  630. .weadmin-notice .layui-carousel-ind ul li:hover {
  631. background-color: #c2c2c2;
  632. }
  633. .weadmin-notice .layui-carousel-ind ul li.layui-this {
  634. background-color: #999;
  635. }
  636. /*# sourceMappingURL=weadmin.css.map */