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

464 lines
6.8KB

  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:#28a745;
  28. text-decoration:none
  29. }
  30. table {
  31. border-radius:.2rem
  32. }
  33. form,h1,h2,h3,ul,ol,div {
  34. margin:0;
  35. padding:0
  36. }
  37. body,th,td {
  38. line-height:1.5
  39. }
  40. th,td,div {
  41. word-break:break-all;
  42. word-wrap:break-word
  43. }
  44. li,dd {
  45. margin:0;
  46. padding:0;
  47. list-style:none
  48. }
  49. img {
  50. margin-right:10px;
  51. border-radius:.2rem
  52. }
  53. label {
  54. margin-bottom:0
  55. }
  56. input {
  57. padding:.25rem .5rem;
  58. height:28px;
  59. color:#545b62;
  60. background:#fff;
  61. border:1px solid #dee2e6;
  62. border-radius:.2rem;
  63. vertical-align:middle;
  64. transition:all .3s
  65. }
  66. input[type=button],input[type=submit],input[type=reset] {
  67. padding:.25rem .5rem;
  68. height:auto;
  69. color:#fff;
  70. background:#28a745;
  71. border-radius:.2rem;
  72. border:0;
  73. transition:all .3s
  74. }
  75. input[type=file] {
  76. border:0
  77. }
  78. input[type=radio],input[type=checkbox],input[type=radio]:focus,input[type=checkbox]:focus {
  79. height:auto;
  80. box-shadow:none;
  81. outline:none;
  82. vertical-align:text-top
  83. }
  84. textarea {
  85. padding:.25rem .5rem;
  86. color:#545b62;
  87. background:#fff;
  88. border:1px solid #dee2e6;
  89. border-radius:.2rem;
  90. transition:all .3s
  91. }
  92. select {
  93. padding:.25rem .5rem;
  94. height:28px;
  95. color:#545b62;
  96. background:#fff;
  97. border:1px solid #dee2e6;
  98. border-radius:.2rem;
  99. transition:all .3s
  100. }
  101. select:focus,input:focus,textarea:focus {
  102. color:#495057;
  103. background:#fff;
  104. border-color:#80bdff;
  105. box-shadow:0 0 0 0.2rem rgba(0,123,255,.25);
  106. outline:0
  107. }
  108. .linerow {
  109. border-bottom:1px solid #eee!important
  110. }
  111. .coolbg {
  112. padding:.25rem .5rem;
  113. background:#f8f8f8;
  114. border-bottom:1px solid #dee2e6;
  115. border-radius:.2rem;
  116. border:0;
  117. cursor:pointer
  118. }
  119. .coolbg2 {
  120. height:28px;
  121. background:#dfddd2;
  122. border:1px solid #dee2e6
  123. }
  124. .ll {
  125. background:#e6e6e6;
  126. border-right:2px solid #acacac;
  127. border-bottom:2px solid #acacac
  128. }
  129. .bline {
  130. height:36px;
  131. border-bottom:1px solid #dee2e6
  132. }
  133. #uploadfield {
  134. float:left
  135. }
  136. .bline2 {
  137. border-bottom:1px solid #dee2e6
  138. }
  139. .coolbt {
  140. background:#e4f7d7;
  141. border-left:1px solid #efefef;
  142. border-top:1px solid #efefef;
  143. border-bottom:1px solid #acacac;
  144. cursor:pointer
  145. }
  146. .coolbt2 {
  147. background:#f7fcda;
  148. border-left:1px solid #efefef;
  149. border-top:1px solid #efefef;
  150. border-bottom:1px solid #acacac
  151. }
  152. .coolbg3 {
  153. width:140px;
  154. height:28px;
  155. background:#dfddd2;
  156. border:1px solid #bdc5b4;
  157. text-align:right
  158. }
  159. .coolbg61 {
  160. width:390px;
  161. height:28px;
  162. line-height:28px;
  163. background:#e7f3b1;
  164. border-top:1px solid #bdc5b4;
  165. border-left:1px solid #bdc5b4;
  166. border-right:1px solid #bdc5b4;
  167. text-align:right
  168. }
  169. .coolbg62 {
  170. padding:.6rem;
  171. width:390px;
  172. height:300px;
  173. background:#F8FDF0;
  174. border:1px solid #bdc5b4
  175. }
  176. .coolbg4 {
  177. width:160px;
  178. background:#fff;
  179. border-bottom:1px solid #dee2e6;
  180. text-align:right
  181. }
  182. .wsselect {
  183. padding:.5rem 0;
  184. background:#fff;
  185. overflow:auto
  186. }
  187. .dlg {
  188. padding:.25rem .5rem;
  189. width:360px;
  190. background:#f0faeb;
  191. border:2px solid #28a745
  192. }
  193. .pubdlg {
  194. background:#fff;
  195. border:2px solid #28a745;
  196. border-radius:.2rem;
  197. z-index:8888
  198. }
  199. .pubdlg .title {
  200. padding-left:.5rem;
  201. line-height:30px;
  202. font-weight:600;
  203. color:#545b62;
  204. border-bottom:1px solid #dee2e6;
  205. cursor:move
  206. }
  207. .fullpagediv {
  208. position:absolute;
  209. top:0;
  210. left:0;
  211. width:100%;
  212. height:100%;
  213. background:#cdcdcd;
  214. opacity:.6;
  215. z-index:1999
  216. }
  217. .quicksel {
  218. margin-left:10px;
  219. margin-top:10px;
  220. width:680px;
  221. height:420px;
  222. overflow:auto;
  223. z-index:10005
  224. }
  225. .quickselfoot {
  226. padding:.5rem 0;
  227. border-top:1px solid #dee2e6
  228. }
  229. .quickselItem {
  230. display:block;
  231. line-height:28px
  232. }
  233. .quickselItem .topcat {
  234. padding:0 10px;
  235. background:#f8fcf2;
  236. clear:both
  237. }
  238. .quickselItem .soncat {
  239. padding:0 10px
  240. }
  241. .quickselItem .item {
  242. display:inline-block;
  243. padding-left:10px
  244. }
  245. .mysource,.mywriter {
  246. width:300px;
  247. background:#fff;
  248. border:2px solid #28a745;
  249. z-index:10001
  250. }
  251. .dlgws div {
  252. padding:.5rem;
  253. width:100%
  254. }
  255. .dlgTesttitle {
  256. width:300px;
  257. background:#f0faeb;
  258. border:2px solid #28a745
  259. }
  260. #_mysource {
  261. z-index:10003
  262. }
  263. #_mywriter {
  264. z-index:10004
  265. }
  266. #uploadwait {
  267. z-index:19999
  268. }
  269. .option1 {
  270. background:#dceca6
  271. }
  272. .option2 {
  273. background:#f7fbd2
  274. }
  275. .option3 {
  276. background:#fff
  277. }
  278. .ininput {
  279. width:96%;
  280. height:28px;
  281. border:1px solid #dee2e6
  282. }
  283. .nbt {
  284. padding:.6rem;
  285. background:#f8fcf2;
  286. border:1px solid #a5af83
  287. }
  288. .tdt {
  289. padding-left:10px
  290. }
  291. .divpre img {
  292. max-width:150px;
  293. max-height:100px
  294. }
  295. .divpre {
  296. overflow:hidden
  297. }
  298. .autoinput {
  299. padding-left:10px;
  300. width:90%
  301. }
  302. .tbtitle td {
  303. padding:.6rem
  304. }
  305. .tblist td {
  306. padding:.6rem;
  307. background:#fff
  308. }
  309. .tblist td.tbsname {
  310. padding:.6rem;
  311. background:#f9ffe6
  312. }
  313. .colordlg {
  314. padding:.6rem;
  315. width:120px;
  316. background:#fff;
  317. border:2px solid #28a745;
  318. z-index:10005
  319. }
  320. option.alltype {
  321. padding:2px 0 4px 0px
  322. }
  323. option.btype {
  324. padding:2px 0 4px 10px
  325. }
  326. option.stype {
  327. padding:2px 0 4px 20px
  328. }
  329. .ilist {
  330. border:1px dashed #dee2e6
  331. }
  332. .spec {
  333. width:60px
  334. }
  335. .gtab a {
  336. display:block;
  337. float:left;
  338. width:80px;
  339. height:28px;
  340. line-height:28px;
  341. text-align:center
  342. }
  343. .m1 {
  344. border-left:1px solid #dfdfdb;
  345. border-top:1px solid #dfdfdb;
  346. border-bottom:1px solid #808080
  347. }
  348. .m2 {
  349. border-left:1px solid #dfdfdb;
  350. border-bottom:1px solid #808080;
  351. border-top:1px solid #dfdfdb;
  352. border-right:1px solid #dfdfdb
  353. }
  354. .m3 {
  355. border-left:1px solid #dfdfdb;
  356. border-top:1px solid #dfdfdb;
  357. border-right:1px solid #dfdfdb
  358. }
  359. .article {
  360. table-layout:fixed
  361. }
  362. .nndiv {
  363. width:170px;
  364. height:28px;
  365. margin:0;
  366. padding:0;
  367. overflow:hidden
  368. }
  369. span.page-link {
  370. color:#fff;
  371. background:#28a745
  372. }
  373. .btn-xs {
  374. padding:2px;
  375. line-height:12px;
  376. font-size:12px
  377. }
  378. .btn+.btn,.btn-text+.btn-text {
  379. margin-left:1rem
  380. }
  381. .fa {
  382. font-size:14px!important;
  383. color:inherit
  384. }
  385. .maintable {
  386. width:98%!important;
  387. border:1px solid #dee2e6!important
  388. }
  389. .table {
  390. margin-bottom:0;
  391. color:#545b62
  392. }
  393. .table td,.table th {
  394. padding:.65rem;
  395. vertical-align:middle
  396. }
  397. .form-control {
  398. display:inline-block;
  399. margin-right:10px;
  400. width:360px
  401. }
  402. .biz-updates {
  403. display:inline-block;
  404. position:absolute;
  405. top:12px;
  406. right:8px;
  407. height:6px;
  408. width:6px;
  409. background:#dc3545;
  410. border-radius:50%
  411. }
  412. .biz-win {
  413. background:#f8f8f8;
  414. border:1px solid #dee2e6
  415. }
  416. .biz-win-iframe {
  417. width:100%;
  418. height:360px
  419. }
  420. .biz-itemnote1 {
  421. background:#f8fcf2;
  422. border-radius:.2rem .2rem 0 0
  423. }
  424. .biz-itemnote2 {
  425. background:#f8f8f8;
  426. border-radius:.2rem .2rem 0 0
  427. }
  428. .biz-border {
  429. border:1px solid #dee2e6
  430. }
  431. .biz-textarea {
  432. width:98%;
  433. height:90px
  434. }
  435. .biz-textarea-sm {
  436. width:360px;
  437. height:50px
  438. }
  439. .file-icon,svg {
  440. margin-right:10px;
  441. width:22px;
  442. height:22px;
  443. border-radius:.2rem
  444. }
  445. #text {
  446. font-size:0
  447. }
  448. .user-img {
  449. margin-right:10px;
  450. width:30px;
  451. height:30px;
  452. border-radius:50%;
  453. border:1px solid #dee2e6
  454. }
  455. .web-info {
  456. padding:10px;
  457. background:#f8f8f8;
  458. border-radius:.2rem;
  459. text-align:center
  460. }
  461. .thumbnail {
  462. max-width:160px;
  463. max-height:120px
  464. }