extends.style.css 1.34 KB
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
/* bootstrap extend */


.list-group-item {border-color: #ebebeb;}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
}
.list-group-item:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}

.panel {border-radius: 2px;}
.panel-default {
border-color: #ebebeb;
}

label {font-weight: normal;}
.label-violet {background-color: #A576F7;}
.label-danger {background-color: #F56864;}

/* nav 导航 */
.navbar-inverse { background-color: #000000; border-color: #000000; border-radius: 0; margin-bottom: 0;}

.navbar-inverse .navbar-nav > li > a { color: #DADFE8; padding-left: 20px; padding-right: 20px;}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus { color: #fff; background-color: #232931; }

/* bootstrap extend end */
.search-box { position: relative;}
.search-box input { background-color: #f2f2f2; border-radius: 15px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;}
.search-box .search-btn {position: absolute; right: 18px; top: 12px; font-size: 18px; color: #999; background-color: transparent;
border: none; outline: none;}
.search-box .search-btn:hover {color: #5F8FDC; }
.search-box input:hover {background-color: #fff;}