zTree.theme.metro.css如何下载

 我来答
育知同创教育
2018-01-02 · 百度知道合伙人官方认证企业
育知同创教育
1【专注:Python+人工智能|Java大数据|HTML5培训】 2【免费提供名师直播课堂、公开课及视频教程】 3【地址:北京市昌平区三旗百汇物美大卖场2层,微信公众号:yuzhitc】
向TA提问
展开全部
  • /*-------------------------------------

  • zTree Style

  • version:        2.0

  • author:         Hunter.z

  • email:          hunter.z@263.net

  • website:        http://code.google.com/p/jquerytree/

  • -------------------------------------*/

  • .tree{

  • margin:0;

  • padding: 5px;

  • color:#333;

  • font-size:12px;

  • font-family: Verdana, Arial, Helvetica, AppleGothic, sans-serif;

  • }

  • .tree li{

  • padding:0; margin:0;

  • list-style:none;

  • line-height:18px;

  • text-align:left;

  • white-space:nowrap;

  • }

  • .tree li ul{ margin:0; padding:0 0 0 18px;}

  • .tree li ul.line{ background:url(./img/line_conn.gif) 0 0 repeat-y;}

  • .tree li a {

  • padding:0; margin:0 10px 0 0;

  • cursor:pointer;

  • color:#333;

  • text-decoration:none;

  • }

  • .tree li a:hover {text-decoration:underline;}

  • .tree li a.curSelectedNode {

  • background-color:#FFE6B0;

  • color:black;

  • border:1px #FFB951 solid;

  • opacity:0.8; filter:alpha(opacity=80);

  • }

  • .tree li a.curSelectedNode_Edit {

  • line-height: 18px;

  • background-color:#FFE6B0;

  • color:black;

  • border:1px #FFB951 solid;

  • opacity:0.8; filter:alpha(opacity=80);

  • }

  • .tree li a.tmpTargetNode {

  • background-color:#316AC5;

  • color:white;

  • border:1px #316AC5 solid;

  • opacity:0.8; filter:alpha(opacity=80);

  • }

  • .tree li a input.rename {height:13px; width:80px; padding:0; margin:0; font-size:12px;}

  • .tree li button {

  • width:18px; height:18px;

  • padding:0; margin:0;

  • vertical-align:middle;

  • border:0 none;

  • background-color: transparent;

  • background-repeat: no-repeat;

  • background-position: 0 0;

  • cursor: pointer;

  • }

  • .tree li button.ico {

  • padding:0; margin:0 2px 0 0;

  • }

  • .tree li button.edit {background:url("./img/edit.png") no-repeat scroll 0 0 transparent;}      

  • .tree li button.remove {background:url("./img/remove.png") no-repeat scroll 0 0 transparent;}  

  • .tree li button.chk {

  • width:13px; height:13px;

  • padding:0; margin:0 3px 0 0;

  • vertical-align:middle;

  • border:0 none;

  • cursor: auto;

  • }

  • .tree li button.chk.checkbox_false_full { background:url("./img/checkbox.png") no-repeat scroll 0 0 transparent;}      

  • .tree li button.chk.checkbox_false_full_focus { background:url("./img/checkbox.png") no-repeat scroll 0 -12px transparent;}    

  • .tree li button.chk.checkbox_false_part { background:url("./img/checkbox.png") no-repeat scroll 0 -72px transparent;}  

  • .tree li button.chk.checkbox_false_part_focus { background:url("./img/checkbox.png") no-repeat scroll 0 -84px transparent;}    

  • .tree li button.chk.checkbox_true_full { background:url("./img/checkbox.png") no-repeat scroll 0 -24px transparent;}   

  • .tree li button.chk.checkbox_true_full_focus { background:url("./img/checkbox.png") no-repeat scroll 0 -36px transparent;}     

  • .tree li button.chk.checkbox_true_part { background:url("./img/checkbox.png") no-repeat scroll 0 -48px transparent;}   

  • .tree li button.chk.checkbox_true_part_focus { background:url("./img/checkbox.png") no-repeat scroll 0 -60px transparent;}     

  • .tree li button.chk.radio_false_full { background:url("./img/radio.png") no-repeat scroll 0 0 transparent;}    

  • .tree li button.chk.radio_false_full_focus { background:url("./img/radio.png") no-repeat scroll 0 -12px transparent;}  

  • .tree li button.chk.radio_false_part { background:url("./img/radio.png") no-repeat scroll 0 -72px transparent;}

  • .tree li button.chk.radio_false_part_focus { background:url("./img/radio.png") no-repeat scroll 0 -84px transparent;}  

  • .tree li button.chk.radio_true_full { background:url("./img/radio.png") no-repeat scroll 0 -24px transparent;} 

  • .tree li button.chk.radio_true_full_focus { background:url("./img/radio.png") no-repeat scroll 0 -36px transparent;}   

  • .tree li button.chk.radio_true_part { background:url("./img/radio.png") no-repeat scroll 0 -48px transparent;} 

  • .tree li button.chk.radio_true_part_focus { background:url("./img/radio.png") no-repeat scroll 0 -60px transparent;}   

  • .tree li button.switch_root_open{ background:url(./img/minus_root.gif);}

  • .tree li button.switch_root_close{ background:url(./img/plus_root.gif);}

  • .tree li button.switch_roots_open{ background:url(./img/minus_top.gif);}

  • .tree li button.switch_roots_close{ background:url(./img/plus_top.gif);}

  • .tree li button.switch_center_open{ background:url(./img/minus_center.gif);}

  • .tree li button.switch_center_close{ background:url(./img/plus_center.gif);}

  • .tree li button.switch_bottom_open{ background:url(./img/minus_bottom.gif);}

  • .tree li button.switch_bottom_close{ background:url(./img/plus_bottom.gif);}

  • .tree li button.switch_noLine_open{ background:url(./img/minus_noLine.gif);}

  • .tree li button.switch_noLine_close{ background:url(./img/plus_noLine.gif);}

  • .tree li button.switch_root_docu{ background:none;}

  • .tree li button.switch_roots_docu{ background:url(./img/line_top.gif);}

  • .tree li button.switch_center_docu{ background:url(./img/line_center.gif);}

  • .tree li button.switch_bottom_docu{ background:url(./img/line_bottom.gif);}

  • .tree li button.switch_noLine_docu{ background:none;}

  • .tree li button.ico_loading{ background:url(./img/loading.gif) no-repeat scroll 1px 1px transparent;}

  • .tree li button.ico_open{ background:url(./img/folder_Open.gif);}

  • .tree li button.ico_close{ background:url(./img/folder_Close.gif);}

  • .tree li button.ico_docu{ background:url(./img/page.gif);}

  • .tree INPUT.checkbox {

  • padding:0; margin:0 2px 0 0;

  • width:18px; height:18px;

  • vertical-align:middle;

  • }

  • .tmpTargetTree {

  • background-color:#FFE6B0;

  • border:0px #FFB951 solid;

  • opacity:0.8; filter:alpha(opacity=80);

  • }

  • button.tmpzTreeMove_arrow {

  • width:16px; height:16px;

  • padding:0; margin:2px 0 0 1px;

  • border:0 none;

  • position:absolute;

  • background:url(./img/moveArrow.png) no-repeat scroll 0 0 transparent;

  • }

  • .zTreeDragUL {

  • margin:0; padding:0;

  • position:absolute;

  • background-color:#cfcfcf;

  • border:1px #00B83F dotted;

  • opacity:0.8; filter:alpha(opacity=80);

  • }

  • .zTreeMask {

  • z-index:10000;

  • background-color:#cfcfcf;

  • opacity:0.0; filter:alpha(opacity=0);

  • position:absolute;

  • }

推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式