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

679 lines
11KB

  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.55rem;
  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. cursor:pointer
  380. }
  381. .coolbg2 {
  382. padding:0.5rem;
  383. background:#fff;
  384. border-bottom:1px solid #dee2e6;
  385. text-align:right
  386. }
  387. .colordlg {
  388. padding:0.5rem;
  389. background:#fff;
  390. border:1px solid #dee2e6;
  391. z-index:10005
  392. }
  393. .wsselect {
  394. padding:0.5rem;
  395. background:#fff;
  396. overflow:auto
  397. }
  398. .pubdlg {
  399. background:#fff;
  400. border:1px solid #dee2e6;
  401. z-index:8888
  402. }
  403. .pubdlg .title {
  404. padding:0 0.5rem;
  405. height:30px;
  406. line-height:30px;
  407. color:#545b62;
  408. background:#f5f5f5;
  409. border-bottom:1px solid #dee2e6
  410. }
  411. .fullpagediv {
  412. position:absolute;
  413. top:0;
  414. left:0;
  415. width:100%;
  416. height:100%;
  417. background:#f5f5f5;
  418. opacity:0.6;
  419. z-index:1999
  420. }
  421. .quicksel {
  422. margin-left:10px;
  423. margin-top:10px;
  424. width:680px;
  425. height:420px;
  426. overflow:auto;
  427. z-index:10005
  428. }
  429. .quickselfoot {
  430. padding:0.5rem;
  431. background:#f5f5f5;
  432. border-top:1px solid #dee2e6
  433. }
  434. .quickselitem {
  435. display:block;
  436. line-height:30px
  437. }
  438. .quickselitem .topcat {
  439. margin-bottom:1rem;
  440. padding:0 10px;
  441. background:#e9ecef;
  442. clear:both
  443. }
  444. .quickselitem .soncat {
  445. margin-bottom:1rem;
  446. padding:0 10px
  447. }
  448. .quickselitem .item {
  449. display:inline-block;
  450. padding-left:10px
  451. }
  452. .mysource,.mywriter {
  453. width:300px;
  454. background:#fff;
  455. border:1px solid #dee2e6;
  456. z-index:10001
  457. }
  458. #toolimg {
  459. position:absolute;
  460. display:none
  461. }
  462. #uploadfield {
  463. float:left
  464. }
  465. #uploadwait {
  466. z-index:19999
  467. }
  468. .option1 {
  469. background:#e9ecef
  470. }
  471. .option2 {
  472. background:#adb5bd
  473. }
  474. .option3 {
  475. background:#fff
  476. }
  477. .modal-title {
  478. font-size:16px
  479. }
  480. .tips-box {
  481. margin:70px auto 0;
  482. width:500px;
  483. height:auto;
  484. background:#fff;
  485. border-radius:0.5rem;
  486. box-shadow:0 0.125rem 0.25rem rgba(0,0,0,.075)
  487. }
  488. .tips-head {
  489. margin:0 20px;
  490. padding:18px 0;
  491. border-bottom:1px solid #f5f5f5
  492. }
  493. .tips-head p {
  494. margin:0;
  495. padding-left:10px;
  496. line-height:16px;
  497. text-align:left;
  498. border-left:3px solid #ff8400
  499. }
  500. .tips-body {
  501. padding:20px;
  502. min-height:160px;
  503. color:#545b62;
  504. word-break:break-all;
  505. word-wrap:break-word
  506. }
  507. .maintable {
  508. width:98%!important;
  509. border:1px solid #dee2e6!important
  510. }
  511. .table {
  512. margin-bottom:0;
  513. color:#545b62
  514. }
  515. .table td,.table th {
  516. padding:0.5rem;
  517. vertical-align:middle
  518. }
  519. .form-control {
  520. display:inline-block
  521. }
  522. .fa {
  523. font-size:14px!important;
  524. color:inherit
  525. }
  526. .list-group-item {
  527. padding:0.5rem 0
  528. }
  529. .btn-sm {
  530. padding:0.375rem 0.55rem;
  531. height:30px;
  532. line-height:1.5;
  533. font-size:12px
  534. }
  535. .btn-xs {
  536. padding:.22rem;
  537. height:20px;
  538. line-height:1;
  539. font-size:12px
  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. .btn-xs {
  623. border-radius:0.35rem!important
  624. }
  625. .coolbg2,.pubdlg .title,.cke_top {
  626. border-radius:0.5rem 0.5rem 0 0!important
  627. }
  628. .submenu,.wsselect,.cke_bottom {
  629. border-radius:0 0 0.5rem 0.5rem!important
  630. }
  631. .page-item:first-child .page-link {
  632. border-top-left-radius:0.5rem!important;
  633. border-bottom-left-radius:0.5rem!important
  634. }
  635. .page-item:last-child .page-link {
  636. border-top-right-radius:0.5rem!important;
  637. border-bottom-right-radius:0.5rem!important
  638. }
  639. #selColor {
  640. padding:5px;
  641. width:35px
  642. }
  643. #edsta {
  644. display:none;
  645. padding:0.5rem;
  646. position:absolute;
  647. top:100px;
  648. left:200px;
  649. width:450px;
  650. height:auto;
  651. background:#f5f5f5;
  652. border:1px solid #dee2e6
  653. }
  654. #browsehappy {
  655. padding:1rem 30px;
  656. color:#856404;
  657. background:#fff3cd
  658. }
  659. .browsehappy-close {
  660. float:right;
  661. cursor:pointer
  662. }
  663. @media (min-width:1200px) {
  664. .web-info {
  665. text-overflow:ellipsis;
  666. white-space:nowrap
  667. }
  668. .modal-dialog {
  669. max-width:500px
  670. }
  671. }
  672. @media (max-width:768px) {
  673. .tips {
  674. padding:0 15px
  675. }
  676. .tips-box {
  677. width:100%
  678. }
  679. }