<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**
 * 
 * @authors 邱磊 
 * @date    2014-11-28 15:18:45
 * @version $Id$
 * @description  主要包含网站基本按钮，输入框，分页控件
 */


/*设置输入框默认样式*/
input[type=text],input[type=password],textarea,select{border: 1px solid #DFDFDF;
border-radius: 3px; height:28px;
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.07) inset; 

padding: 2px 5px;
outline: 0 none;
-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
-webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
/*设置输入框获得焦点样式，蓝色边框*/
 input:focus{ border-color: #50a8d8;box-shadow: 0px 0px 5px rgba(35,88, 117, 0.35) ; }
 button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}

label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    width: auto;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}
.open {
  *z-index: 1000;
}

.open &gt; .dropdown-menu {
  display: block;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn,a.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled],a.btn:hover {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btnActive{color: #333333;background-color: #e6e6e6;*background-color: #d9d9d9;}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus,a.btn:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
a.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}



.btn-group &gt; .btn + .btn,.btn-group &gt; a.btn {
    margin-left: -1px;
}
.btn-group {
    display: inline-block;
    font-size: 0;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
}
.btn-group &gt; .btn,.btn-group &gt; a.btn, .btn-group &gt; .dropdown-menu, .btn-group &gt; .popover {
    font-size: 14px;
}
.btn-group &gt; .btn {
    border-radius: 0;
    position: relative;
}

.btn-group &gt; .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group &gt; .btn:last-child,
.btn-group &gt; .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group &gt; .btn:hover,
.btn-group &gt; .btn:focus,
.btn-group &gt; .btn:active,
.btn-group &gt; .btn.active {
  z-index: 2;
}


.dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus, .dropdown-submenu:hover &gt; a, .dropdown-submenu:focus &gt; a {
    background-color: #0081c2;
    background-image: linear-gradient(to bottom, #08c, #0077b3);
    background-repeat: repeat-x;
    color: #fff;
    text-decoration: none;
}
.dropdown-menu &gt; li &gt; a {
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 20px;
    white-space: nowrap;
}




/*按钮*/
.button_h{padding:2px 6px;text-align:center;border:1px solid #ccc; cursor:pointer;background-color:White; color:#666;}
.btn_b,.button_h_b{padding:2px 6px;text-align:center;border:1px solid #ccc; cursor:pointer; background-color:White;color:#666;}
.btn_l{padding:2px 6px;text-align:center;border:1px solid #ccc; cursor:pointer; background-color:White;color:#666;}
.btn_s,.btn btn-disable,.button_r,.button_r_b{padding:2px 6px;text-align:center;border:1px solid #ccc; cursor:pointer; background-color:White;color:#666}
.button_highlight{padding:2px 6px;text-align:center;border:1px solid #ccc; cursor:pointer; background-color:#306298;color:#fff}
.button_view,.button_delete,.button_edit,.button_play,.button_file,.button_class{ padding:2px 6px;text-align:center;border:1px solid #ccc; cursor:pointer; background-color:White;color:#666;}
.button_h_b{ background-image:url(../../App_Image/public/button_h_b.png); color:#ececec;}
.button_b{padding:2px 6px;text-align:center;border:1px solid #ccc; cursor:pointer; background-color:#306298;color:#fff}
/*无权限按钮*/
.btn btn-disable{ background:#ccc; color:#ededed;} 
.btn_l{ background-image:url(../../App_Image/public/btn_l.png);}
 .btn:hover{background:#25A8EE; color:#fff; border:solid 1px #25A8EE;}
 .btn_b:hover{background:#25A8EE;color:#fff;border:solid 1px #25A8EE;}
 .btn_s:hover{background:#25A8EE;color:#fff;border:solid 1px #25A8EE;}
.button_view{ background-image:url(../../App_Image/public/view_2.png); }
.button_delete{ background-image:url(../../App_Image/public/delete_2.png); }
.button_edit{ background-image:url(../../App_Image/public/edit_2.png); }
.button_play{ background-image:url(../../App_Image/public/play.png); }
.button_file{ background-image:url(../../App_Image/public/filedown.png); }
.button_class{ background-image:url(../../App_Image/public/class.png); }
.commend_false,.commend_true,.hot_false,.hot_true{width:16px; height:18px; line-height:18px;border:0px;cursor:pointer; background-color:Transparent;}
.commend_false{background-image:url(../../App_Image/admin/commendfalse.png);}
.commend_true{background-image:url(../../App_Image/admin/commendtrue.png);}
.hot_false{background-image:url(../../App_Image/admin/hottrue.png);}
.hot_true{background-image:url(../../App_Image/admin/hottrue.png);}

.btn-disable{cursor:not-allowed; text-decoration:underline;}
.btn-disable:hover{ text-decoration:underline;}
.reset-btn{padding:0px; border:none; background:none;box-shadow:none;color:#fff;font-size:12px;}

.btn-show-query{   }

/*分页控件*/

.TableList .title
{
  
   
    clear: both;
    float: left;
    height: 35px;
    line-height: 35px;
    margin-top: 10px;  
    }
  .paginator{ text-align:right; color:inherit; font-size:13px;} 
.paginator a,.current{  background-color: #ffffff;
    border: 1px solid #dddddd;
   color:#000;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;}
.paginator .current{  padding: 4px 10px; color:#000; background:#ededed; }
.paginator a:hover{ background:#19a1db;color:#fff; text-decoration:none;}
.paginator a:first-child{ -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;}
  .paginator a:last-child
  {  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
      
      }
.paginator a[disabled=disabled]{ cursor:not-allowed;}
</pre></body></html>