国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

admin.css 11KB

1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
1 vuosi sitten
2 vuotta sitten
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676
  1. ::-webkit-scrollbar {
  2. width:8px;
  3. height:10px
  4. }
  5. ::-webkit-scrollbar-track {
  6. background:#f5f5f5
  7. }
  8. ::-webkit-scrollbar-thumb {
  9. background:#dee2e6
  10. }
  11. * {
  12. font-size:14px;
  13. scrollbar-width:thin
  14. }
  15. body {
  16. margin:0;
  17. line-height:1.6;
  18. letter-spacing:0.5px;
  19. font-size:14px;
  20. font-family:Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
  21. color:#545b62;
  22. background:#fff
  23. }
  24. a {
  25. color:#545b62;
  26. text-decoration:none
  27. }
  28. a:hover {
  29. color:#007bff;
  30. text-decoration:none
  31. }
  32. img {
  33. margin-right:10px;
  34. max-width:100%;
  35. border-radius:0.5rem
  36. }
  37. p {
  38. margin-bottom:10px
  39. }
  40. ul,ol,li {
  41. margin:0;
  42. padding:0
  43. }
  44. li {
  45. list-style:none
  46. }
  47. table {
  48. background:#fff;
  49. border-spacing:0;
  50. border-collapse:separate
  51. }
  52. table tr:first-child td:first-child {
  53. border-top-left-radius:0.5rem;
  54. border-top:0
  55. }
  56. table tr:first-child td:last-child {
  57. border-top-right-radius:0.5rem;
  58. border-top:0
  59. }
  60. table tr:last-child td:first-child {
  61. border-bottom-left-radius:0.5rem;
  62. border-bottom:0
  63. }
  64. table tr:last-child td:last-child {
  65. border-bottom-right-radius:0.5rem;
  66. border-bottom:0
  67. }
  68. td {
  69. word-break:break-all;
  70. word-wrap:break-word
  71. }
  72. form,label {
  73. margin-bottom:0
  74. }
  75. input {
  76. padding:0.375rem 0.75rem;
  77. height:30px;
  78. color:#545b62;
  79. background:#fff;
  80. border:1px solid #dee2e6;
  81. vertical-align:middle
  82. }
  83. input[type=file] {
  84. padding:0;
  85. height:auto;
  86. border:0;
  87. vertical-align:middle
  88. }
  89. input[type=button],input[type=submit],input[type=reset] {
  90. padding:0.375rem 0.75rem;
  91. height:30px;
  92. line-height:1.5;
  93. font-size:12px;
  94. color:#fff;
  95. background:#1eb867;
  96. border:0
  97. }
  98. input[type=radio],input[type=checkbox],input[type=radio]:focus,input[type=checkbox]:focus {
  99. width:14px;
  100. height:14px;
  101. outline:none;
  102. box-shadow:none;
  103. vertical-align:text-top
  104. }
  105. select {
  106. padding:0.375rem 0.75rem;
  107. height:30px;
  108. color:#545b62;
  109. background:#fff;
  110. border:1px solid #dee2e6;
  111. vertical-align:middle
  112. }
  113. select[multiple=yes] {
  114. height:180px
  115. }
  116. option {
  117. display:flex;
  118. padding:0;
  119. height:30px;
  120. align-items:center
  121. }
  122. textarea {
  123. padding:0.375rem 0.75rem;
  124. color:#545b62;
  125. background:#fff;
  126. border:1px solid #dee2e6;
  127. vertical-align:middle
  128. }
  129. input:focus,select:focus,textarea:focus {
  130. color:#495057;
  131. background:#fff;
  132. border-color:#80bdff;
  133. box-shadow:0 0 0 0.2rem rgba(0,123,255,.25);
  134. outline:0
  135. }
  136. body.hidemenu {
  137. background:none
  138. }
  139. body.showmenu .menu-left {
  140. display:block
  141. }
  142. body.hidemenu .menu-left {
  143. display:none
  144. }
  145. body.showmenu .body-right {
  146. left:220px;
  147. transition:all 0.5s
  148. }
  149. body.hidemenu .body-right {
  150. left:0;
  151. transition:all 0.5s
  152. }
  153. .menu-left {
  154. position:absolute;
  155. top:60px;
  156. left:0;
  157. bottom:0;
  158. width:220px
  159. }
  160. .body-right {
  161. position:absolute;
  162. top:60px;
  163. right:0;
  164. bottom:0
  165. }
  166. .body-bg {
  167. background:#f5f5f5
  168. }
  169. .main,.menu {
  170. width:100%;
  171. height:99%
  172. }
  173. .main iframe,.menu iframe {
  174. width:100%;
  175. height:99%;
  176. border:0
  177. }
  178. .body-bg {
  179. background:#f5f5f5
  180. }
  181. .menu-box {
  182. margin:0;
  183. padding:1rem 5px
  184. }
  185. .menu-body {
  186. width:100%;
  187. background:#fff;
  188. box-shadow:0 0.125rem 0.25rem rgba(0,0,0,.075)
  189. }
  190. .item-menu .link {
  191. position:relative;
  192. padding-left:50px;
  193. display:block;
  194. height:42px;
  195. line-height:42px;
  196. cursor:pointer
  197. }
  198. .item-menu li:last-child .link {
  199. border-bottom:0
  200. }
  201. .item-menu li i {
  202. position:absolute;
  203. top:14px;
  204. left:20px;
  205. color:#545b62
  206. }
  207. .item-menu li i.fa-angle-down {
  208. right:20px;
  209. left:auto
  210. }
  211. .item-menu li.open .link,.item-menu li.open i {
  212. color:#1eb867
  213. }
  214. .item-menu li.open i.fa-angle-down {
  215. transform:rotate(180deg)
  216. }
  217. .head {
  218. width:100%;
  219. height:60px;
  220. background:linear-gradient(45deg,#1eb867,#009688 80%)
  221. }
  222. .top-logo {
  223. float:left;
  224. padding-left:30px;
  225. width:220px
  226. }
  227. .top-name a {
  228. float:left;
  229. height:60px;
  230. line-height:60px;
  231. font-size:18px;
  232. font-weight:600;
  233. color:#fff
  234. }
  235. .top-version a {
  236. float:left;
  237. height:60px;
  238. line-height:60px;
  239. font-size:18px;
  240. font-weight:600;
  241. color:#fff
  242. }
  243. .top-version {
  244. float:left;
  245. margin-top:18px;
  246. margin-left:5px;
  247. font-size:12px;
  248. color:#fff
  249. }
  250. .btn-version {
  251. float:left;
  252. margin-top:18px;
  253. margin-left:5px
  254. }
  255. .top-item ul li {
  256. float:left;
  257. position:relative;
  258. padding-left:30px;
  259. height:60px;
  260. line-height:60px
  261. }
  262. .top-item ul li a,.top-admin ul li a {
  263. color:#fff
  264. }
  265. .top-item ul li a:hover,.top-admin ul li a:hover {
  266. color:#dee2e6
  267. }
  268. .search {
  269. position:absolute;
  270. top:20px;
  271. right:5px;
  272. height:20px;
  273. line-height:20px;
  274. color:#545b62;
  275. background:0;
  276. border:0
  277. }
  278. .top-admin {
  279. float:right;
  280. margin-right:30px;
  281. height:60px;
  282. line-height:60px
  283. }
  284. .top-admin img {
  285. width:30px;
  286. height:30px;
  287. border-radius:50%
  288. }
  289. .top-admin ul li {
  290. float:left;
  291. padding-left:30px;
  292. height:60px;
  293. line-height:60px
  294. }
  295. .user-img-sm {
  296. width:30px;
  297. height:30px;
  298. border-radius:50%;
  299. border:1px solid #eee
  300. }
  301. .submenu {
  302. display:none;
  303. padding:5px 0;
  304. background:#adb5bd
  305. }
  306. .submenu li {
  307. height:40px;
  308. line-height:40px
  309. }
  310. .submenu li:hover {
  311. background:#009688;
  312. transition:all 0.5s
  313. }
  314. .submenu a {
  315. float:left;
  316. display:block;
  317. padding:0 10px 0 50px;
  318. color:#fff
  319. }
  320. .submenu .active {
  321. background:#1eb867
  322. }
  323. .submenu-right {
  324. float:right!important;
  325. padding:0 20px 0 10px!important
  326. }
  327. .card-header {
  328. padding:0.5rem 1rem
  329. }
  330. .card-body {
  331. padding:0.5rem
  332. }
  333. .card-body canvas {
  334. height:360px!important
  335. }
  336. .web-info {
  337. padding:10px;
  338. background:#f5f5f5
  339. }
  340. #_fileList,#_verList {
  341. height:360px;
  342. overflow-y:auto
  343. }
  344. #_msgInfo {
  345. display:none
  346. }
  347. .update-close {
  348. background:#fff;
  349. border:0
  350. }
  351. .updates-dot {
  352. display:none;
  353. position:absolute;
  354. top:12px;
  355. right:6px;
  356. height:6px;
  357. width:6px;
  358. background:#dc3545;
  359. border-radius:50%
  360. }
  361. .spinner-border {
  362. width:20px;
  363. height:20px;
  364. vertical-align:bottom
  365. }
  366. .sys-search {
  367. position:relative
  368. }
  369. .sys-search .sys-times {
  370. position:absolute;
  371. top:1px;
  372. right:20px
  373. }
  374. .coolbg {
  375. padding:0.375rem 0.75rem;
  376. background:#f5f5f5;
  377. border-bottom:1px solid #dee2e6;
  378. border:0
  379. }
  380. .coolbg2 {
  381. padding:0.5rem;
  382. background:#fff;
  383. border-bottom:1px solid #dee2e6;
  384. text-align:right
  385. }
  386. .colordlg {
  387. padding:0.5rem;
  388. background:#fff;
  389. border:1px solid #dee2e6;
  390. z-index:10005
  391. }
  392. .wsselect {
  393. padding:0.5rem;
  394. background:#fff;
  395. overflow:auto
  396. }
  397. .pubdlg {
  398. background:#fff;
  399. border:1px solid #dee2e6;
  400. z-index:8888
  401. }
  402. .pubdlg .title {
  403. padding:0 0.5rem;
  404. height:30px;
  405. line-height:30px;
  406. color:#545b62;
  407. background:#f5f5f5;
  408. border-bottom:1px solid #dee2e6
  409. }
  410. .fullpagediv {
  411. position:absolute;
  412. top:0;
  413. left:0;
  414. width:100%;
  415. height:100%;
  416. background:#f5f5f5;
  417. opacity:0.6;
  418. z-index:1999
  419. }
  420. .quicksel {
  421. margin-left:10px;
  422. margin-top:10px;
  423. width:680px;
  424. height:420px;
  425. overflow:auto;
  426. z-index:10005
  427. }
  428. .quickselfoot {
  429. padding:0.5rem;
  430. background:#f5f5f5;
  431. border-top:1px solid #dee2e6
  432. }
  433. .quickselitem {
  434. display:block;
  435. line-height:30px
  436. }
  437. .quickselitem .topcat {
  438. margin-bottom:1rem;
  439. padding:0 10px;
  440. background:#e9ecef;
  441. clear:both
  442. }
  443. .quickselitem .soncat {
  444. margin-bottom:1rem;
  445. padding:0 10px
  446. }
  447. .quickselitem .item {
  448. display:inline-block;
  449. padding-left:10px
  450. }
  451. .mysource,.mywriter {
  452. width:300px;
  453. background:#fff;
  454. border:1px solid #dee2e6;
  455. z-index:10001
  456. }
  457. #toolimg {
  458. position:absolute;
  459. display:none
  460. }
  461. #uploadfield {
  462. float:left
  463. }
  464. #uploadwait {
  465. z-index:19999
  466. }
  467. .option1 {
  468. background:#e9ecef
  469. }
  470. .option2 {
  471. background:#adb5bd
  472. }
  473. .option3 {
  474. background:#fff
  475. }
  476. .modal-title {
  477. font-size:16px
  478. }
  479. .tips-box {
  480. margin:70px auto 0;
  481. width:500px;
  482. height:auto;
  483. background:#fff;
  484. border-radius:0.5rem;
  485. box-shadow:0 0.125rem 0.25rem rgba(0,0,0,.075)
  486. }
  487. .tips-head {
  488. margin:0 20px;
  489. padding:18px 0;
  490. border-bottom:1px solid #f5f5f5
  491. }
  492. .tips-head p {
  493. margin:0;
  494. padding-left:10px;
  495. line-height:16px;
  496. text-align:left;
  497. border-left:3px solid #ff8400
  498. }
  499. .tips-body {
  500. padding:20px;
  501. min-height:160px;
  502. color:#545b62;
  503. word-break:break-all;
  504. word-wrap:break-word
  505. }
  506. .maintable {
  507. width:98%!important;
  508. border:1px solid #dee2e6!important
  509. }
  510. .table {
  511. margin-bottom:0;
  512. color:#545b62
  513. }
  514. .table td,.table th {
  515. padding:0.5rem;
  516. vertical-align:middle
  517. }
  518. .form-control {
  519. display:inline-block
  520. }
  521. .fa {
  522. font-size:14px!important;
  523. color:inherit
  524. }
  525. .list-group-item {
  526. padding:0.5rem 0
  527. }
  528. .btn-sm {
  529. padding:0.375rem 0.55rem;
  530. height:30px;
  531. line-height:1.5;
  532. font-size:12px
  533. }
  534. .btn-xs {
  535. padding:0.2rem;
  536. height:20px;
  537. line-height:1;
  538. font-size:12px;
  539. border-radius:0.35rem!important
  540. }
  541. .btn+.btn {
  542. margin-left:10px
  543. }
  544. .admin-win {
  545. background:#f5f5f5;
  546. border:1px solid #dee2e6!important
  547. }
  548. .admin-win-iframe {
  549. width:100%;
  550. height:360px
  551. }
  552. .admin-border {
  553. border:1px solid #dee2e6!important
  554. }
  555. .admin-main-sort {
  556. margin-left:1rem;
  557. padding:0;
  558. width:30px;
  559. text-align:center
  560. }
  561. .admin-td {
  562. padding:0.5rem;
  563. border-bottom:1px solid #dee2e6
  564. }
  565. .admin-textarea-xl {
  566. width:100%;
  567. height:90px
  568. }
  569. .admin-textarea-sm {
  570. width:360px;
  571. height:60px
  572. }
  573. .admin-input-lg {
  574. width:360px
  575. }
  576. .admin-input-md {
  577. width:260px
  578. }
  579. .admin-input-sm {
  580. width:160px
  581. }
  582. .admin-input-xs {
  583. width:60px
  584. }
  585. .thumbnail-md {
  586. max-width:200px;
  587. max-height:120px
  588. }
  589. .thumbnail-sm {
  590. max-width:80px;
  591. max-height:80px
  592. }
  593. .upload-bg {
  594. margin:10px;
  595. background:#fff
  596. }
  597. .icon img {
  598. width:20px;
  599. height:20px
  600. }
  601. .fileinput-button {
  602. display:inline-block;
  603. position:relative;
  604. overflow:hidden
  605. }
  606. .fileinput-button input {
  607. position:absolute;
  608. top:0;
  609. right:0;
  610. margin:0;
  611. opacity:0;
  612. direction:ltr;
  613. cursor:pointer
  614. }
  615. span.page-link {
  616. color:#fff;
  617. background:#1eb867
  618. }
  619. table,input,select,textarea,.search,.menu-body,.coolbg,.mysource,.mywriter,.pubdlg,.colordlg,.quickselitem .topcat,.web-info,.upload-bg,.cke_chrome,.cke_inner,.pagination,.card,.form-control,.btn-sm,.alert,.rounded,#edsta {
  620. border-radius:0.5rem!important
  621. }
  622. .coolbg2,.pubdlg .title,.cke_top {
  623. border-radius:0.5rem 0.5rem 0 0!important
  624. }
  625. .submenu,.wsselect,.cke_bottom {
  626. border-radius:0 0 0.5rem 0.5rem!important
  627. }
  628. .page-item:first-child .page-link {
  629. border-top-left-radius:0.5rem!important;
  630. border-bottom-left-radius:0.5rem!important
  631. }
  632. .page-item:last-child .page-link {
  633. border-top-right-radius:0.5rem!important;
  634. border-bottom-right-radius:0.5rem!important
  635. }
  636. #selColor {
  637. padding:5px;
  638. width:35px
  639. }
  640. #edsta {
  641. display:none;
  642. padding:0.5rem;
  643. position:absolute;
  644. top:100px;
  645. left:200px;
  646. width:450px;
  647. height:auto;
  648. background:#f5f5f5;
  649. border:1px solid #dee2e6
  650. }
  651. #browsehappy {
  652. padding:1rem 30px;
  653. color:#856404;
  654. background:#fff3cd
  655. }
  656. .browsehappy-close {
  657. float:right;
  658. cursor:pointer
  659. }
  660. @media (min-width:1200px) {
  661. .web-info {
  662. text-overflow:ellipsis;
  663. white-space:nowrap
  664. }
  665. .modal-dialog {
  666. max-width:500px
  667. }
  668. }
  669. @media (max-width:768px) {
  670. .tips {
  671. padding:0 15px
  672. }
  673. .tips-box {
  674. width:100%
  675. }
  676. }