demo.css 584 B

123456789
  1. ul.ztree {margin-top: 5px;background: #fff;width:250px;overflow-y:auto;}
  2. ul.log {border: 1px solid #617775;background: #f0f6e4;width:300px;height:170px;overflow: hidden;}
  3. ul.log.small {height:45px;}
  4. ul.log li {color: #666666;list-style: none;padding-left: 10px;}
  5. ul.log li.dark {background-color: #E3E3E3;}
  6. /* ruler */
  7. div.ruler {height:20px; width:220px; background-color:#f0f6e4;border: 1px solid #333; margin-bottom: 5px; cursor: pointer}
  8. div.ruler div.cursor {height:20px; width:30px; background-color:#3C6E31; color:white; text-align: right; padding-right: 5px; cursor: pointer}