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

690 lines
11KB

  1. * {
  2. font-size: 13px;
  3. font-family: "宋体";
  4. }
  5. td {
  6. line-height: 1.5;
  7. }
  8. body {
  9. font-size: 13px;
  10. line-height: 1.5;
  11. font-family: "宋体";
  12. background-color: #FFF;
  13. }
  14. form,
  15. h1,
  16. h2,
  17. h3,
  18. ul,
  19. ol,
  20. div {
  21. margin: 0;
  22. padding: 0;
  23. }
  24. td,
  25. th,
  26. div {
  27. word-break: break-all;
  28. word-wrap: break-word;
  29. }
  30. b,
  31. strong {
  32. color: #666600;
  33. }
  34. li,
  35. dd {
  36. list-style-type: none;
  37. margin: 0px;
  38. padding: 0px;
  39. }
  40. select {
  41. height: calc(1.5em + .75rem + 2px);
  42. padding: .375rem .75rem;
  43. font-size: 1rem;
  44. font-weight: 400;
  45. color: #495057;
  46. background-color: #fff;
  47. background-clip: padding-box;
  48. border: 1px solid #ced4da;
  49. border-radius: .25rem;
  50. transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  51. }
  52. input[type="button"],
  53. input[type="submit"],
  54. input[type="reset"] {
  55. border: none;
  56. border-right: 1px solid #ACACAC;
  57. border-bottom: 1px solid #ACACAC;
  58. background-color: #F1F8B4;
  59. padding: 2px;
  60. padding-right: 5px;
  61. padding-left: 5px;
  62. cursor: pointer;
  63. }
  64. input[type="text"],
  65. input[type="password"] {
  66. font-size: 1rem;
  67. font-weight: 400;
  68. color: #495057;
  69. background-color: #fff;
  70. background-clip: padding-box;
  71. border: 1px solid #ced4da;
  72. border-radius: .25rem;
  73. height: calc(1.5em + .75rem + 2px);
  74. padding: .375rem .75rem;
  75. transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  76. line-height: 18px;
  77. vertical-align: middle;
  78. }
  79. input[type="text"]:focus,
  80. input[type="password"]:focus {
  81. border-color: #A5C760;
  82. color: #333;
  83. -moz-box-shadow: 0 0 3px #A5C760;
  84. -webkit-box-shadow: 0 0 3px #A5C760;
  85. box-shadow: 0 0 3px #A5C760;
  86. outline: none;
  87. }
  88. input:disabled,
  89. input[readonly] {
  90. background-color: #e9ecef;
  91. opacity: 1;
  92. }
  93. label {
  94. display: inline-block;
  95. margin: .5rem 0;
  96. }
  97. .alltxt {
  98. line-height: 18px;
  99. padding: 3px 3px 2px 3px;
  100. vertical-align: middle;
  101. border-width: 1px;
  102. border-style: solid;
  103. border-color: #707070 #CECECE #CECECE #707070;
  104. }
  105. textarea {
  106. font-size: 1rem;
  107. font-weight: 400;
  108. color: #495057;
  109. background-color: #fff;
  110. background-clip: padding-box;
  111. border: 1px solid #ced4da;
  112. border-radius: .25rem;
  113. transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  114. padding: 2px 4px;
  115. vertical-align: middle;
  116. line-height: 16px;
  117. overflow: auto;
  118. resize: vertical;
  119. }
  120. textarea:focus {
  121. border-color: #A5C760;
  122. color: #333;
  123. -moz-box-shadow: 0 0 3px #A5C760;
  124. -webkit-box-shadow: 0 0 3px #A5C760;
  125. box-shadow: 0 0 3px #A5C760;
  126. }
  127. h1 {
  128. color: #171B16;
  129. font-size: 130%;
  130. font-weight: bold;
  131. }
  132. h2 {
  133. color: #171B16;
  134. font-size: 115%;
  135. font-weight: bold;
  136. }
  137. h3 {
  138. color: #171B16;
  139. font-size: 100%;
  140. font-weight: bold;
  141. }
  142. a:link {
  143. font-size: 9pt;
  144. color: #000000;
  145. text-decoration: none;
  146. font-family: ""宋体"";
  147. }
  148. a:visited {
  149. font-size: 9pt;
  150. color: #000000;
  151. text-decoration: none;
  152. font-family: ""宋体"";
  153. }
  154. a:hover {
  155. color: red;
  156. font-family: ""宋体"";
  157. }
  158. a img {
  159. border-style: none;
  160. }
  161. b a {
  162. color: #666600;
  163. }
  164. strong a {
  165. color: #666600;
  166. }
  167. a b {
  168. color: #666600;
  169. }
  170. a strong {
  171. color: #666600;
  172. }
  173. .pubinputs {
  174. height: 16px;
  175. line-height: 16px;
  176. width: 250px;
  177. padding: 4px 0px 2px 0px;
  178. border-width: 1px;
  179. border-style: solid;
  180. border-color: #999999 #dddddd #dddddd #999999;
  181. }
  182. .iptxt {
  183. height: 14px;
  184. line-height: 14px;
  185. padding: 4px 3px 2px 3px;
  186. border-width: 1px;
  187. border-style: solid;
  188. border-color: #999999 #dddddd #dddddd #999999;
  189. }
  190. .pubinput {
  191. height: 24px;
  192. width: 250px;
  193. padding-top: 3px;
  194. padding-bottom: 0px;
  195. }
  196. .pubinputl {
  197. height: 24px;
  198. width: 350px;
  199. padding-top: 3px;
  200. padding-bottom: 0px;
  201. }
  202. .np {
  203. border: none;
  204. }
  205. .linerow {
  206. border-bottom: 1px solid #ACACAC;
  207. }
  208. .coolbg {
  209. border: none;
  210. border-right: 1px solid #ACACAC;
  211. border-bottom: 1px solid #ACACAC;
  212. padding: 2px;
  213. padding-right: 5px;
  214. padding-left: 5px;
  215. background: #CCC url(../images/allbtbg2.gif);
  216. cursor: pointer;
  217. }
  218. .coolbg2 {
  219. border: 1px solid #000000;
  220. background-color: #DFDDD2;
  221. height: 18px
  222. }
  223. .ll {
  224. border-right: 2px solid #ACACAC;
  225. border-bottom: 2px solid #ACACAC;
  226. background-color: #E6E6E6
  227. }
  228. .bline {
  229. border-bottom: 1px dotted #BCBCBC;
  230. height: 36px;
  231. background-color: #FFFFFF;
  232. }
  233. #uploadfield {
  234. float: left;
  235. }
  236. .bline2 {
  237. border-bottom: 1px solid #BCBCBC;
  238. }
  239. .coolbt {
  240. border-left: 1px solid #EFEFEF;
  241. border-top: 1px solid #EFEFEF;
  242. border-right: 1px solid #ACACAC;
  243. border-bottom: 1px solid #ACACAC;
  244. background-color: #E4F7D7;
  245. cursor: pointer;
  246. }
  247. .coolbt2 {
  248. border-left: 1px solid #EFEFEF;
  249. border-top: 1px solid #EFEFEF;
  250. border-right: 1px solid #ACACAC;
  251. border-bottom: 1px solid #ACACAC;
  252. background-color: #F7FCDA
  253. }
  254. .coolbg3 {
  255. border: 1px solid #BDC5B4;
  256. background-color: #DFDDD2;
  257. height: 20px;
  258. width: 140px;
  259. text-align: right;
  260. }
  261. .coolbg61 {
  262. line-height: 26px;
  263. width: 380px;
  264. border-top: 1px solid #BDC5B4;
  265. border-left: 1px solid #BDC5B4;
  266. border-right: 1px solid #BDC5B4;
  267. height: 26px;
  268. text-align: right;
  269. background-color: #E7F3B1;
  270. }
  271. .coolbg62 {
  272. border: 1px solid #BDC5B4;
  273. background-color: #F8FDF0;
  274. height: 300px;
  275. width: 380px;
  276. padding: 5px;
  277. }
  278. .coolbg4 {
  279. border-bottom: 1px solid #C9CFC1;
  280. background-color: #F9FCDC;
  281. background: url(../images/dlgtitle.gif) repeat-x;
  282. height: 24px;
  283. line-height: 24px;
  284. width: 190px;
  285. text-align: right;
  286. }
  287. .coolbg5 {
  288. border-top: 1px solid #BDC5B4;
  289. background-color: #F9FCDC;
  290. font-size: 1pt;
  291. height: 6px;
  292. width: 190px;
  293. }
  294. .wsselect {
  295. height: 60px;
  296. line-height: 24px overflow-y:auto;
  297. overflow: auto;
  298. background-color: #FCFEF1;
  299. scrollbar-face-color: #ffffff;
  300. scrollbar-highlight-color: #919192;
  301. scrollbar-shadow-color: #919192;
  302. scrollbar-3dlight-color: #ffffff;
  303. scrollbar-arrow-color: #919192;
  304. scrollbar-track-color: #ffffff;
  305. scrollbar-darkshadow-color: #ffffff;
  306. }
  307. .dlg {
  308. border: 2px solid #749F4D;
  309. background-color: #F0FAEB;
  310. padding: 2px;
  311. width: 360px;
  312. line-height: 160%;
  313. }
  314. .pubdlg {
  315. z-index: 8888;
  316. border: 5px solid #749F4D;
  317. background-color: #fff;
  318. }
  319. .pubdlg .title {
  320. border-bottom: 1px solid #C9CFC1;
  321. background-color: #F9FCDC;
  322. background: url(../images/dlgtitle.gif) repeat-x;
  323. height: 28px;
  324. line-height: 28px;
  325. text-align: left;
  326. cursor: move;
  327. }
  328. .pubdlg .titLeft {
  329. float: left;
  330. padding-left: 8px;
  331. line-height: 28px;
  332. font-weight: bold;
  333. color: #555;
  334. }
  335. .pubdlg .titRight {
  336. float: right;
  337. padding: 0px;
  338. }
  339. .fullpagediv {
  340. z-index: 1999;
  341. top: 0;
  342. left: 0;
  343. background: #cdcdcd;
  344. filter: Alpha(opacity=50);
  345. -moz-opacity: .5;
  346. opacity: 0.5;
  347. position: absolute;
  348. width: 100%;
  349. height: 120%;
  350. }
  351. .quicksel {
  352. z-index: 10005;
  353. width: 680px;
  354. height: 420px;
  355. margin-left: 5px;
  356. margin-top: 5px;
  357. overflow: auto;
  358. scrollbar-face-color: #ffffff;
  359. scrollbar-highlight-color: #919192;
  360. scrollbar-shadow-color: #919192;
  361. scrollbar-3dlight-color: #ffffff;
  362. scrollbar-arrow-color: #919192;
  363. scrollbar-track-color: #ffffff;
  364. scrollbar-darkshadow-color: #ffffff;
  365. }
  366. .quickselfoot {
  367. padding-top: 8px;
  368. border-top: 1px dashed #C0CC9D;
  369. }
  370. .quickselItem {
  371. margin-bottom: 8px;
  372. }
  373. .quickselItem .topcat {
  374. font-weight: bold;
  375. clear: both;
  376. line-height: 24px;
  377. border-bottom: 1px dashed #ccc;
  378. background: #FBFEEF;
  379. padding-left: 5px;
  380. }
  381. .quickselItem .soncat {
  382. padding-left: 10px;
  383. }
  384. .quickselItem .item {
  385. float: left;
  386. margin-right: 8px;
  387. }
  388. .mysource,
  389. .mywriter {
  390. z-index: 10001;
  391. border: 5px solid #749F4D;
  392. background-color: #F0FAEB;
  393. padding: 2px;
  394. width: 280px;
  395. line-height: 160%;
  396. }
  397. .dlgws div {
  398. width: 100%;
  399. }
  400. .dlgTesttitle {
  401. border: 2px solid #749F4D;
  402. background-color: #F0FAEB;
  403. padding: 2px;
  404. width: 300px;
  405. line-height: 150%;
  406. }
  407. #_mysource {
  408. z-index: 10003;
  409. }
  410. #_mywriter {
  411. z-index: 10004;
  412. }
  413. #uploadwait {
  414. z-index: 19999;
  415. }
  416. .option1 {
  417. background-color: #DCECA6;
  418. }
  419. .option2 {
  420. background-color: #F7FBD2;
  421. }
  422. .option3 {
  423. background-color: #FFFFFF;
  424. }
  425. .ininput {
  426. width: 96%;
  427. height: 20px;
  428. border: 1px solid #ffffff;
  429. }
  430. .nbt {
  431. padding: 1px;
  432. background-image: url('../images/allbtbg.gif');
  433. background-color: #ffffff;
  434. border: 1px solid #A5AF83;
  435. }
  436. .tdt {
  437. padding-left: 6px;
  438. }
  439. .waitpage {
  440. top: 0;
  441. left: 0;
  442. filter: Alpha(opacity=70);
  443. -moz-opacity: 0.7;
  444. position: absolute;
  445. z-index: 10000;
  446. background: url(../../images/loading1.gif) #ababab center no-repeat;
  447. }
  448. .divpre img {
  449. max-width: 150px;
  450. max-height: 100px;
  451. }
  452. .divpre {
  453. overflow: hidden;
  454. }
  455. .autoinput {
  456. padding-left: 3px;
  457. width: 90%;
  458. }
  459. .bodytitle {
  460. margin: auto;
  461. height: 28px;
  462. border: 1px dotted #BFD67C;
  463. background: url('../images/wbg.gif');
  464. margin-bottom: 6px;
  465. width: 98%;
  466. font-weight: bold;
  467. }
  468. .bodytitle div {
  469. float: left
  470. }
  471. .bodytitletxt {
  472. padding-left: 6px;
  473. line-height: 28px;
  474. }
  475. .tbtitle td {
  476. padding: 3px;
  477. }
  478. .tblist td {
  479. background: #FFFFFF;
  480. padding: 6px;
  481. }
  482. .tblist td.tbsname {
  483. background: #F9FFE6;
  484. padding: 6px;
  485. }
  486. .colordlg {
  487. width: 100px;
  488. z-index;
  489. 10005;
  490. border: 2px dashed #749F4D;
  491. background-color: #F0FAEB;
  492. padding: 2px;
  493. line-height: 160%;
  494. }
  495. option.alltype {
  496. height: 18px;
  497. line-height: 18px;
  498. font-size: 12px;
  499. padding-left: 16px;
  500. background: url(../images/arr4.gif) 3px 4px no-repeat;
  501. }
  502. option.btype {
  503. height: 18px;
  504. line-height: 18px;
  505. font-size: 12px;
  506. padding-left: 16px;
  507. background: url(../images/arr4.gif) 3px 4px no-repeat;
  508. }
  509. option.stype {
  510. height: 18px;
  511. line-height: 18px;
  512. font-size: 12px;
  513. padding-left: 24px;
  514. background: url(../images/arrr.gif) 11px 4px no-repeat;
  515. }
  516. .ilist {
  517. border-top: 1px dashed #BCBCBC;
  518. border-bottom: 1px dashed #BCBCBC;
  519. border-left: 1px dashed #BCBCBC;
  520. }
  521. .ilist td {
  522. border-right: 1px dashed #BCBCBC;
  523. }
  524. #typeid2 {
  525. border: 0px;
  526. padding: 0px;
  527. background: #ccc;
  528. height: 18px;
  529. font-size: 12px;
  530. padding-left: 10px;
  531. background: url(../images/typeid2bg.gif) no-repeat;
  532. float: left;
  533. }
  534. .litpic_span {
  535. width: 77px;
  536. overflow: hidden;
  537. height: 21px;
  538. *vertical-align: 3px;
  539. margin-left: -60px;
  540. *margin-left: -75px;
  541. cursor: pointer;
  542. }
  543. #litpic {
  544. width: 85px;
  545. height: 20px;
  546. margin-left: -20px;
  547. filter: alpha(opacity=00);
  548. -moz-opacity: .0;
  549. opacity: 0.0;
  550. cursor: pointer;
  551. }
  552. #starttime,
  553. #endtime,
  554. #pubdate {
  555. background: url(../images/calendar.gif) 3px no-repeat;
  556. padding-left: 23px;
  557. }
  558. #title {
  559. background: url(../images/ruler.gif) repeat-x 0px 10px;
  560. }
  561. .spec {
  562. width: 60px;
  563. }
  564. .gtab a {
  565. width: 80px;
  566. text-align: center;
  567. display: block;
  568. float: left;
  569. height: 26px;
  570. line-height: 26px;
  571. }
  572. .albCt img {
  573. cursor: pointer;
  574. }
  575. img {
  576. vertical-align: baseline;
  577. }
  578. .maintable {
  579. width: 98% !important;
  580. }
  581. a.btn {
  582. color: white !important;
  583. }
  584. span.page-link {
  585. background-color: #DDD;
  586. }
  587. .btn-success {
  588. background-color: #28a745;
  589. border-color: #28a745;
  590. }