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

656 lines
10KB

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