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

592 lines
8.7KB

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