lab.css 1.8 KB

123456789101112131415161718192021222324252627282930
  1.  .jloading{ position:absolute; right:0; top:0; padding:4px; color:White; background:#6287AC; z-index:99999; border-left:1px solid #53779D; border-bottom:1px solid #53779D;filter:alpha(opacity=70);opacity:0.70;}
  2. .chk-icon{ background:url(../lib/ligerUI/skins/Aqua/images/controls/checkbox.gif) 0px 0px; height:13px; line-height:13px; width:13px; margin:4px 20px; display:block; cursor:pointer;}
  3. .chk-icon-selected{ background-position:0px -13px;}
  4. /* 按钮 */
  5. .button{line-height:25px;height:25px;background:url('images/button1.gif') repeat-x; position:relative; margin-top:8px; margin-bottom:8px;color:#2C69A2; width:120px; cursor:pointer;}
  6. .button-l,.button-r{ width:2px;height:25px;background:url('images/button1.gif') no-repeat; position:absolute; }
  7. .button-l{ left:0px; background-position:0px -25px;}
  8. .button-r{ right:0px;background-position:0px -50px;}
  9. .button-icon{ position:absolute; left:7px; top:6px;}
  10. .button img{ width:16px; height:16px;}
  11. .button span{ display:block; margin-left:30px;text-align: center; }
  12. .buttonnoicon span{ margin-left:4px; }
  13. .button2,.button2 .button-l,.button2 .button-r{background-image:url('images/button2.gif'); line-height:23px; height:23px; color:#333;}
  14. .button2 .button-icon{ top:4px;}
  15. .button2 .button-l,.button2 .button-r{ background-position:0px -23px; width:1px;}
  16. /* 搜索框 */
  17. .searchtitle{ padding-left:28px; position:relative;}
  18. .searchtitle img{ width:22px; height:22px; position:absolute; left:0; top:0;}
  19. .searchtitle span{ font-size:14px; font-weight:bold;}
  20. .searchtitle .togglebtn{ position:absolute; top:6px; right:15px; background:url(images/toggle.gif) no-repeat 0px 0px; height:10px; width:9px; cursor:pointer;}
  21. .searchtitle .togglebtn-down{ background-position:0px -10px;}
  22. /* 一条线 导航线 */
  23. .navline{ height:1px; line-height:1px; width:100%;border-bottom:1px solid #f5f5f5; background-color:#D9D9D9;width:99%; }