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

661 lines
10KB

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