You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

218 lines
4.0 KiB
CSS

.voyage{
margin-left:-2% !important;
}
.btn-resect,.btn-query{
padding:6px 18px;
display: inline-block;
}
.btn-resect{
border: 1px solid #e5e6e7;
color:#999 !important;
}
.btn-query{
background: #32a3db;
color:#FFF !important;
margin-left:1%;
}
@media (max-width: 768px) {
.order-status .col-sm-12 {
width: 100%;
}
.col-m {
margin-bottom: 5px;
}
}
/*表格复选框*/
.bs-checkbox input {
vertical-align: bottom;
}
/*订单详细*/
.detail-view .table {
margin-bottom: 15px !important;
border: 2px solid #5cb5e3;
}
.detail-view .table thead {
background: #5cb5e3;
}
.detail-view .table thead tr td {
color: #FFF;
}
/*日期小图标*/
.date {
background: url(../img/edit_date.png) no-repeat 7px 6px;
padding-left: 35px;
}
/*文本框提示字符颜色*/
input::-webkit-input-placeholder{
color:#999 !important;
}
input::-moz-placeholder {
color: #999 !important;
}
input:-moz-placeholder {
color: #999 !important;
}
input:-ms-input-placeholder {
color: #999 !important;
}
/*表格居中*/
.table thead tr th .th-inner{
text-align:center;
padding-left:30px;
color:#FFF;
}
.table tbody tr td{
text-align:center;
}
.table thead tr th {
text-align: center;
}
/*提示状态*/
.state-tips {
margin: 10px 0;
display:none;
}
.state-tips .tit{
width:5%;
}
.state-tips div {
padding-left: 0;
}
.state-tips i {
width: 7px;
height: 7px;
display: block;
float: left;
margin-top: 6px;
margin-right: 10%;
}
.state-tips .nosubmit i {
background: #999;
}
.state-tips .yessubmit i {
background: #12a299;
}
.state-tips .order-yes i {
background: #cf101f;
}
/*未提交*/
.table tbody tr td .nosubmit {
color: #999;
}
/*已提交*/
.table tbody tr td .yessubmit {
color: #12a299;
}
/*订单确认*/
.table tbody tr td .order-yes {
color: #cf101f;
}
/*加号-减号*/
.glyphicon-plus, .glyphicon-minus{
width:10px;
height:6px;
}
.glyphicon-plus {
background: url(../img/open_arrow.png) no-repeat;
}
.glyphicon-minus {
background: url(../img/close_arrow.png) no-repeat;
}
.glyphicon-plus:before, .glyphicon-minus:before {
display: none;
}
/*查看截单按钮*/
.table tbody tr td a.audit,.table tbody tr td a.viewChg {
width: 60px;
height: 28px;
line-height: 28px;
background: #33a3dc;
border: 1px solid #33a3dc;
display: block;
color: #FFF;
border-radius: 3px;
margin-bottom: 5px;
float: left;
}
.table tbody tr td a.viewChg{
width:75px;
height:31px;
line-height:31px;
}
.table tbody tr td a.audit:last-child, .table tbody tr td a.viewChg:last-child {
background: none;
color: #33a3dc;
}
.table tbody tr td a.audit i, .table tbody tr td a.viewChg i {
display: none
}
/*分页加亮*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
background: #33a3dc;
color: #FFF;
border-color: #33a3dc;
}
/*选项卡*/
.tabs-container .nav-tabs {
margin-top: 10px;
}
.tabs-container .nav-tabs li {
margin-right:7px;
}
.tabs-container .nav-tabs li a {
background: #f4f4f4;
color: #999;
border-radius: 3px;
padding: 8px 25px 8px 25px;
}
.tabs-container .nav-tabs li a:hover {
background: #f4f4f4;
}
.tabs-container .nav-tabs li.active a {
color: #FFF;
background: #33a3dc;
border: none;
}
.tabs-container .nav-tabs li.active a:hover {
background: #33a3dc;
border:none;
}
.tabs-container .nav-tabs li.active a:focus {
background: #33a3dc;
border: none;
}
.tabs-container .nav-tabs{
border:none;
}
.tabs-container .panel-body {
border: none;
padding-top: 0px !important;
padding-left: 0px !important;
}
/*设置列*/
.set-column{
float:right;
margin-top:30px;
margin-right:15px;
}
.set-column a {
background: #e5f3fa;
color: #33a3dc;
padding: 5px 10px;
border-radius: 2px;
}
/*列表页面文本框高度*/
input.form-control, select.form-control {
height: 34px !important;
}