|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185 |
- .breadcrumbs {
- position: relative;
- border-bottom: 1px solid #e5e5e5;
- background-color: #f5f5f5;
- min-height: 41px;
- line-height: 40px;
- padding: 0 12px 0 0;
- display: block;
- margin-bottom: 10px;
- }
- .breadcrumbs ul{
- margin-bottom: 0;
- }
- .warp .control-show .current-sel ul li{
- display: inline-block;
- }
- .warp .control-show .current-sel>ul>li+li:before{
- font-family: FontAwesome;
- font-size: 14px;
- content: "\f105";
- color: #b2b6bf;
- margin-right: 2px;
- padding: 0 5px 0 2px;
- position: relative;
- top: 1px;
- }
- .warp .control-show .current-sel>ul>li>a{
- display: inline-block;
- padding: 0 4px;
- color: #4c8fbd;
- }
- .home-icon {
- margin-left: 4px;
- margin-right: 2px;
- font-size: 20px;
- position: relative;
- top: 2px;
- }
- .form-horizontal .form-group {
- margin-right: -12px;
- margin-left: -12px;
- }
- .form-group {
- margin-bottom: 15px;
- }
- .form-group>label[class*="col-"] {
- padding-top: 4px;
- margin-bottom: 4px;
- }
-
- .line-box {
- position:relative;
-
- }
- .line-box .line-item{
- position: absolute;
- padding-left: 0;
- top:29px;
- overflow-y: scroll;
- width: 40.3%;
- max-height: 175px;
- z-index: 999;
-
- }
- .line-box .line-item li{
- background: #fff;
- border: 1px solid #aaa;
- border-top:0;
- line-height: 24px;
-
-
- }
- .line-box .line-item li:hover{
- background:#CACACA;
- cursor:pointer;
- color: #fff;
- }
-
- .sel-week{
- padding-top:7px
- }
-
- input[type=checkbox].ace, input[type=radio].ace {
- opacity: 0;
- position: absolute;
- z-index: 12;
- width: 18px;
- height: 18px;
- cursor: pointer;
- }
- input[type=checkbox].ace+.lbl, input[type=radio].ace+.lbl {
- position: relative;
- z-index: 11;
- display: inline-block;
- margin: 0;
- line-height: 20px;
- min-height: 18px;
- min-width: 18px;
- font-weight: normal;
- }
- input[type=checkbox].ace+.lbl::before, input[type=radio].ace+.lbl::before {
- font-family: fontAwesome;
- font-weight: normal;
- font-size: 12px;
- color: #32a3ce;
- content: "\a0";
- background-color: #fafafa;
- border: 1px solid #c8c8c8;
- box-shadow: 0 1px 2px rgba(0,0,0,0.05);
- border-radius: 0;
- display: inline-block;
- text-align: center;
- vertical-align: middle;
- height: 16px;
- line-height: 14px;
- min-width: 16px;
- margin-right: 1px;
- }
- input[type=checkbox].ace:hover+.lbl::before, input[type=radio].ace:hover+.lbl::before, input[type=checkbox].ace+.lbl:hover::before, input[type=radio].ace+.lbl:hover::before {
- border-color: #ff893c;
- }
- input[type=checkbox].ace:checked+.lbl::before, input[type=radio].ace:checked+.lbl::before {
- display: inline-block;
- content: '\f00c';
- background-color: #f5f8fc;
- border-color: #adb8c0;
- box-shadow: 0 1px 2px rgba(0,0,0,0.05),inset 0 -15px 10px -12px rgba(0,0,0,0.05),inset 15px 10px -12px rgba(255,255,255,0.1);
- }
-
- .table thead tr {
- color: #707070;
- font-weight: normal;
- background: #f2f2f2;
- background-image: -webkit-gradient(linear,left 0,left 100%,from(#f8f8f8),to(#ececec));
- background-image: -webkit-linear-gradient(top,#f8f8f8,0%,#ececec,100%);
- background-image: -moz-linear-gradient(top,#f8f8f8 0,#ececec 100%);
- background-image: linear-gradient(to bottom,#f8f8f8 0,#ececec 100%);
- background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8',endColorstr='#ffececec',GradientType=0);
- }
- .table thead tr th {
- border-color: #DDD;
- font-weight: bold;
- }
- .addline-info thead tr th{
- text-align: center;
- }
- .addline-info tbody tr td{
- text-align: center;
- }
- .car-type ul li{
- float: left;
- }
- .car-select select{
- margin-left: 10px;
- }
- .car-select{
- margin-bottom:10px;
- }
- .car-select span{
- margin-left:10px;
- cursor: pointer;
- color:#e60012;
- }
- .lineheight{
- line-height: 32px;
- }
- .datepicker{z-index: 999 !important;}
- .page-header {
- background: #fff;
- margin:0;
- margin-bottom: 15px;
- padding: 10px 20px 10px;
-
- }
- .addtime{width: 1000px;}
- .out_login{
- float: right;
- width: 100px;
- height: 50px;
- font-size: 18px;
- line-height: 50px;
- text-align: center;
- color: #fff;
- }
|