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

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