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

478 lines
7.3KB

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