国内流行的内容管理系统(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.

687 lines
11KB

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