国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

695 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. .fullpagediv {
  419. position:absolute;
  420. top:0;
  421. left:0;
  422. width:100%;
  423. height:100%;
  424. background:#f5f5f5;
  425. opacity:0.6;
  426. z-index:1999
  427. }
  428. .quicksel {
  429. margin-left:10px;
  430. margin-top:10px;
  431. width:680px;
  432. height:420px;
  433. overflow:auto;
  434. z-index:10005
  435. }
  436. .quickselfoot {
  437. padding:0.5rem;
  438. background:#f5f5f5;
  439. border-top:1px solid #dee2e6
  440. }
  441. .quickselitem {
  442. display:block;
  443. line-height:30px
  444. }
  445. .quickselitem .topcat {
  446. margin-bottom:1rem;
  447. padding:0 10px;
  448. background:#e9ecef;
  449. clear:both
  450. }
  451. .quickselitem .soncat {
  452. margin-bottom:1rem;
  453. padding:0 10px
  454. }
  455. .quickselitem .item {
  456. display:inline-block;
  457. padding-left:10px
  458. }
  459. .mysource,.mywriter {
  460. width:300px;
  461. background:#fff;
  462. border:1px solid #dee2e6;
  463. z-index:10001
  464. }
  465. #toolimg {
  466. position:absolute;
  467. display:none
  468. }
  469. #uploadfield {
  470. float:left
  471. }
  472. #uploadwait {
  473. z-index:19999
  474. }
  475. .option1 {
  476. background:#e9ecef
  477. }
  478. .option2 {
  479. background:#adb5bd
  480. }
  481. .option3 {
  482. background:#fff
  483. }
  484. .modal-title {
  485. font-size:16px
  486. }
  487. .tips-box {
  488. margin:70px auto 0;
  489. width:500px;
  490. height:auto;
  491. background:#fff;
  492. border-radius:0.5rem;
  493. box-shadow:0 0.125rem 0.25rem rgba(0,0,0,.075)
  494. }
  495. .tips-head {
  496. margin:0 20px;
  497. padding:18px 0;
  498. border-bottom:1px solid #f5f5f5
  499. }
  500. .tips-head p {
  501. margin:0;
  502. padding-left:10px;
  503. line-height:16px;
  504. text-align:left;
  505. border-left:3px solid #ff8400
  506. }
  507. .tips-body {
  508. padding:20px;
  509. min-height:160px;
  510. color:#545b62;
  511. word-break:break-all;
  512. word-wrap:break-word
  513. }
  514. .maintable {
  515. width:98%!important;
  516. border:1px solid #dee2e6!important
  517. }
  518. .table {
  519. margin-bottom:0;
  520. color:#545b62
  521. }
  522. .table td,.table th {
  523. padding:0.5rem;
  524. vertical-align:middle
  525. }
  526. .form-control {
  527. display:inline-block
  528. }
  529. .fa {
  530. font-size:14px!important;
  531. color:inherit;
  532. cursor:pointer
  533. }
  534. .list-group-item {
  535. padding:0.5rem 0
  536. }
  537. .btn-sm {
  538. padding:0.375rem 0.55rem;
  539. height:30px;
  540. line-height:1.5;
  541. font-size:12px
  542. }
  543. .btn-xs {
  544. padding:.22rem;
  545. height:20px;
  546. line-height:1;
  547. font-size:12px
  548. }
  549. .btn+.btn {
  550. margin-left:10px
  551. }
  552. .admin-win {
  553. background:#f5f5f5;
  554. border:1px solid #dee2e6!important
  555. }
  556. .admin-win-iframe {
  557. width:100%;
  558. height:360px
  559. }
  560. .admin-border {
  561. border:1px solid #dee2e6!important
  562. }
  563. .admin-main-sort {
  564. margin-left:1rem;
  565. width:30px;
  566. text-align:center
  567. }
  568. .admin-td {
  569. padding:0.5rem;
  570. border-bottom:1px solid #dee2e6
  571. }
  572. .admin-textarea-xl {
  573. width:100%;
  574. height:90px
  575. }
  576. .admin-textarea-sm {
  577. width:360px;
  578. height:60px
  579. }
  580. .admin-input-lg {
  581. width:360px
  582. }
  583. .admin-input-md {
  584. width:260px
  585. }
  586. .admin-input-sm {
  587. width:160px
  588. }
  589. .admin-input-xs {
  590. width:60px
  591. }
  592. .thumbnail-md {
  593. max-width:200px;
  594. max-height:120px
  595. }
  596. .thumbnail-sm {
  597. max-width:80px;
  598. max-height:80px
  599. }
  600. .icon img {
  601. width:20px;
  602. height:20px
  603. }
  604. .upload-bg {
  605. margin:10px;
  606. background:#fff
  607. }
  608. .napisdiv {
  609. position:absolute;
  610. left:10;
  611. top:10;
  612. display:none;
  613. width:150px;
  614. height:100px;
  615. z-index:9998
  616. }
  617. .fileinput-button {
  618. display:inline-block;
  619. position:relative;
  620. overflow:hidden
  621. }
  622. .fileinput-button input {
  623. position:absolute;
  624. top:0;
  625. right:0;
  626. margin:0;
  627. opacity:0;
  628. direction:ltr;
  629. cursor:pointer
  630. }
  631. span.page-link {
  632. color:#fff;
  633. background:#1eb867
  634. }
  635. 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 {
  636. border-radius:0.5rem!important
  637. }
  638. .btn-xs {
  639. border-radius:0.35rem!important
  640. }
  641. .coolbg2,.pubdlg .title,.cke_top {
  642. border-radius:0.5rem 0.5rem 0 0!important
  643. }
  644. .submenu,.wsselect,.cke_bottom {
  645. border-radius:0 0 0.5rem 0.5rem!important
  646. }
  647. .page-item:first-child .page-link {
  648. border-top-left-radius:0.5rem!important;
  649. border-bottom-left-radius:0.5rem!important
  650. }
  651. .page-item:last-child .page-link {
  652. border-top-right-radius:0.5rem!important;
  653. border-bottom-right-radius:0.5rem!important
  654. }
  655. #selColor {
  656. padding:0;
  657. width:40px
  658. }
  659. #edsta {
  660. display:none;
  661. padding:0.5rem;
  662. position:absolute;
  663. top:100px;
  664. left:200px;
  665. width:450px;
  666. height:auto;
  667. background:#f5f5f5;
  668. border:1px solid #dee2e6
  669. }
  670. #browsehappy {
  671. padding:1rem 30px;
  672. color:#856404;
  673. background:#fff3cd
  674. }
  675. .browsehappy-close {
  676. float:right;
  677. cursor:pointer
  678. }
  679. @media (max-width:768px) {
  680. .tips {
  681. padding:0 15px
  682. }
  683. .tips-box {
  684. width:100%
  685. }
  686. }
  687. @media (min-width:1200px) {
  688. .web-info {
  689. text-overflow:ellipsis;
  690. white-space:nowrap
  691. }
  692. .modal-dialog {
  693. max-width:500px
  694. }
  695. }