汇联通执法队后台管理系统
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

demo.css 2.1KB

123456789101112131415161718192021222324252627282930313233
  1. html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  2. margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;}
  3. body {color: #2f332a;font: 15px/21px Arial, Helvetica, simsun, sans-serif;background: #f0f6e4 \9;}
  4. h1, h2, h3, h4, h5, h6 {color: #2f332a;font-weight: bold;font-family: Helvetica, Arial, sans-serif;padding-bottom: 5px;}
  5. h1 {font-size: 24px;line-height: 34px;text-align: center;}
  6. h2 {font-size: 14px;line-height: 24px;padding-top: 5px;}
  7. h6 {font-weight: normal;font-size: 12px;letter-spacing: 1px;line-height: 24px;text-align: center;}
  8. a {color:#3C6E31;text-decoration: underline;}
  9. a:hover {background-color:#3C6E31;color:white;}
  10. input.radio {margin: 0 2px 0 8px;}
  11. input.radio.first {margin-left:0;}
  12. input.empty {color: lightgray;}
  13. code {color: #2f332a;}
  14. .highlight_red {color:#A60000;}
  15. .highlight_green {color:#A7F43D;}
  16. li {list-style: circle;font-size: 12px;}
  17. li.title {list-style: none;}
  18. ul.list {margin-left: 17px;}
  19. div.content_wrap {width: 600px;height:380px;}
  20. div.content_wrap div.left{float: left;width: 250px;}
  21. div.content_wrap div.right{float: right;width: 340px;}
  22. div.zTreeDemoBackground {width:250px;height:362px;text-align:left;}
  23. ul.ztree {margin-top: 10px;border: 1px solid #617775;background: #f0f6e4;width:220px;height:360px;overflow-y:scroll;overflow-x:auto;}
  24. ul.log {border: 1px solid #617775;background: #f0f6e4;width:300px;height:170px;overflow: hidden;}
  25. ul.log.small {height:45px;}
  26. ul.log li {color: #666666;list-style: none;padding-left: 10px;}
  27. ul.log li.dark {background-color: #E3E3E3;}
  28. /* ruler */
  29. div.ruler {height:20px; width:220px; background-color:#f0f6e4;border: 1px solid #333; margin-bottom: 5px; cursor: pointer}
  30. div.ruler div.cursor {height:20px; width:30px; background-color:#3C6E31; color:white; text-align: right; padding-right: 5px; cursor: pointer}