|
|
|
|
@media only screen and (max-width: 320px) {
|
|
|
|
|
.form-horizontal .form-group {
|
|
|
|
|
margin-left: -30px;
|
|
|
|
|
margin-right: -30px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@media only screen and (max-width: 768px) {
|
|
|
|
|
.ibox-left {
|
|
|
|
|
padding-left: 0px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
|
.control-label {
|
|
|
|
|
margin-bottom: 5px !important;
|
|
|
|
|
padding-bottom:5px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.control-label {
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
/*右侧背景*/
|
|
|
|
|
.gray-bg {
|
|
|
|
|
background: #FFF;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*表单缩小间距*/
|
|
|
|
|
[class*="col-"] {
|
|
|
|
|
padding-right: 5px;
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.both {
|
|
|
|
|
clear: both;
|
|
|
|
|
}
|
|
|
|
|
/*右侧二级导航*/
|
|
|
|
|
.nav-fixed {
|
|
|
|
|
width: 100%;
|
|
|
|
|
position: fixed;
|
|
|
|
|
background: #FFF;
|
|
|
|
|
z-index: 3;
|
|
|
|
|
}
|
|
|
|
|
.top-navigation .wrapper.wrapper-content {
|
|
|
|
|
padding: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar-nav li a.disabled {
|
|
|
|
|
color: #cbcbcb;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dropdown-menu {
|
|
|
|
|
z-index: 9999;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar-nav {
|
|
|
|
|
margin-left: 2%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.order-nav li {
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.order-nav {
|
|
|
|
|
padding: 12px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.order-nav li a {
|
|
|
|
|
border: 1px solid #27bc9c;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
padding: 8px 13px !important;
|
|
|
|
|
color: #27bc9c !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.order-nav li:hover a {
|
|
|
|
|
background: #27bc9c !important;
|
|
|
|
|
border: 1px solid #27bc9c;
|
|
|
|
|
color: #FFF !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.order-nav li a.disabled {
|
|
|
|
|
color: #cdcdcd !important;
|
|
|
|
|
border: 1px solid #e5e6e7 !important;
|
|
|
|
|
background: #f8f8f8;
|
|
|
|
|
}
|
|
|
|
|
.order-nav li a.disabled:hover {
|
|
|
|
|
border: 1px solid #e5e6e7 !important;
|
|
|
|
|
background: #f8f8f8 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*提示信息*/
|
|
|
|
|
.help-block {
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin-top: 2px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
display: table-footer-group;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ETD-error {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 35px;
|
|
|
|
|
left: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-area-show-number {
|
|
|
|
|
resize: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.div-show-number {
|
|
|
|
|
position: absolute;
|
|
|
|
|
color: #1ab394;
|
|
|
|
|
top: 0px;
|
|
|
|
|
right: 0px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
height: 114px;
|
|
|
|
|
overflow: scroll;
|
|
|
|
|
padding-top: 6px;
|
|
|
|
|
padding-bottom: 6px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.div-show-number::-webkit-scrollbar {
|
|
|
|
|
width: 0px;
|
|
|
|
|
height: 0px;
|
|
|
|
|
}
|
|
|
|
|
.div-show-number div{
|
|
|
|
|
line-height:1.5;
|
|
|
|
|
}
|
|
|
|
|
.has-error .input-group-btn {
|
|
|
|
|
border-color: #ed5565;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hdn-temp, .hdn-danger {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*框架调整*/
|
|
|
|
|
.form-horizontal {
|
|
|
|
|
padding-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.single-line {
|
|
|
|
|
border: 1px solid #e5e6e7;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ibox-content {
|
|
|
|
|
padding-bottom: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-horizontal .form-group {
|
|
|
|
|
/*display: inline-block;*/
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fixed-table-container {
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ibox-title {
|
|
|
|
|
padding-bottom: 0px;
|
|
|
|
|
margin-bottom: -25px;
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ibox-title h5 {
|
|
|
|
|
margin: 0px;
|
|
|
|
|
padding-left: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ibox-title h5 i {
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
textarea.form-control {
|
|
|
|
|
line-height: 1.5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-row .ibox {
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ibox {
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
/*border: 1px solid #e7eaec;*/
|
|
|
|
|
border: none;
|
|
|
|
|
/*border-radius: 5px;*/
|
|
|
|
|
/*box-shadow: 0px 0px 5px rgba(136,136,136,.1);*/
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ibox-content {
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ibox-title {
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-checkbox {
|
|
|
|
|
margin-top: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-horizontal .form-group {
|
|
|
|
|
margin-left: 0px;
|
|
|
|
|
margin-right: 0px;
|
|
|
|
|
}
|
|
|
|
|
.fixed-table-container tbody tr td input{
|
|
|
|
|
vertical-align:bottom;
|
|
|
|
|
}
|
|
|
|
|
/*表格*/
|
|
|
|
|
/*.ibox-tools {
|
|
|
|
|
display: none;
|
|
|
|
|
}*/
|
|
|
|
|
|
|
|
|
|
.bootstrap-table .table > thead > tr > th {
|
|
|
|
|
vertical-align: middle !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bootstrap-table .table > thead > tr > th.bs-checkbox {
|
|
|
|
|
vertical-align: middle !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bootstrap-table {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#formLoadTemp .control-label {
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*按钮*/
|
|
|
|
|
.btn-default {
|
|
|
|
|
border-radius: 0px !important;
|
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
|
color: #6b6b6b;
|
|
|
|
|
background: #f4f4f4;
|
|
|
|
|
}
|
|
|
|
|
.btn-primary {
|
|
|
|
|
background: #27bc9c;
|
|
|
|
|
border: 1px solid #27bc9c;
|
|
|
|
|
border-radius: 0px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-primary i {
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-primary:hover {
|
|
|
|
|
background: #1cb999;
|
|
|
|
|
border: 1px solid #1cb999;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-primary:hover {
|
|
|
|
|
background: #1cb999;
|
|
|
|
|
border: 1px solid #1cb999;
|
|
|
|
|
}
|
|
|
|
|
.btn-primary:hover,
|
|
|
|
|
.btn-primary:focus,
|
|
|
|
|
.btn-primary:active,
|
|
|
|
|
.btn-primary.active {
|
|
|
|
|
background-color: #1cb999 !important;
|
|
|
|
|
border-color: #1cb999 !important;
|
|
|
|
|
color: #FFF;
|
|
|
|
|
}
|
|
|
|
|
/*文本框获取焦点*/
|
|
|
|
|
.form-control:focus,
|
|
|
|
|
.single-line:focus {
|
|
|
|
|
border-color: #27bc9c !important;
|
|
|
|
|
}
|
|
|
|
|
/*表单input居中*/
|
|
|
|
|
.bs-checkbox .th-inner label input {
|
|
|
|
|
vertical-align: bottom;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*.float-e-margins .btn {
|
|
|
|
|
margin-right: 8px;
|
|
|
|
|
}*/
|
|
|
|
|
|
|
|
|
|
/*表单加小图标调整*/
|
|
|
|
|
.fa-dot-circle-o {
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
}
|
|
|
|
|
/*table头部小箭头*/
|
|
|
|
|
.fa-caret-down{
|
|
|
|
|
margin-left:3px;
|
|
|
|
|
}
|
|
|
|
|
/*textarea右侧计算字符*/
|
|
|
|
|
.m-left{
|
|
|
|
|
padding-right:18px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*表格去border*/
|
|
|
|
|
.table-bordered {
|
|
|
|
|
border: 1px solid #f3f3f3 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.table thead td {
|
|
|
|
|
border: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.table tr td {
|
|
|
|
|
border: none !important;
|
|
|
|
|
}
|
|
|
|
|
.table-bordered > thead > tr > th{
|
|
|
|
|
background:#f3f3f3;
|
|
|
|
|
}
|
|
|
|
|
.table-bordered > thead > tr > td {
|
|
|
|
|
background: #f8f8f8;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.table tr:nth-child(2n) {
|
|
|
|
|
background: #f9f9f9 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fixed-table-container thead th {
|
|
|
|
|
border-left: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.table thead tr th:last-child .th-inner {
|
|
|
|
|
width: 95px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bootstrap-table .table > thead > tr > th {
|
|
|
|
|
vertical-align: middle !important;
|
|
|
|
|
border: none !important;
|
|
|
|
|
}
|
|
|
|
|
.fixed-table-container .bs-checkbox .th-inner {
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
.fixed-table-header{
|
|
|
|
|
border-bottom:none !important;
|
|
|
|
|
}
|
|
|
|
|
.dropdown-menu .table tbody tr:nth-child(even):hover {
|
|
|
|
|
background: #07d !important;
|
|
|
|
|
}
|
|
|
|
|
/*框架调整*/
|
|
|
|
|
#formCtrn .control-label {
|
|
|
|
|
padding-bottom: 5px;
|
|
|
|
|
padding-top: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#formCtrn .form-group {
|
|
|
|
|
margin-left: 0px;
|
|
|
|
|
margin-right: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.modal-body {
|
|
|
|
|
padding-top: 0px;
|
|
|
|
|
padding-left: 20px;
|
|
|
|
|
padding-right: 20px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
#ctrnModel .modal-body {
|
|
|
|
|
padding: 0 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ctrnModel .modal-body .form-group {
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*提示信息*/
|
|
|
|
|
.help-block {
|
|
|
|
|
margin-top: 0px;
|
|
|
|
|
}
|
|
|
|
|
#ctrnModel .has-error {
|
|
|
|
|
margin-bottom: 0px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*日期提示*/
|
|
|
|
|
.p-date {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.datepicker.dropdown-menu {
|
|
|
|
|
z-index: 9999 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*右侧二级导航边框*/
|
|
|
|
|
.confirm-nav li {
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
.confirm-nav {
|
|
|
|
|
padding: 12px 0;
|
|
|
|
|
}
|
|
|
|
|
.confirm-nav li a {
|
|
|
|
|
border: 1px solid #27bc9c;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
padding: 8px 13px !important;
|
|
|
|
|
color: #27bc9c !important;
|
|
|
|
|
}
|
|
|
|
|
.confirm-nav li:hover a {
|
|
|
|
|
background: #27bc9c !important;
|
|
|
|
|
border: 1px solid #27bc9c;
|
|
|
|
|
color: #FFF !important;
|
|
|
|
|
}
|
|
|
|
|
.confirm-nav li:hover:last-child a{
|
|
|
|
|
background:#FFF !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.num {
|
|
|
|
|
text-align: center !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*textarea右侧计算字符*/
|
|
|
|
|
.m-left {
|
|
|
|
|
padding-right: 18px;
|
|
|
|
|
}
|
|
|
|
|
/*按钮不可用*/
|
|
|
|
|
.confirm-nav li a.disabled {
|
|
|
|
|
border: 1px solid #e5e6e7 !important;
|
|
|
|
|
color: #cdcdcd !important;
|
|
|
|
|
background:#f8f8f8;
|
|
|
|
|
}
|
|
|
|
|
.confirm-nav li a.disabled:hover {
|
|
|
|
|
background: #f8f8f8 !important;
|
|
|
|
|
border: 1px solid #e5e6e7 !important;
|
|
|
|
|
cursor:default;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*唛头 货描*/
|
|
|
|
|
.textarea-m{
|
|
|
|
|
margin-bottom:0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*新增按钮里面新增*/
|
|
|
|
|
#btnCtrnModalAdd {
|
|
|
|
|
margin-top: 15px;
|
|
|
|
|
}
|
|
|
|
|
/*
|
|
|
|
|
select {
|
|
|
|
|
border: solid 1px #000;
|
|
|
|
|
appearance: none;
|
|
|
|
|
-moz-appearance: none;
|
|
|
|
|
-webkit-appearance: none;
|
|
|
|
|
background: url(~/Content/hplus/img/ico-arrow.png) no-repeat scroll right center transparent;
|
|
|
|
|
padding-right: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
————————————————
|
|
|
|
|
select::-ms-expand {
|
|
|
|
|
display: none;
|
|
|
|
|
}*/
|
|
|
|
|
/*日期选择*/
|
|
|
|
|
.datepicker table tr td.active {
|
|
|
|
|
background: #27bc9c !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*自动匹配按钮*/
|
|
|
|
|
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group{
|
|
|
|
|
margin-left:-1px !important;
|
|
|
|
|
z-index:1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*文本框border加深*/
|
|
|
|
|
.form-control, .single-line, .ibox{
|
|
|
|
|
border: 1px solid #dcdcdc !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.border-bottom {
|
|
|
|
|
border-bottom: 2px solid #dcdcdc !important;
|
|
|
|
|
}
|
|
|
|
|
.whether {
|
|
|
|
|
margin-top: 8px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*select*/
|
|
|
|
|
select {
|
|
|
|
|
/*隐藏默认小箭头*/
|
|
|
|
|
appearance: none;
|
|
|
|
|
-webkit-appearance: none;
|
|
|
|
|
-moz-appearance: none;
|
|
|
|
|
background: url(../img/ico-arrow.png) no-repeat scroll right 10px center transparent !important;
|
|
|
|
|
}
|
|
|
|
|
.layui-layer-btn0 {
|
|
|
|
|
background: #27bc9c !important;
|
|
|
|
|
border: 1px solid #27bc9c !important;
|
|
|
|
|
border-radius: 0px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body .layer-ext-moon .layui-layer-title {
|
|
|
|
|
background: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-layer-title {
|
|
|
|
|
font-weight: normal !important;
|
|
|
|
|
color: #666 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body .layer-ext-moon .layui-layer-btn {
|
|
|
|
|
background: none !important;
|
|
|
|
|
border-color: #e5e5e5 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*查看订单状态*/
|
|
|
|
|
.state{
|
|
|
|
|
width:75%;
|
|
|
|
|
margin:70px auto 30px;
|
|
|
|
|
overflow:hidden;
|
|
|
|
|
}
|
|
|
|
|
.state .img{
|
|
|
|
|
margin:0 auto;
|
|
|
|
|
}
|
|
|
|
|
.state .col-lg-2{
|
|
|
|
|
padding-left:0px;
|
|
|
|
|
padding-right:0px;
|
|
|
|
|
}
|
|
|
|
|
.state .col-lg-2:nth-child(1) .img {
|
|
|
|
|
width: 26px;
|
|
|
|
|
height: 26px;
|
|
|
|
|
background: url(../hplus/img/edit.png) no-repeat;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
}
|
|
|
|
|
.state .col-lg-2:nth-child(1) .active.img {
|
|
|
|
|
width: 26px;
|
|
|
|
|
height: 26px;
|
|
|
|
|
background: url(../hplus/img/edit-hover.png) no-repeat;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.state .col-lg-2:nth-child(2) .img {
|
|
|
|
|
width: 22px;
|
|
|
|
|
height: 26px;
|
|
|
|
|
background: url(../hplus/img/submit.png) no-repeat;
|
|
|
|
|
background-size:cover;
|
|
|
|
|
}
|
|
|
|
|
.state .col-lg-2:nth-child(2) .active.img {
|
|
|
|
|
width: 22px;
|
|
|
|
|
height: 26px;
|
|
|
|
|
background: url(../hplus/img/submit-hover.png) no-repeat;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.state .col-lg-2:nth-child(3) .img {
|
|
|
|
|
width: 22px;
|
|
|
|
|
height: 26px;
|
|
|
|
|
background: url(../hplus/img/order.png) no-repeat;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
}
|
|
|
|
|
.state .col-lg-2:nth-child(3) .active.img {
|
|
|
|
|
width: 22px;
|
|
|
|
|
height: 26px;
|
|
|
|
|
background: url(../hplus/img/order-hover.png) no-repeat;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.state .col-lg-2:nth-child(4) .img {
|
|
|
|
|
width: 22px;
|
|
|
|
|
height: 26px;
|
|
|
|
|
background: url(../hplus/img/pen-confirm.png) no-repeat;
|
|
|
|
|
background-size:cover;
|
|
|
|
|
}
|
|
|
|
|
.state .col-lg-2:nth-child(4) .active.img {
|
|
|
|
|
width: 22px;
|
|
|
|
|
height: 26px;
|
|
|
|
|
background: url(../hplus/img/pen-confirm-hover.png) no-repeat;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.state .col-lg-2:nth-child(5) .img {
|
|
|
|
|
width: 22px;
|
|
|
|
|
height: 26px;
|
|
|
|
|
background: url(../hplus/img/submit.png) no-repeat;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
}
|
|
|
|
|
.state .col-lg-2:nth-child(5) .active.img {
|
|
|
|
|
width: 22px;
|
|
|
|
|
height: 26px;
|
|
|
|
|
background: url(../hplus/img/submit-hover.png) no-repeat;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.state .col-lg-2:nth-child(6) .img {
|
|
|
|
|
width: 26px;
|
|
|
|
|
height: 26px;
|
|
|
|
|
background: url(../hplus/img/confirm.png) no-repeat;
|
|
|
|
|
background-size:cover;
|
|
|
|
|
}
|
|
|
|
|
.state .col-lg-2:nth-child(6) .active.img {
|
|
|
|
|
width: 26px;
|
|
|
|
|
height: 26px;
|
|
|
|
|
background: url(../hplus/img/confirm-hover.png) no-repeat;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.state label{
|
|
|
|
|
text-align:center;
|
|
|
|
|
display:block;
|
|
|
|
|
margin:10px 0;
|
|
|
|
|
font-weight:normal;
|
|
|
|
|
}
|
|
|
|
|
.state .circle {
|
|
|
|
|
width: 16px;
|
|
|
|
|
height: 16px;
|
|
|
|
|
line-height:16px;
|
|
|
|
|
display: block;
|
|
|
|
|
background: #dcdcdc;
|
|
|
|
|
border-radius: 16px;
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
color: #FFF;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
|
|
|
|
.state .circle.active {
|
|
|
|
|
background: #27bc9c;
|
|
|
|
|
}
|
|
|
|
|
.state .state-b {
|
|
|
|
|
height: 1px;
|
|
|
|
|
background: #dcdcdc;
|
|
|
|
|
margin-top: -8px;
|
|
|
|
|
}
|
|
|
|
|
.state .state-b.active {
|
|
|
|
|
background: #27bc9c;
|
|
|
|
|
}
|
|
|
|
|
.state .time {
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin-top: 15px;
|
|
|
|
|
}
|
|
|
|
|
.fixed-top{
|
|
|
|
|
margin-top:60px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|