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

440 lines
6.5KB

  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:#1eb867;
  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:#1eb867;
  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:10px 0;
  184. background:#fff;
  185. overflow:auto
  186. }
  187. .dlg {
  188. padding:.25rem .5rem;
  189. width:360px;
  190. background:#f0faeb;
  191. border:2px solid #1eb867
  192. }
  193. .pubdlg {
  194. background:#fff;
  195. border:2px solid #1eb867;
  196. border-radius:.2rem;
  197. z-index:8888
  198. }
  199. .pubdlg .title {
  200. padding-left:.25rem;
  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:10px 0;
  227. border-top:1px solid #dee2e6
  228. }
  229. .quickselItem {
  230. display:block;
  231. line-height:28px
  232. }
  233. .quickselItem .topcat {
  234. padding-left:10px;
  235. background:#f8fcf2;
  236. clear:both
  237. }
  238. .quickselItem .soncat {
  239. display:inline-block;
  240. padding-left:10px
  241. }
  242. .quickselItem .item {
  243. padding-left:10px
  244. }
  245. .mysource,.mywriter {
  246. width:300px;
  247. background:#fff;
  248. border:2px solid #1eb867;
  249. z-index:10001
  250. }
  251. .dlgws div {
  252. width:100%
  253. }
  254. .dlgTesttitle {
  255. width:300px;
  256. background:#f0faeb;
  257. border:2px solid #1eb867
  258. }
  259. #_mysource {
  260. z-index:10003
  261. }
  262. #_mywriter {
  263. z-index:10004
  264. }
  265. #uploadwait {
  266. z-index:19999
  267. }
  268. .option1 {
  269. background:#dceca6
  270. }
  271. .option2 {
  272. background:#f7fbd2
  273. }
  274. .option3 {
  275. background:#fff
  276. }
  277. .ininput {
  278. width:96%;
  279. height:28px;
  280. border:1px solid #dee2e6
  281. }
  282. .nbt {
  283. padding:.6rem;
  284. background:#f8fcf2;
  285. border:1px solid #a5af83
  286. }
  287. .tdt {
  288. padding-left:10px
  289. }
  290. .divpre img {
  291. max-width:150px;
  292. max-height:100px
  293. }
  294. .divpre {
  295. overflow:hidden
  296. }
  297. .autoinput {
  298. padding-left:10px;
  299. width:90%
  300. }
  301. .tbtitle td {
  302. padding:.6rem
  303. }
  304. .tblist td {
  305. padding:.6rem;
  306. background:#fff
  307. }
  308. .tblist td.tbsname {
  309. padding:.6rem;
  310. background:#f9ffe6
  311. }
  312. .colordlg {
  313. padding:.6rem;
  314. width:120px;
  315. background:#fff;
  316. border:2px solid #1eb867;
  317. z-index:10005
  318. }
  319. option.alltype {
  320. padding:2px 0 4px 0px
  321. }
  322. option.btype {
  323. padding:2px 0 4px 10px
  324. }
  325. option.stype {
  326. padding:2px 0 4px 20px
  327. }
  328. .ilist {
  329. border:1px dashed #dee2e6
  330. }
  331. .spec {
  332. width:60px
  333. }
  334. .gtab a {
  335. display:block;
  336. float:left;
  337. width:80px;
  338. height:28px;
  339. line-height:28px;
  340. text-align:center
  341. }
  342. .m1 {
  343. border-left:1px solid #dfdfdb;
  344. border-top:1px solid #dfdfdb;
  345. border-bottom:1px solid #808080
  346. }
  347. .m2 {
  348. border-left:1px solid #dfdfdb;
  349. border-bottom:1px solid #808080;
  350. border-top:1px solid #dfdfdb;
  351. border-right:1px solid #dfdfdb
  352. }
  353. .m3 {
  354. border-left:1px solid #dfdfdb;
  355. border-top:1px solid #dfdfdb;
  356. border-right:1px solid #dfdfdb
  357. }
  358. .article {
  359. table-layout:fixed
  360. }
  361. .nndiv {
  362. width:170px;
  363. height:28px;
  364. margin:0;
  365. padding:0;
  366. overflow:hidden
  367. }
  368. span.page-link {
  369. color:#fff;
  370. background:#1eb867
  371. }
  372. a.btn {
  373. color:#fff!important
  374. }
  375. .btn-xs {
  376. padding:2px;
  377. line-height:12px;
  378. font-size:12px
  379. }
  380. .btn+.btn,.btn-text+.btn-text {
  381. margin-left:1rem
  382. }
  383. .fa {
  384. font-size:14px!important;
  385. color:inherit
  386. }
  387. #text {
  388. font-size:0
  389. }
  390. .web-info {
  391. padding:10px;
  392. background:#f8f8f8;
  393. border-radius:.2rem;
  394. text-align:center
  395. }
  396. .maintable {
  397. width:98%!important;
  398. border:1px solid #dee2e6!important
  399. }
  400. .table {
  401. margin-bottom:0;
  402. color:#545b62
  403. }
  404. .table td,.table th {
  405. padding:.6rem;
  406. vertical-align:middle
  407. }
  408. .form-control {
  409. display:inline-block;
  410. margin-right:10px;
  411. width:360px
  412. }
  413. .biz-border {
  414. border:1px solid #dee2e6
  415. }
  416. .biz-itemnote1 {
  417. background:#f8fcf2;
  418. border-radius:.2rem .2rem 0 0
  419. }
  420. .biz-itemnote2 {
  421. background:#f8f8f8;
  422. border-radius:.2rem .2rem 0 0
  423. }
  424. .thumbnail {
  425. max-width:160px;
  426. max-height:120px
  427. }
  428. .file-icon,svg {
  429. margin-right:10px;
  430. width:22px;
  431. height:22px;
  432. border-radius:.2rem
  433. }
  434. .user-img {
  435. margin-right:10px;
  436. width:30px;
  437. height:30px;
  438. border-radius:50%;
  439. border:1px solid #dee2e6
  440. }