From 2cd34b4bcccb89c5d9e00e5bda353d184a60ac4a Mon Sep 17 00:00:00 2001 From: lilu <534466569@qq.com> Date: Tue, 28 Mar 2023 15:19:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CompanyManage/Content/css/application.css | 3477 +++++++++++++++++ 1 file changed, 3477 insertions(+) create mode 100644 PingTai/DSWeb/Areas/CompanyManage/Content/css/application.css diff --git a/PingTai/DSWeb/Areas/CompanyManage/Content/css/application.css b/PingTai/DSWeb/Areas/CompanyManage/Content/css/application.css new file mode 100644 index 0000000..e302249 --- /dev/null +++ b/PingTai/DSWeb/Areas/CompanyManage/Content/css/application.css @@ -0,0 +1,3477 @@ +/*背景*/ +.standing_book { + /*background: #eff3fa;*/ + padding-top: 0px; +} +/*标题*/ +.standing_book .title { + font-size: 16px; + color: #333; + margin: 20px 0; +} +.standing_book .ibox-content{ + border:none; +} +/*顶部按钮*/ +.standing_book .ibox-content .button-group{ + height:35px; +} +.standing_book .ibox-content .button-group li { + width: 110px; + height: 35px; + line-height: 35px; + text-align: center; + border: 1px solid #dfdfdf; + border-radius:3px; + float: left; + margin-right: 12px; + list-style: none; +} +.standing_book .ibox-content .button-group li a{ + color:#666; +} +.standing_book .navbar-collapse { + padding-left:0px; + margin-top:5px; +} + .standing_book .navbar-nav li a { + padding: 7px 15px; + font-weight: normal; + /*border: 1px solid #dfdfdf;*/ + background: #4dbf9f; + margin-right: 12px; + border-radius: 3px; + /*box-shadow: 2px 4px 4px -3px rgba(233,233,233,1);*/ + color: #FFF; + } +.standing_book .navbar-nav li a span.glyphicon, .standing_book .navbar-nav li a span.fa { + margin-right: 7px; +} +/*.standing_book .navbar-nav li a:hover { + background: #02a476; + color: #FFF; + border: 1px solid #02a476; +}*/ +.standing_book .navbar-nav li a.add, .cma .navbar-nav li a.generate { + background: #4dbf9f; + color: #FFF; + border: 1px solid #4dbf9f; +} +.standing_book .navbar-nav li a.delete,.cma .navbar-nav li a.push-ticket { + background: #a6aab8; + color: #FFF; + border: 1px solid #a6aab8; +} +/*订舱模板按钮*/ +.booklist .navbar-nav{ + margin-left:0; +} +/*表单*/ +.standing_book .form-horizontal .form-group .control-label { + width: 24%; + color: #333; + font-size: 14px; + margin-right: 15px; + font-weight: normal; + float: left; +} +.standing_book .form-horizontal .form-group{ + width:17%; + height:34px; + margin-left:15px; + margin-right:15px; + margin-bottom:8px; + float:left; + position:relative; +} +.standing_book .form-horizontal .form-group .input-group input{ + width:169px !important; +} +.standing_book .form-horizontal .form-group .input-group .input-group-btn { + float:left; +} + +.standing_book .form-horizontal .form-group .input-group .input-group-btn .btn{ + padding-top:5px; + padding-bottom:5px; +} + +.standing_book .form-horizontal .form-group input { + width:195px; + height:32px; + color:#999; + border: 1px solid #e2e2e2; + border-radius:3px; + padding-left:10px; + vertical-align:middle; +} +/*运价订阅时间截止*/ +.booklist .form-horizontal .form-group.form-narrow .control-label { + width: 31% !important; +} +.booklist .form-horizontal .form-group.form-narrow input { + width: 180px !important; +} +.booklist .form-horizontal .form-group.form-narrow .select { + width: 170px !important; +} +/*订舱台账搜索*/ +.booklist .form-horizontal .form-group .control-label { + width: 28% !important; +} +.booklist .form-horizontal .form-group .input-group input { + width: 156px !important; +} +.booklist .form-horizontal .form-group .input-group .input-group-btn .btn { + padding-bottom: 4px; +} +.booklist .form-horizontal .form-group input { + width: 190px !important; +} + +.booklist .form-horizontal .form-group .select { + width: 190px !important; +} +@media screen and (max-width: 1680px) { + .standing_book .form-horizontal .col-people .form-group textarea { + height:224px; + } + .standing_book .form-horizontal .form-group { + height: 64px !important; + } + .standing_book .form-horizontal .form-group .control-label { + width: 50% !important; + text-align: left !important; + margin-bottom: 5px; + } +} +@media screen and (max-width: 1440px){ + .standing_book .form-horizontal .form-group input { + width:190px !important; + } + .standing_book .form-horizontal .form-group .select { + width: 190px !important; + } +} +/*文本框提示字符颜色*/ +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; +} +textarea{ + border:1px solid #dfdfdf; +} + +input[type='text']:focus, textarea:focus { + outline: none !important; + border: 1px solid #02a476 !important; +} + +/*select*/ +.select { + width: 195px; + height: 31px; + padding-left: 10px; + border: 1px solid #e2e2e2; + color: #999; + border-radius: 3px; + /*隐藏默认小箭头*/ + appearance: none; + -webkit-appearance: none; + -moz-appearance: none; + background: url(../img/select_arrow.png) no-repeat scroll right 10px center transparent !important; + vertical-align: middle; +} +.select:focus { + outline:none; + border: 1px solid #02a476 !important; +} + +.select option { + background: transparent; + appearance: none; + -webkit-appearance: none; + -moz-appearance: none; +} +/*文本框日期*/ +input.date{ + width:195px !important; + background:url(../img/date.jpg) no-repeat 10px; + padding-left:32px !important; +} +/*查询和重置*/ +.btn-query, .btn-reset { + padding: 6px 15px !important; + margin-top: 5px !important; + border-radius: 3px !important; + font-size: 12px !important; +} +.btn-query span.glyphicon, .btn-reset span.glyphicon { + margin-right: 5px !important; +} +.btn-query { + background: #4dbf9f !important; + border: 1px solid #4dbf9f !important; + color: #FFF !important; + margin-right: 10px !important; +} +.btn-query:hover { + color: #FFF !important; +} +.btn-reset { + background: #FFF !important; + border: 1px solid #e2e2e2 !important; + color: #666 !important; +} +/*注意事项*/ +.care { + background: #fee5d9; + line-height: 20px; + padding: 12px 15px 10px 15px; + margin-bottom: 20px; + border-radius:3px; +} +.care p { + margin-bottom: 2px; + color: #f58347; +} +.care p.care_p { + margin-left: 42px; +} +.care img { + width: 16px; + display: block; + margin-right: 12px; + float: left; +} +/*表格*/ +.table tbody tr td{ + color:#111 !important; +} +.fixed-table-container{ + border:none !important; +} +.stand-table { + margin-top: 15px; + padding-left: 15px; +} +.stand-table thead tr { + height: 45px; + background: #fafafa; +} +.stand-table thead tr th{ + border-bottom:1px solid #ebebeb; + border-left:none !important; + text-align:left !important; + color:#333; + font-size:15px; +} +.stand-table thead tr th:first-child { + padding-left: 15px !important; +} +.stand-table thead tr th:first-child input{ + vertical-align:text-bottom !important; + margin-top:8px !important; +} +.stand-table tbody tr.selected { + background: #f3f7f9 !important; +} +/*.stand-table tbody tr.selected td { + background: none !important; +}*/ +.stand-table tbody tr { + height: 40px; + border-bottom: 1px solid #ebebeb; +} +.stand-table tbody tr td{ + border-left:none !important; + text-align:left !important; +} +.bootstrap-table .stand-table > tbody > tr > td:first-child { + padding-left: 15px !important; +} +.stand-table tbody tr td:first-child { + padding-left: 15px !important; +} +.stand-table tbody tr td:first-child input{ + vertical-align:bottom !important; +} +/*订舱失败*/ +.stand-table .no-book { + width: 65px; + height: 23px; + background: #d1dade; + border-radius: 3px; + line-height: 23px; + text-align: center; + color: #5e5e5e; + font-size: 10px; + font-weight:bold; +} +/*已订舱*/ +.stand-table .book { + width: 52px; + height: 23px; + background: #1ab394; + border-radius: 3px; + line-height: 23px; + text-align: center; + color: #FFF; + font-size: 10px; + font-weight: bold; +} +/*已提交*/ +.stand-table .submit { + width: 52px; + height: 22px; + background: #1c84c6; + border-radius: 3px; + line-height: 22px; + text-align: center; + color: #FFF; + font-size: 10px; + font-weight: bold; +} + +.stand-table .send { + width: 55px; + height: 20px; + background: #dff5ec; + border-radius:15px; + line-height: 20px; + text-align: center; + color: #20ab73; + font-size:10px; +} +.stand-table .declare { + width: 55px; + height: 20px; + background: #e5e5e5; + border-radius: 15px; + line-height: 20px; + text-align: center; + color: #666; + font-size: 10px; +} +.stand-table .btn-info{ + padding:6px 12px !important; +} +/*操作*/ +.stand-table a.view-edit { + width: 55px; + display: inline-block; +} +.stand-table a.view-default, .stand-table a.view-edit { + color: #377bd4; +} +/*模态框按钮*/ +.btn-cancel { + background: #FFF; + border: 1px solid #e2e2e2; + color: #666; +} +.btn-cancel:hover { + background: #a6aab8; + border: 1px solid #a6aab8; +} +.btn-deter { + background: #4dbf9f; + border: 1px solid #4dbf9f; +} + .btn-deter:hover { + background: #86d3bd; + border: 1px solid #86d3bd; + } +/*模态框文本框*/ +.form-add .form-group{ + width:100% !important; +} +.form-add .form-group .control-label { + width: 15% !important; + text-align:left !important; +} + +/*新增订阅*/ +.form-add .form-group { + width: 15%; + height: 34px; + margin-left: 15px; + margin-right: 15px; + margin-bottom: 8px; + float: left; + position: relative; +} + +.form-add .form-group { + width: 30% !important; + height: 78px !important; + margin-left: 5px !important; +} + +.form-add .form-group .control-label { + width: 100% !important; + text-align: left !important; + padding-top: 0px !important; + margin-bottom: 10px; +} + +.form-add .form-group input[type='text'], .form-book .form-group input[type='text'] { + width: 200px; + height: 32px; + color: #999; + border: 1px solid #e2e2e2; + padding-left: 10px; + vertical-align: middle; +} + +.form-add .form-group input[type='text'], .form-add .form-group .select { + width: 185px; +} + +.form-add .label, .form-book .label { + width: 40% !important; + float: left; + background: none; + text-align: left !important; + font-size: 14px; +} + +.form-add .product-name { + width: 94% !important; +} + +.form-add .product-name .form-control { + width: 597px !important; + height: 33px !important; +} + +.form-add .station { + width: 42% !important; +} + +.form-add .station .select { + width: 270px !important; +} +/*合约方*/ +.form-horizontal .form-radio { + width: 100% !important; + margin-top: 5px; +} + +.form-horizontal .form-radio .label { + width: 75px !important; + font-size: 15px; +} + +.form-horizontal .form-radio .control-label { + width: 20% !important; +} +/*单选按钮样式*/ +.form-horizontal .form-radio { + width: 46% !important; + height: auto !important; + float: left; +} + +.form-radio .col-lg-9 { + float: right; +} + +.form-radio .col-lg-9 input[type="radio"] + .radio-label::before { + content: ''; + display: inline-block; + width: 13px; + height: 13px; + border-radius: 50%; + border: 1px solid #02a476; + margin-right: 10px; + margin-top: -1px; +} + +.form-radio .col-lg-9 input[type="radio"]:checked + .radio-label::before { + background-clip: content-box; + background-color: #02a476; + width: 13px; + height: 13px; + padding: 2px; +} + +.form-radio .col-lg-9 input[type="radio"] { + position: absolute; + clip: rect(0,0,0,0); +} + +.form-radio .col-lg-9 .radio-label { + width: 105px; + display: inline-flex; + flex-direction: row; + align-items: center; + font-weight: normal; +} + +.form-radio .col-lg-9 input[type='text'] { + margin-top: 7px; +} +/*复选框样式*/ +/*input[type='checkbox'] { + width: 15px; + height: 15px; + background: #FFF; + -webkit-appearance: none; + border: 1px solid #b7b7b7; + border-radius: 2px; + outline: none; + display: block; + float: left; + margin-top: 1px; + margin-right: 7px; +} + +input[type='checkbox']:checked { + background: url(../img/check.jpg) no-repeat center; + background-size: 70%; + padding: 2px; + border: 1px solid #02a476; +}*/ +/*订舱确认*/ +.form-book .start, .form-book .end { + width: 40%; + color: #666; + font-size: 16px; + float: left; + text-align: right; +} + +.form-book .end { + text-align: left; +} + +.form-book .direction_arrow { + width: 66px; + float: left; + margin: 10px 30px; +} + +.form-book .start span, .form-book .end span { + color: #f29509; + display: block; + margin-top: 10px; +} +/*订舱信息*/ +.form-book-info { + margin-top: 10px; + overflow: hidden; +} + +.form-book-info .form-group input.date { + width: 150px !important; + background: url(../img/date.jpg) no-repeat 10px; + padding-left: 32px !important; + margin-top: 7px !important; +} + +.form-book-info .form-group { + width: 25%; + color: #666; + float: left; +} + +.form-book-info .form-group .control-label { + width: 100% !important; + text-align: center !important; +} + +.form-book-info .form-group span { + width: 100%; + color: #333; + display: inline-block; + text-align: center; + margin-top: 10px; +} +/*品名类别&箱型&箱量*/ +.form-setup { + background: #ecf7fb; + padding: 15px 0; + padding-bottom: 5px; + margin-bottom: 10px; +} + +.form-setup .control-label { + text-align: left !important; + margin-left: 20px; + color: #333; +} + +.form-setup .input-group { + width: 78% !important; + position: relative; +} + +.form-setup .input-group .form-control { + width: 489px !important; +} + +.form-setup .select { + background: #FFF url(../img/select_arrow.jpg) no-repeat right 10px center !important; +} + +.form-setup .box-type { + width: auto !important; + line-height: 40px; + color: #999; + padding-top: 0px; + margin-left: 0px; + margin-right: 15px; +} + +.form-setup .station { + width: 270px !important; +} +/*箱量+-*/ +.form-horizontal .container-volume { + width: 115px; + position: relative; + float: left; +} + +.form-horizontal .container-volume span { + display: inline-block; + line-height: 40px; + margin-left: 25px; +} + +.form-horizontal .container-volume input { + width: 40px !important; + height: 40px !important; +} + +.form-horizontal .container-volume .btn-plus { + width: 24px; + height: 20px; + border-top: 1px solid #ebebeb; + border-right: 1px solid #ebebeb; + border-bottom: 1px solid #ebebeb; + background: #FFF; + display: block; + position: absolute; + top: 0; + left: 40px; + text-align: center; + color: #666; +} + +.form-horizontal .container-volume .btn-reduce { + width: 24px; + height: 20px; + border-right: 1px solid #ebebeb; + border-bottom: 1px solid #ebebeb; + background: #FFF; + display: block; + position: absolute; + top: 20px; + left: 40px; + text-align: center; + color: #666; +} +/*价格*/ +.form-price { + text-align: right; +} + +.form-price label { + color: #333; + font-size: 16px; + text-align: right; + margin-left: 20px; +} + +.form-price label b { + color: #cc000e; + font-size: 18px; +} +/*注意事项*/ +.form-care { + background: #fef4e6; + padding: 5px 15px 0 15px; +} + +.form-care label { + color: #f29509; + font-weight: normal; + line-height: 40px; +} +/*日期控件没出来*/ +.datepicker { + z-index: 9999 !important; +} +/*多选框*/ +.input-group-btn > .btn { + padding-bottom: 5px; + margin-bottom: 0px; +} + +/*CMA放箱管理*/ +.cma .title{ + font-weight:bold; + border-bottom:1px solid #ebebeb; + line-height:40px; +} +.cma .title{ + margin-top:0px; +} +.cma-table input[type='checkbox'] { + margin-top: 0px !important; +} +.cma-table .printed { + color: #ff8201; +} +.cma-table .packed { + color: #12a299; +} +.cma-table .application span, .cma-table .no-application span { + width: 64px; + height: 22px; + display: block; + line-height: 22px; + text-align: center; + border-radius: .25em; +} +.cma-table .application span { + background-color: #1ab394; + color: #FFFFFF; +} +.cma-table .no-application span { + background-color: #ed5565; + color: #FFFFFF; +} + +/*任务台账*/ +.task-menu{ + width:210px; + height:97%; + overflow-y:hidden; + overflow-y:scroll; + border-right:2px solid #ebebeb; + position:fixed; + left:0; +} +.task-menu ul li { + position: relative; +} +.task-menu ul li .tit { + color: #333; + font-weight:bold; +} +.task-menu ul li .tit img{ + margin-right:5px; +} +.task-menu ul li a{ + width:85%; +} +/*一级菜单*/ +.task-menu ul li a { + padding: 0 10px; +} +.jstree-children .jstree-children .jstree-children li a{ + color:#111 !important; +} +.task-menu ul li a:hover{ + background:#f6f6f6; +} +.jstree-default .jstree-clicked { + background: #f6f6f6 !important; +} +.task-menu ul > li.untreated a { + color: #ff4a49 !important; +} +.task-menu ul li.no-complete a { + color: #ff9c19 !important; +} +.task-menu ul li.yes-complete a { + color: #3dc459 !important; +} +.task-menu ul li.task-transferred a { + color: #1d8aff !important; +} +.task-menu ul li.cancelled a { + color: #333 !important; +} +.task-menu ul > li.untreated a span { + color: #ff4a49 !important; +} +.task-menu ul li.no-complete a span{ + color: #ff9c19 !important; +} +.task-menu ul li.yes-complete a span{ + color: #3dc459 !important; +} +.task-menu ul li.task-transferred a span{ + color: #1d8aff !important; +} +.task-menu ul li.cancelled a span{ + color: #333 !important; +} +.task-menu ul li span { + height: 18px; + line-height: 18px; + text-align: center; + color: #f43131; + font-size: 12px !important; + /*background: #ffdbdb;*/ + padding: 0 4px; + border-radius: 3px; + display: inline-block; + position: absolute; + top: -2px; + left: 76px; +} +/*二级菜单*/ +.task-menu ul li b{ + font-size:12px; + font-weight:normal; + display:block; + float:right; +} +/*任务台账文本框*/ +.task-account .form-horizontal .form-group input { + width: 150px !important; + border: 1px solid #e2e2e2 !important; +} +.task-account .form-horizontal .form-group .select { + width: 150px !important; + height: 32px; + border: 1px solid #e2e2e2 !important; +} + /*任务台账label*/ +@media screen and (max-width: 1680px) { + .task-account .form-horizontal .form-group { + height: 64px !important; + } + + .task-account .form-horizontal .form-group .control-label { + width: 50% !important; + text-align: left !important; + margin-bottom: 5px; + } +} + +/*任务编辑*/ +.task-edit .ibox-title{ + margin-left:20px; +} +.task-edit .nav, .task-account .nav { + margin-left: 10px; +} +.task-edit .nav li { + margin-bottom: 5px; +} +.task-edit .no_bg { + color: #666; + font-size: 14px; +} +.task-edit .no_bg ul li{ + width:30%; + color:#999; + list-style:none; + float:left; +} +.task-edit .no_bg ul li hr{ + margin-top:8px; + margin-bottom:8px; +} +.task-edit .no_bg ul li span{ + display:inline-block; +} +.task-edit .no_bg ul li b{ + color:#666; + display:inline-block; +} +/*任务编辑公共样式*/ +.task-edit .form-horizontal .form-group { + width: 100% !important; + height: auto !important; + margin-bottom: 5px !important; +} +.task-edit .form-horizontal .form-group .control-label { + width: 100% !important; + text-align: left !important; + margin-bottom: 5px !important; +} +.task-edit .form-horizontal .form-group input, .task-edit .form-horizontal .form-group textarea, .task-edit .form-horizontal .form-group .select { + width: 94% !important; +} +.task-edit textarea:focus { + border: 1px solid #bfbfbf; +} +.task-edit textarea { + border: 1px solid #bfbfbf; + padding-left: 10px; + color: #333 !important; + border-radius:3px; +} +.task-edit .select { + border: 1px solid #bfbfbf; +} +/*发货人&收货人&通知人*/ +.task-edit .form-horizontal .col-goods .form-group { + width: 100% !important; +} +.task-edit .form-horizontal .col-goods .form-group .control-label { + width: 100% !important; + margin-bottom:5px !important; +} +.task-edit .form-horizontal .col-goods .form-group textarea { + height: 109px; + border: 1px solid #bfbfbf !important; + border-radius:3px; +} +/*船次信息*/ +.task-edit .form-horizontal .col-info .form-group { + width: 50% !important; + height:auto !important; + margin-left: 0px !important; + margin-right: 0px !important; +} +.task-edit .form-horizontal .col-info .form-group .control-label { + width: 100% !important; +} +/*封志号&包装种类与货名*/ +.task-edit .form-horizontal .col-seal .form-group { + width: 100% !important; +} +.task-edit .form-horizontal .col-seal .form-group textarea{ + height:120px; +} +.task-edit .form-horizontal .col-desc .form-group.form-pre38 { + width: 27% !important; +} +.task-edit .form-horizontal .col-desc .form-group.form-pre38 .select{ + color:#000 !important; +} +.task-edit .form-horizontal .col-desc .form-group.form-pre100{ + width:100% !important; +} +.task-edit .form-horizontal .col-desc .form-group.form-pre38 input,.task-edit .form-horizontal .col-desc .form-group.form-pre38 .select { + width:100% !important; +} +.task-edit .form-horizontal .col-desc .form-group textarea { + height: 136px; +} +/*签单方式*/ +.task-edit .form-horizontal .col-sign .form-group { + width: 20% !important; +} +.task-edit .form-horizontal .col-sign .form-group input{ + width:110% !important; +} +/*任务台账编辑只读状态*/ +.task-edit .form-readonly input,.task-edit .form-readonly .select,.task-edit .form-readonly textarea { + background:#FFF; +} +.task-edit .form-readonly input.date { + background:#FFF url(../img/date_b.jpg) no-repeat 10px; + padding-left:30px !important; +} +.task-edit .col-container h3{ + font-size:15px; +} +.task-edit .col-container h3 span { + margin-right: 5px; +} +/*我的任务BC */ +.form-task-edit .ibox-content-interval { + width: 100%; + padding-top:5px; + padding-bottom: 5px; + padding-right: 5px; + clear: both; + display: inline-block; + border: 1px solid #dfdfdf; + box-shadow: 0px 0px 5px rgba(0,0,0,.15); + border-radius: 5px; + margin-bottom: 15px; + margin-left:15px; +} +.form-task-edit .col-goods { + width: 47%; + padding-left:0px; + padding-right: 0px; + float: left; +} +.form-task-edit .col-info { + width: 53%; + padding-right: 0px; + float: right; +} +.form-task-edit .col-desc, .form-task-edit .col-capitalize, .form-task-edit .col-sign, .form-task-edit .col-remark { + padding-left: 0px; + padding-right: 0px; +} +.form-task-edit .col-remark{ + width:50%; + float:left; +} +.form-task-edit .col-remark textarea{ + height:115px; +} +.task-edit .form-task-edit .col-remark textarea { + width: 93% !important; +} + + +.layui-layer-setwin .layui-layer-close1 { + background-position: 0px !important; +} +/*分页*/ +.pagination-info{ + color:#333 !important; +} +/*任务台账字体按钮*/ +.task-nav li a { + color: #333 !important; +} +.task-nav li a:hover{ + background:none !important; + border:1px solid #dfdfdf !important; +} +.task-nav li a.btn-cancel span{ + color:#666; +} +.task-nav li a.btn-retransmit span { + color: #22b274; +} +.task-nav li a.btn-sendmail span { + color: #22b274; +} +.task-nav li a.btn-ok span { + color: #a2b439; +} +.task-nav li a.btn-pending span { + color: #c185e3; +} +.task-nav li a.btn-log span { + color: #1e7ece; +} +.task-nav li a.btn-fangcang span { + color: #1e7ece; + margin-right:7px; +} +.task-nav li a.btn-close span { + color: #e64a4a; +} +.task-nav li a.btn-refresh span { + color: #1e7ece; +} +.task-nav li a.btn-complete span { + color: #a2b439; +} +/*SI新加按钮颜色*/ +.task-nav li a.btn-save span { + color: #1e7ece; +} +.task-nav li a.btn-send-si span { + color: #26b578; +} +.task-nav li a.btn-view-compare span, .task-nav li a.btn-view-compare { + color: #e64a4a !important; +} +.task-nav li a.btn-tips-success span, .task-nav li a.btn-tips-success { + color: #3dc459 !important; +} +.task-nav li a.btn-view-compare-bc { + color: #f73131 !important; +} +.task-edit .form-horizontal .form-group input { + color: #333 !important; + border: 1px solid #bfbfbf !important; +} +.task-edit .form-horizontal .form-group input:focus { + border: 1px solid #bfbfbf !important; +} + +/*订舱台账*/ +.ocr-left { + width: 50% !important; +} +.ocr-right{ + width:47% !important; +} +.ocr-left .col-seal, .ocr-left .col-desc { + margin-top: -25px !important; +} +.ocr-left .form-horizontal .ibox-content-height .form-group { + height: 64px !important; + margin-bottom: 0px !important; +} +.ocr-left .form-horizontal .col-info .form-group { + height: 64px !important; + margin-bottom: 0px !important; +} +.ocr-left .form-horizontal .sign-bill .form-group { + height: 64px !important; + margin-bottom: 0px !important; +} +.ocr-left .form-horizontal .ibox-content-height .form-group .control-label { + width: 100% !important; + text-align: left !important; + padding-left: 10px !important; + padding-bottom: 5px !important; + padding-top: 0px !important; +} +.ocr-left .form-horizontal .col-info .form-group .control-label { + width: 100% !important; + text-align: left !important; + padding-left: 10px !important; + padding-bottom: 5px !important; + padding-top: 0px !important; +} +.ocr-left .form-horizontal .sign-bill .form-group .control-label { + width: 100% !important; + text-align: left !important; + padding-left: 10px !important; + padding-bottom: 5px !important; + padding-top: 0px !important; +} + +.ocr-left .form-horizontal .ibox-content-height .form-group input, .ocr-left .form-horizontal .ibox-content-height .form-group select, .ocr-left .form-horizontal .ibox-content-height .form-group .input-group input { + width: 140px !important; +} + +.ocr-left .form-horizontal .col-info .form-group input, .ocr-left .form-horizontal .col-info .form-group select, .ocr-left .col-info .form-group .input-group input, .ocr-left .form-horizontal .col-info .form-group .input-group input { + width: 140px !important; +} + +.ocr-left .form-horizontal .sign-bill .form-group input, .ocr-left .form-horizontal .sign-bill .form-group select, .ocr-left .form-horizontal .sign-bill .form-group .input-group input { + width: 140px !important; +} + +.ocr-left .form-horizontal .ibox-content-height { + padding-left: 15px !important; +} +.ocr-left .form-horizontal .sign-bill { + padding-left: 15px !important; +} +.ocr-left .form-horizontal .col-goods .form-group { + width: 24% !important; +} +.ocr-left .form-horizontal .form-group.col-seal { + margin-top: -25px !important; +} +.ocr-left .form-horizontal .form-group.col-desc { + margin-top:-25px !important; +} + +.ocr-left800 .form-horizontal .form-group.col-seal { + margin-top: -50px !important; +} +.ocr-left800 .form-horizontal .form-group.col-desc { + margin-top: -50px !important; +} +.ocr-left800 .form-horizontal .ibox-content-height .form-group input { + width: 140px !important; +} +.ocr-left800 .form-horizontal .ibox-content-height .form-group.weekly input { + width: 115px !important; +} +.ocr-left800 .form-horizontal .col-info .form-group input { + width: 140px !important; +} +.ocr-left800 .form-horizontal .sign-bill .form-group input { + width: 140px !important; +} +.ocr-left800 .form-horizontal .col-goods .form-group input { + width: 140px !important; +} +.ocr-left800 .form-horizontal .col-goods .form-group select { + width: 140px !important; +} +.booking-account { + border-bottom: none; +} +.booking-account .navbar-bottom{ + margin-left:5px; +} +.booking-account .nav li #btnNewBooking i { + color: #d2a881 !important; +} +.booking-account .nav li #btnCopy i { + color: #1e7ece !important; +} +.booking-account .nav li #btnCopyMulti i { + color: #1e7ece !important; +} +.booking-account .nav li #btnSoBatch i { + color: #26b578 !important; +} +.booking-account .nav li #btnBatchEdit i { + color: #ecaf2c !important; +} +.booking-account .nav li #btnBatchFangCang i { + color: #26b578 !important; +} +.booking-account .navbar-bottom{ + margin-left:0px; + padding-left:0px; +} +.booking-account .nav li{ + margin-right:20px; +} +.booking-account .nav li a { + padding: 5px 0px !important; + border:none; + margin-right:0px !important; +} +.booking-account .nav li a:hover{ + background:none; + border:none; +} +.booking-account .ibox .ibox-title { + width:100%; + height: 20px !important; + min-height:20px !important; + background:url(../img/ibox-title.jpg) repeat-x center; + position:relative; + margin-bottom:15px; +} +.booking-account .ibox .ibox-title h5{ + width:75px; + height:30px; + line-height:30px; + background:#FFF; + position:absolute; + left:43px; + top:-6px; + border-left:none; +} +.standing_book .form-horizontal .form-group input,.standing_book .form-horizontal .form-group .select { + height: 32px !important; +} +/*订舱台账查询按钮*/ +.booking-account .btn-query { + padding: 10px 17px !important; + padding-bottom: 8px !important; + background: #02a476 !important; + border: 1px solid #02a476 !important; +} +.booking-account .btn-reset { + padding: 10px 17px !important; + padding-bottom: 8px !important; + background: none !important; + border: 1px solid #02a476 !important; + color: #02a476 !important; +} +.booking-account .btn-query i, .booking-account .btn-reset i { + margin-right:5px; +} +/*订舱台账列表*/ +.fixed-table-toolbar .columns .btn{ + border:none !important; +} +.fixed-table-toolbar .columns .btn i { + margin-right: 5px; +} +.booking-account-table { + border: none; + margin-top:0px !important; +} +.booking-account-table thead tr th { + background: #fafafa; +} +/*.bootstrap-table .booking-account-table > tbody > tr > td:first-child { + padding-left: 25px !important; +}*/ +.booking-account-table tbody tr td { + color: #666 !important; +} +.booking-account-table tbody tr td span{ + font-size:12px; +} +.booking-account-table tbody tr td .task { + color: #ff4a49; +} +.booking-account-table tbody tr td .tips { + color: #02a476; +} +.booking-account .booking-account-table thead{ + border-bottom:1px solid #ebebeb; +} +.booking-account .booking-account-table thead tr th { + text-align: center !important; + line-height: 30px !important; +} +.booking-account .booking-account-table tbody tr td { + text-align: center !important; +} +.booking-account .booking-account-table .filter-control{ + position:relative; +} +.booking-account .booking-account-table .filter-control input{ + margin-bottom:10px; +} +.booking-account .booking-account-table .filter-control .remove{ + position:absolute; + top:1px; + right:24px; +} +/*头部排序 +.booking-account .booking-account-table thead tr th.name-voyage .sortable { + background-position: 66px 14px !important; +} +.booking-account .booking-account-table thead tr th.bl-no .sortable { + background-position: 53px 14px !important; +} +.booking-account .booking-account-table thead tr th.port-discharge .sortable { + background-position: 53px 14px !important; +} +.booking-account .booking-account-table thead tr th.box-size .sortable { + background-position: 68px 14px !important; +} +.booking-account .booking-account-table thead tr th.customer .sortable { + background-position: 38px 14px !important; +} +.booking-account .booking-account-table thead tr th.sailing-date .sortable { + background-position: 69px 14px !important; +}*/ +/*业务状态和海关码头不换行*/ +.booking-account .booking-account-table tbody tr td.CompName { + width: 210px !important; + white-space: nowrap !important; +} +.booking-account .booking-account-table tbody tr td.fmtBussStatus { + width: 130px !important; + white-space: nowrap !important; +} +.booking-account .booking-account-table tbody tr td.fmtCustoms { + width: 130px !important; + white-space: nowrap !important; +} +/*业务状态和海关码头状态默认颜色*/ +.booking-account .booking-account-table tbody tr td.fmtBussStatus span, .booking-account .booking-account-table tbody tr td.fmtCustoms span, .booking-account .booking-account-table tbody tr td.fmtBookingStatus span { + /*background: #ebebeb;*/ + /*color: #979797;*/ + border-radius: 2px; + margin-bottom: 2px; + display: inline-block; + font-size: 12px; +} +/*业务状态&海关码头绿色*/ +.booking-account .booking-account-table tbody tr td.fmtBussStatus span.arrive, .booking-account .booking-account-table tbody tr td.fmtCustoms span.arrive, .booking-account .booking-account-table tbody tr td.fmtBookingStatus span.arrive { + background: #e8f6e9 !important; + color: #3dc459 !important; + border: 1px solid #3dc459; + padding: 1px 5px; +} +/*VGM状态已发、成功、异常、缺失*/ +.booking-account-table tbody tr td .issued, .booking-account-table tbody tr td .success, .booking-account-table tbody tr td .abnormal, .booking-account-table tbody tr td .defect { + width:36px; + height:22px; + line-height:22px; + text-align:center; + font-size: 12px; + border-radius: 3px; + display: inline-block; +} +.booking-account-table tbody tr td .issued { + color: #fa8c16; + border: 1px solid #fa8c16; + background: #fff7e6; +} +.booking-account-table tbody tr td .success { + color: #3cc458; + border: 1px solid #3cc458; + background: #e9f6ec; +} +.booking-account-table tbody tr td .abnormal { + color: #ee1714; + border: 1px solid #ee1714; + background: #ffebed; +} +.booking-account-table tbody tr td .defect { + color: #999; + border: 1px solid #999; + background: #eee; +} +.booking-account-table thead tr th.Mbl-No,.booking-account-table tbody tr td.Mbl-No { + width:160px; + padding-left:0px; + padding-right:0px; +} +.booking-account-table thead tr th.Mbl-No a, .booking-account-table tbody tr td.Mbl-No a { + width:140px; + display:block; + float:left; +} +.booking-account-table tbody tr td.Mbl-No i { + width: 15px; + margin-top: 3px; + color: #23527c; + display: block; + cursor:pointer; + float: right; +} +/*提单状态SWB、正本、电放、签入、签出*/ +.booking-account-table tbody tr td .swb, .booking-account-table tbody tr td .original, .booking-account-table tbody tr td .original, .booking-account-table tbody tr td .discharge, .booking-account-table tbody tr td .out, .booking-account-table tbody tr td .enter { + /*width: 36px;*/ + height: 22px; + line-height: 22px; + text-align: center; + font-size: 12px; + border-radius: 3px; + display: inline-block; + padding:0 3px; +} +.booking-account-table tbody tr td .swb { + color: #02a476; + border: 1px solid #02a476; + background: #eefbff; +} +.booking-account-table tbody tr td .original { + color: #fa8c16; + border: 1px solid #fa8c16; + background: #fff7e6; +} +.booking-account-table tbody tr td .discharge { + color: #eb2f96; + border: 1px solid #eb2f96; + background: #fff0f6; +} +.booking-account-table tbody tr td .out { + color: #02a476; + border: 1px solid #91d5ff; + background: #e6f7ff; + margin-top: 2px; +} +.booking-account-table tbody tr td .enter { + color: #3dc459; + border: 1px solid #3dc459; + background: #e8f6e9; + margin-top: 2px; +} +/*选项卡*/ +.booking-account .tabs-container{ + margin-top:10px; +} +.tabs-container .nav-tabs { + border-bottom: 2px solid #ebebeb; +} +.booking-account .tabs-container .nav-tabs li { + padding: 0 20px; + border-bottom: 2px solid #ebebeb; + margin-bottom: -2px !important; + margin-right:0px !important; +} +.booking-account .tabs-container .nav-tabs li a { + border: none; + color: #555; + padding: 10px 12px !important; +} +.booking-account .tabs-container .nav-tabs li a i { + color: #555; +} +.booking-account .tabs-container .nav-tabs li.active { + border-bottom: 2px solid #02a476; +} +.booking-account .tabs-container .nav-tabs li.active a { + border: none !important; + color: #02a476; +} +.booking-account .tabs-container .nav-tabs li.active a i { + color: #02a476; +} +.booking-account .tabs-container .panel-body { + border: none !important; + padding-left: 0px !important; + padding-right: 0px !important; + padding-top:15px; +} +/*截单创建、已接收订舱*/ +.booking-account .tabs-container .panel-body .booking-account-table{ + margin-top:0px; +} +.booking-account-table tbody tr td .establish { + width: 36px; + height: 22px; + line-height: 22px; + text-align: center; + font-size: 12px; + border-radius: 3px; + display: inline-block; + color: #fa8c16; + border: 1px solid #fa8c16; + background: #fff7e6; +} +.booking-account-table tbody tr td .yessubmit { + width: 36px; + height: 22px; + line-height: 22px; + text-align: center; + font-size: 12px; + border-radius: 3px; + display: inline-block; + color: #fa8c16; + border: 1px solid #fa8c16; + background: #fff7e6; +} +.booking-account-table tbody tr td .order-yes { + width: 72px; + height: 22px; + line-height: 22px; + text-align: center; + font-size: 12px; + border-radius: 3px; + display: inline-block; + color: #3dc459; + border: 1px solid #3dc459; + background: #e8f6e9; +} +.booking-account-table tbody tr td .audit{ + width:45px; + display:inline-block; +} + +/*编辑订舱台账按钮*/ +.booking-account .nav li{ + position:relative; +} +.booking-account .nav li b { + width: 1px; + height: 14px; + background: #cbcaca; + display: block; + float: left; + top: 10px; + left: 0px; + position: absolute; +} +.booking-account .nav li a { + box-shadow: none; + color: #333 !important; +} +.booking-account .nav li a i { + width: 20px; + font-size: 16px; + margin-right: 2px; + display: inline-block; +} +/*.booking-account .nav li.btnNew a i { + color: #d2a881; +} +.booking-account .nav li.btnCopy a i { + color: #1e7ece; +} +.booking-account .nav li.btnSave a i { + color: #26b578; +} +.booking-account .nav li.btnSubmit a i { + color: #a2b439; +} +.booking-account .nav li.btnPrint a i { + color: #f35353; +} +.booking-account .nav li.btnPeople a i { + color: #c185e3; +} +.booking-account .nav li.btnGroup a i { + color: #ecaf2c; +} +.booking-account .nav li.btnCut a i { + color: #6a768b; +} +.booking-account .nav li.btnVGM a i { + color: #1e7ece; +} +.booking-account .nav li.btnCargoPaper a i { + color: #f35353; +} +.booking-account .nav li.btnCabin a i { + color: #1e7ece; +} +.booking-account .nav li.btnBillLad a i { + color: #ecaf2c; +} +.booking-account .nav li.btnSample a i { + color: #d2a881; +} +.booking-account .nav li.btnLink a i { + color: #6a768b; +} +.booking-account .nav li.btnTicket a i { + color: #26b578; +} +.booking-account .nav li.btnManifest a i { + color: #d2a881; +} +.booking-account .nav li.btnCar a i { + color: #26b578; +} +.booking-account .nav li.btnFen a i { + color: #d2a881; +} +.booking-account .nav li.btnOcr a i { + color: #6a768b; +} +.booking-account .nav li.btnTemplate a i { + color: #d2a881; +} +.booking-account .nav li.btnDel a i { + color: #f35353; +} +.booking-account .nav li.btnSend a i { + color: #a2b439; +} +.booking-account .nav li.btnExcel a i { + color: #d2a881; +} +.booking-account .nav li.btnPdf a i { + color: #d2a881; +} +.booking-account .nav li.btnEDIModal a i { + color: #ecaf2c; +} +.booking-account .nav li.btnINTTRModal a i { + color: #26b578; +} +.booking-account .nav li.btnYunGang a i { + color: #26b578; +} +.booking-account .nav li.btnState a i { + color: #a7b1c2; + width: 16px; +}*/ +.booking-account .nav li.btnNew a i { + color: #d2a881; +} + +.booking-account .nav li.btnCopy a i { + color: #d2a881; +} + +.booking-account .nav li.btnSave a i { + color: #d2a881; +} + +.booking-account .nav li.btnSubmit a i { + color: #a2b439; +} + +.booking-account .nav li.btnPrint a i { + color: #d2a881; +} + +.booking-account .nav li.btnPeople a i { + color: #c185e3; +} + +.booking-account .nav li.btnGroup a i { + color: #ecaf2c; +} + +.booking-account .nav li.btnCut a i { + color: #a2b439; +} + +.booking-account .nav li.btnVGM a i { + color: #a2b439; +} + +.booking-account .nav li.btnCargoPaper a i { + color: #a2b439; +} + +.booking-account .nav li.btnCabin a i { + color: #1e7ece; +} + +.booking-account .nav li.btnBillLad a i { + color: #ecaf2c; +} + +.booking-account .nav li.btnSample a i { + color: #1e7ece; +} + +.booking-account .nav li.btnVgmLink a i { + color: #1e7ece; +} + +.booking-account .nav li.btnTxxp a i { + color: #1e7ece; +} + +.booking-account .nav li.btnManifest a i { + color: #26b578; +} + +.booking-account .nav li.btnCar a i { + color: #26b578; +} + +.booking-account .nav li.btnFen a i { + color: #ecaf2c; +} + +.booking-account .nav li.btnOcr a i { + color: #ecaf2c; +} + +.booking-account .nav li.btnTemplate a i { + color: #d2a881; +} + +.booking-account .nav li.btnDel a i { + color: #f35353; +} + +.booking-account .nav li.btnSend a i { + color: #a2b439; +} + +.booking-account .nav li.btnExcel a i { + color: #d2a881; +} + +.booking-account .nav li.btnPdf a i { + color: #d2a881; +} + +.booking-account .nav li.btnEDIModal a i { + color: #ecaf2c; +} + +.booking-account .nav li.btnINTTRModal a i { + color: #26b578; +} + +.booking-account .nav li.btnYunGang a i { + color: #26b578; +} + +.booking-account .nav li.btnState a i { + color: #a7b1c2; + width: 16px; +} +.booking-account .nav li.btnPrevious a i { + color: #02a476; +} + +.booking-account .nav li.btnNext a i { + color: #02a476; +} + +.booking-account .nav li.btnRegister a i { + color: #d2a881; +} + +.booking-account .nav li a.btn-lara-export i { + color: #d2a881; +} + +.task-nav li a.btn-print-batch span { + color: #d2a881; +} + +.task-nav li a.btn-download-batch-copy span { + color: #26b578; +} + +.task-nav li a.btn-download-original span { + color: #26b578; +} + +.task-nav li a.btn-lara-reg span, .task-nav li a.btn-lara-reg-record span { + color: #ecaf2c; +} + +/*菜单块*/ +.navbar-edit-account .nav { + width: 100%; +} + +.navbar-edit-account ul li { + min-width: 55px; + margin-right: 8px !important; + display: inline-block; +} + +.booking-account .nav li.btnCabin { + width: 85px !important; +} + +.navbar-edit-account ul .nav-col { + display: block; + padding-right: 25px; + background:url(../img/nav-line.jpg) no-repeat right 12px center; + float:left; +} +.navbar-edit-account ul .nav-col .nav-col-1 li a { + color: #d2a881 !important; +} +.navbar-edit-account ul .nav-col .nav-col-1 li a i { + color: #d2a881 !important; +} + +.navbar-edit-account ul .nav-col .nav-col-2 li a { + color: #a2b439 !important; +} + +.navbar-edit-account ul .nav-col .nav-col-2 li a i { + color: #a2b439 !important; +} +/*状态下拉框*/ +.booking-account .nav li.btnState { + width: 57px; + height: 34px; + position: relative; + background: url(../img/alert.jpg) no-repeat right 0px center !important; + display: block; + margin-top: 3px; +} +@media screen and (max-width: 1680px) { + .booking-account .nav li.btnState { + margin-top: 0px !important; + } +} +.booking-account .select-state { + width:130px; + box-shadow: rgba(0,0,0,.15) 0px 4px 4px; + position: absolute; + top: 30px; + left: 15px; + z-index:1; + background: #FFF; + padding:6px 5px; + border:1px solid #e5e5e5; + border-radius:2px; + display:none; +} +.booking-account .select-state table tr{ + line-height:26px; +} +.booking-account .select-state table tr td{ + width:124px; + padding-left:10px; +} +.booking-account .select-state table tr:hover { + background: #e0f5fc; +} +/*关系人*/ +.booking-account .nav li.btnAdd a { + color: #d2a881; +} +.booking-account .nav li.btnRemove a { + color: #f35353; +} +/*编辑订舱台账左侧分辨率调整*/ +@media screen and (max-width: 1680px) { + .form-booking-account .ibox-content-interval .form-group.col-seal { + height:auto !important; + } + .form-booking-account .ibox-content-interval .form-group.col-seal .control-label { + width: 100% !important; + } + .form-booking-account .ibox-content-interval { + padding-left: 20px; + } + .form-booking-account .col-people, .form-booking-account .col-remark { + padding-left: 0px !important; + } + .form-booking-account .col-remark:first-child{ + padding-right:15px !important; + } +} +.booking-account .ibox-content, .booking-account-right .ibox-content { + padding-left: 0px !important; + padding-right: 0px !important; + margin-left:10px !important; + margin-right:15px !important; +} +/*编辑台账颜色加深*/ +.booking-account-left .form-horizontal .form-group input { + border:1px solid #bfbfbf !important; +} +.booking-account-left .col-people .ibox-tool .input-group .input-group-btn .btn { + border: 1px solid #bfbfbf !important; +} +.booking-account-left .form-horizontal .form-group .select { + border: 1px solid #bfbfbf !important; +} +.booking-account-left textarea { + border: 1px solid #bfbfbf !important; +} +/*编辑table*/ +.booking-account-left .stand-table .input-group .form-control { + margin-bottom: 3px !important; +} +.booking-account-left .stand-table .form-control { + border-radius: 4px; + padding-left: 5px !important; + padding-right: 5px !important; +} +.booking-account-left .stand-table tbody tr td{ + padding-left:8px !important; +} +/*编辑订舱台账右侧*/ +.booking-account-left { + width: 67%; + float: left; +} +.booking-account-left .ibox-content-title{ + padding-left:13px; + padding-bottom:10px; + color:#333; + font-size:15px; + font-weight:bold; +} +.booking-account-left .ibox-content-title i { + font-size: 16px; + font-weight: bold; + color: #02a476; + margin-right: 7px; +} +.form-booking-account .form-group { + width: 25% !important; + margin-left: 0px !important; + margin-right: 0px !important; +} +.booking-account-left .form-horizontal .form-group.customer-group .input-group { + width: 140px !important; +} +.booking-account-left .form-horizontal .form-group.customer-group .input-group input { + width: 140px !important; +} +.booking-account-left .form-horizontal .form-group .CustomerContract{ + position:absolute; + top:6px; + right:-16px; + cursor:pointer; +} +.booking-account-left .form-horizontal .form-group .CustomerAdd { + position: absolute; + top: 7px; + right: -33px; + cursor: pointer; +} +.form-booking-account .ibox-content-interval { + width: 100%; + padding-top: 10px; + padding-bottom: 5px; + padding-right: 20px; + clear: both; + display: inline-block; + border: 1px solid #dfdfdf; + box-shadow: 0px 0px 5px rgba(0,0,0,.15); + border-radius: 5px; + margin-bottom: 5px; +} +.form-booking-account .form-group .input-group { + width: 175px !important; + position:relative !important; +} +.booking-account .form-booking-account .form-group .input-group input { + width: 175px !important; +} +.form-booking-account .form-group .input-group .input-group-btn { + position: absolute !important; + top: 32px !important; + right: 0px !important; +} +.form-booking-account .form-group.weekly input { + width: 115px !important; + float:left !important; +} +.form-booking-account .weekly input{ + margin-top:0px !important; +} +.form-booking-account .weekly span.w { + padding: 1px 4px; + background: #fff7e6; + color: #fa8c16; + font-size: 12px; + margin-top: 6px; + margin-left: 5px; + float:left; +} +.form-booking-account .form-group .control-label { + width: 30% !important; +} +.form-booking-account .form-group input, .form-booking-account .form-group .select { + width: 175px !important; +} +/*发货人至通知人*/ +.form-booking-account .col-people{ + width:47%; + padding-right:0px; + float:left; +} +.form-booking-account .col-people .form-group { + width:100% !important; + height:auto !important; + margin-top:5px; + margin-bottom:0px !important; + position:relative; +} +.form-booking-account .col-people .form-group .control-label { + width: 100% !important; + text-align:left; + margin-bottom:5px; + padding-top:5px; + padding-left:10px; +} +.form-booking-account .col-people .form-group .control-label i { + color: #999; + margin-right:7px; +} +.form-booking-account .col-people .form-group textarea { + width: 95% !important; + height: 127px; + line-height: 20px; + border: 1px solid #dfdfdf; + border-radius: 3px; + padding-left: 5px; + padding-right: 5px; + margin-top:7px; +} + +.form-booking-account .col-people .ibox-tool{ + position:absolute; + top:0px; + right:28px; +} +.form-booking-account .col-people .ibox-tool a.format { + font-size: 12px; + color: #02a476; + background: #dff5fd; + padding:2px 4px; + border-radius:1px; + margin-right:5px; +} +.form-booking-account .col-people .ibox-tool a.btn-noti2{ + margin-right:5px; +} +.form-booking-account .col-people .ibox-tool a.btn-noti2 i{ + margin-right:3px; +} +.form-booking-account .col-people .ibox-tool .input-group { + float: left; + margin-right: 5px; +} +.form-booking-account .col-people .ibox-tool .input-group input{ + width:140px !important; + height:29px !important; +} +.form-booking-account .col-people .ibox-tool .input-group .input-group-btn { + top: 0px !important; + left:140px !important; +} +.form-booking-account .col-people .ibox-tool .input-group .input-group-btn .btn { + padding-top: 3px !important; + padding-bottom: 3px !important; + padding-left: 11px !important; + padding-right: 11px !important; +} +.form-booking-account .col-people .ibox-tool a { + float: left; + display: block; + margin-top: 5px; +} +.form-booking-account .col-people .ibox-tool .inputSave { + padding: 0 3px; + margin-top: 7px; + margin-right: 4px; + font-size: 12px; +} +.form-booking-account .col-people .ibox-tool .inputSave i{ + margin-right:3px; + font-size:14px; +} +.form-booking-account .col-people .ibox-tool .inputx { + padding: 0 3px; + margin-top: 8px; + margin-right: 15px; +} +.form-booking-account .col-people .show-number { + width:27px; + position: absolute; + top: 40px; + right: 0px; +} +.form-booking-account .col-people .show-number ul{ + padding-left:5px; +} +.form-booking-account .col-people .show-number li { + list-style: none; + line-height: 20px; + font-size: 12px; + color: #999; +} +/*弹出框第二通知人*/ +.form-secondnotifier .form-group .control-label { + width: 100% !important; + text-align: left !important; + margin-bottom: 5px; + padding-top: 5px !important; +} +.form-secondnotifier .form-group .control-label i{ + color:#999; + margin-right:7px; +} +.form-secondnotifier .form-group textarea { + width: 535px !important; + height: 115px !important; + margin-top:10px; + padding-left:5px; +} +.form-secondnotifier .form-group .ibox-tool { + position: absolute; + top: 20px; + right: 28px; +} +.form-secondnotifier .form-group .ibox-tool a.format { + font-size: 12px; + color: #02a476; + background: #dff5fd; + padding: 2px 4px; + border-radius: 1px; + margin-right: 5px; +} +.form-secondnotifier .form-group .ibox-tool .input-group { + width:175px !important; + float: left; + margin-right: 5px; + position:relative; +} + +.form-secondnotifier .form-group .ibox-tool .input-group input { + width: 140px !important; + height: 29px !important; +} + +.form-secondnotifier .form-group .ibox-tool .input-group .input-group-btn { + top: 0px !important; + left: 140px !important; + position:absolute !important; +} + +.form-secondnotifier .form-group .ibox-tool .input-group .input-group-btn .btn { + padding-top: 3px !important; + padding-bottom: 3px !important; + padding-left: 11px !important; + padding-right: 11px !important; +} + +.form-secondnotifier .form-group .ibox-tool a { + float: left; + display: block; + margin-top: 5px; +} + +.form-secondnotifier .form-group .ibox-tool .inputSave { + padding: 0 3px; + margin-top: 7px; + margin-right: 4px; + font-size: 12px; +} + +.form-secondnotifier .form-group .ibox-tool .inputSave i { + margin-right: 3px; + font-size: 14px; +} + +.form-secondnotifier .form-group .ibox-tool .inputx { + padding: 0 3px; + margin-top: 8px; + margin-right: 15px; +} + +.form-secondnotifier .form-group .show-number { + width: 20px; + position: absolute; + top: 65px; + right: 7px; +} + +.form-secondnotifier .form-group .show-number ul { + padding-left: 5px; +} + +.form-secondnotifier .form-group .show-number li { + list-style: none; + line-height: 20px; + font-size: 12px; + color: #999; +} +/*预抵日期至尺寸*/ +.form-booking-account .col-info { + width: 53%; + padding-right: 0px; + margin-top: 25px; + float: right; +} +.form-booking-account .col-info .form-group { + width: 50% !important; + margin-left: 0px !important; + margin-right: 0px !important; +} +.form-booking-account .col-info .form-group .control-label { + width: 30% !important; +} +.form-booking-account .col-info .form-group input{ + width:180px !important; +} +.form-booking-account .col-info .form-group .input-group{ + width:180px !important; + position:relative; +} +.form-booking-account .col-info .form-group .input-group input{ + width:180px !important; +} +.form-booking-account .col-info .form-group .input-group .input-group-btn{ + position:absolute !important; + left:0 !important; + top:34px !important; +} +.form-booking-account .col-info .form-group .input-group .input-group-btn ul{ + left:0px !important; +} +/*货物标识至件数大写*/ +.form-booking-account .form-pre100{ + width:100% !important; + margin-left:15px !important; + height:auto !important; +} +@media screen and (max-width: 1680px) { + .form-booking-account .form-group.form-pre100{ + height:auto !important; + } + .form-booking-account .form-group.form-pre100 input { + width: 99% !important; + } +} +.form-booking-account .col-goods{ + width:100% !important; + float:right; + padding-right:0px; + position:relative; + z-index:2; +} +.form-booking-account .col-goods .form-group{ + width:27% !important; + float:right; +} +.form-booking-account .col-goods .form-group input{ + width:185px !important; +} +.form-booking-account .col-seal { + width: 30% !important; + height: auto !important; + margin-top: -50px; + padding-right: 0px; +} +.form-booking-account .col-seal .control-label { + width: 100% !important; + text-align:left !important; + margin-bottom:5px; +} +.form-booking-account .col-seal textarea{ + width:100% !important; + height:330px !important; + border-radius:3px; + padding-left:5px; + padding-right:5px; + line-height:20px; +} +.form-booking-account .col-desc { + width: 70% !important; + height: auto !important; + margin-top: -50px; + padding-right: 0px; +} +.form-booking-account .col-desc .control-label { + width: 100% !important; + text-align: left !important; + margin-bottom: 5px; +} +.form-booking-account .col-desc textarea { + width: 100% !important; + height: 330px !important; + border-radius: 3px; + padding-left:5px; + padding-right:5px; +} +.form-booking-account .form-pre100 .control-label { + width: 98% !important; + text-align: left; + margin-bottom: 5px; + padding-top: 0px !important; +} +.form-booking-account .form-pre100 textarea, .form-booking-account .form-pre100 input { + width: 99% !important; + height:65px; + border: 1px solid #dfdfdf; + border-radius: 3px; +} +/*备注*/ +.form-booking-account .col-remark{ + padding-right:0px; +} +.form-booking-account .col-remark .form-group { + width: 100% !important; + height: auto !important; + padding-left: 0px; +} +.form-booking-account .col-remark .control-label { + width: 100% !important; + text-align: left; + margin-bottom: 5px; + padding-top: 0px !important; + padding-left:10px; +} +.form-booking-account .col-remark .form-group .control-label i { + color: #999; + margin-right: 7px; +} +.form-booking-account .col-remark textarea { + width: 100% !important; + height: 65px; + border: 1px solid #dfdfdf; + border-radius:3px; + padding-left:5px; + padding-right:5px; +} +.form-booking-account .sign-bill .form-group .input-group { + width: 175px !important; +} +.form-booking-account .sign-bill .form-group .input-group input{ + width:175px !important; +} +.form-booking-account .sign-bill .form-group .input-group .input-group-btn { + position: absolute !important; + left: 0 !important; + top: 34px !important; +} +.form-booking-account .sign-bill .form-group .input-group .input-group-btn ul { + left: 0px !important; +} +/*收货人地址*/ +.standing_book .form-horizontal .form-group.show-door2, .standing_book .form-horizontal .form-group.show-door1 { + width: 50% !important; +} +.standing_book .form-horizontal .form-group.show-door2 .control-label, .standing_book .form-horizontal .form-group.show-door1 .control-label { + width: 15% !important; +} +.standing_book .form-horizontal .form-group.show-door2 input, .standing_book .form-horizontal .form-group.show-door1 input { + width: 454px !important; +} +/*基本信息文本小图标*/ +.form-booking-account .method { + background: url(../img/method.jpg) no-repeat 7px 5px !important; + padding-left: 32px !important; +} +.form-booking-account .code { + background: url(../img/code.jpg) no-repeat 7px 5px !important; + padding-left: 32px !important; +} +.form-booking-account .code { + background: url(../img/code.jpg) no-repeat 7px 5px !important; + padding-left: 32px !important; +} +.form-booking-account .copies { + background: url(../img/copies.jpg) no-repeat 7px 5px !important; + padding-left: 32px !important; +} +.form-booking-account .place { + background: url(../img/place.jpg) no-repeat 7px 5px !important; + padding-left: 32px !important; +} +.form-booking-account .share { + background: url(../img/share.jpg) no-repeat 7px 5px !important; + padding-left: 32px !important; +} +.form-booking-account .clause { + background: url(../img/clause.jpg) no-repeat 7px 5px !important; + padding-left: 32px !important; +} +.form-booking-account .wind { + background: url(../img/wind.jpg) no-repeat 7px 5px !important; + padding-left: 32px !important; +} +.form-booking-account .temperature { + background: url(../img/temperature.jpg) no-repeat 7px 5px !important; + padding-left: 32px !important; +} +.form-booking-account .danger { + background: url(../img/danger.jpg) no-repeat 7px 6px !important; + padding-left: 32px !important; +} +.form-booking-account .date { + background: url(../img/date_b.jpg) no-repeat 7px 5px !important; + padding-left: 32px !important; +} +.booking-account .col-container{ + height:35px; +} +.booking-account .bootstrap-table{ + margin-right:0px !important; +} +/*添加删除按钮*/ +.booking-account a.ctrn-add-new, .booking-account a.ctrn-add-edit, .booking-account a.ctrn-add-del, .booking-account a.ctrn-multi, .booking-account a.ctrn-yard-data { + padding: 8px 20px; + font-weight: normal; + margin-right: 12px; + border-radius: 3px; + box-shadow: 2px 4px 4px -3px rgba(233,233,233,1); + color: #FFF; + margin-bottom: 5px; +} + .booking-account a.ctrn-add-new i, .booking-account a.ctrn-add-edit i, .booking-account a.ctrn-add-del i, .booking-account a.ctrn-multi i, .booking-account a.ctrn-yard-data i { + margin-right: 7px; + } +.booking-account a.ctrn-add-new { + background: #02a476; +} +.booking-account a.ctrn-add-del { + background: #a6aab8; +} +.booking-account a.ctrn-add-edit { + background: none; + border: 1px solid #dfdfdf; + color: #999; +} +.booking-account a.ctrn-multi { + background: #02a476; + border: 1px solid #02a476; + color: #FFF; +} +.booking-account a.ctrn-yard-data { + background: #02a476; + border: 1px solid #02a476; + color: #FFF; +} +/*右侧*/ +.booking-account-right { + width: 30%; + float: right; + margin-right: 20px; + margin-top:25px; +} +.booking-account-right .ibox-content-title h5{ + border-bottom:1px solid #ebebeb; + font-size:15px !important; + font-weight:bold; + color:#333; + padding-bottom:9px; + padding-left:10px; +} +.booking-account-right .ibox-content-title i { + color: #02a476; + margin-right:7px; + font-size:18px; +} +.booking-account-right .ibox-care, .booking-account-right .ibox-service, .booking-account-right .ibox-remark, .booking-account-right .ibox-attachment, .booking-account-right .ibox-dynamic, .booking-account-right .ibox-journal{ + border:1px solid #dfdfdf !important; + box-shadow:0px 0px 5px rgba(0,0,0,.15); + border-radius:5px; + padding-top:10px; + margin-bottom:15px; + padding-bottom:15px !important; + overflow:hidden; +} +.booking-account-right .ibox-content-title h5{ + padding-left:15px; +} +.booking-account-right .ibox-content-title h5 a{ + margin-right:7px; +} +.booking-account-right .content { + margin-left: 15px; + margin-right: 0px; +} +/*注意事项*/ +.booking-account-right .ibox-care .content { + border: 1px solid #d3f3fe; + background: #edfaff; + padding: 10px 18px; + border-radius: 5px; + margin-right:15px; + height: 88px; + overflow-x: hidden; + overflow-y: scroll; +} +.booking-account-right .content ul{ + margin:0; + padding:0; +} +.booking-account-right .content ul li { + list-style: none; +} +.booking-account-right .ibox-care .content ul li { + line-height: 24px; + color: #74777a; +} +.booking-account-right .ibox-care .content ul li i { + color: #ffbe00; + font-size: 16px; + margin-right:7px; +} +/*服务项目*/ +.booking-account-right .ibox-service .content { + max-height: 78px; + overflow-x: hidden; + overflow-y: scroll; +} +.booking-account-right .ibox-service a, .booking-account-right .ibox-remark a { + float: right; + color: #3d494e; +} +.booking-account-right .ibox-service a i, .booking-account-right .ibox-remark a i { + color: #3d494e; + margin-left: 7px; +} +.booking-account-right .ibox-service .content ul li { + min-width: 45px; + text-align: center; + padding: 5px 8px; + border: 1px solid #bfbfbf; + border-radius: 3px; + float: left; + margin-right: 17px; + margin-bottom: 10px; + font-size:12px; +} +.booking-account-right .ibox-service .content ul li:last-child{ + margin-right:0px; +} +.booking-account-right .ibox-service .content ul .btnAdd { + width: 65px; + height: 32px; + line-height: 32px; + text-align: center; + border: 1px dashed #dfdfdf; + color: #888; + border-radius: 5px; + float: left; +} +.booking-account-right .ibox-service .content ul .btnAdd:hover { + color: #02a476; + border: 1px dashed #02a476; +} +/*已选中*/ +.booking-account-right .ibox-service .content ul li.selected { + color: #02a476; + border: 1px solid #02a476; + background: #f6fcfe; +} +/*备注*/ +.booking-account-right .ibox-remark .content { + max-height: 247px; + overflow-x: hidden; + overflow-y: scroll; +} +.booking-account-right .ibox-remark .content ul li { + border-bottom: 1px solid #ebebeb; + margin-bottom: 10px; + padding-bottom: 10px; +} +.booking-account-right .ibox-remark .content ul li:last-child{ + border:none; + padding-bottom:0px; + margin-bottom:0px; +} +.booking-account-right .ibox-remark .content ul li p { + margin-bottom: 5px; +} + +/*附件*/ +.booking-account-right .ibox-attachment .content { + padding-right:10px; + max-height: 280px; + overflow-x: hidden; + overflow-y: scroll; +} +.booking-account-right .ibox-attachment .btnAdd { + width: 104px; + height: 34px; + line-height: 34px; + text-align: center; + color: #FFF; + background: #02a476; + border-radius: 4px; + display: block; + margin-left:20px; + margin-bottom:15px; +} +.booking-account-right .ibox-attachment ul li { + border: 1px solid #dfdfdf; + padding:10px 10px; + margin-top:15px; +} +.booking-account-right .ibox-attachment ul li:first-child{ + margin-top:0px; +} +.booking-account-right .ibox-attachment ul li a.btnPreview { + color: #23527c; + float:right; + display:block; +} +.booking-account-right .ibox-attachment ul li p{ + margin-bottom:5px; +} +.booking-account-right .ibox-attachment ul li p i { + width: 18px; + height: 22px; + display: block; + margin-right: 7px; + float: left; +} +.booking-account-right .ibox-attachment ul li span{ + margin-left:24px; +} +.booking-account-right .ibox-attachment ul li span.filetype i { + color: #f9a629; +} +.booking-account-right .ibox-attachment ul li i.fa-doc { + background: url(../img/doc.png) no-repeat; +} +.booking-account-right .ibox-attachment ul li i.fa-exe { + background: url(../img/exe.png) no-repeat; +} +.booking-account-right .ibox-attachment ul li i.fa-txt { + background: url(../img/txt.png) no-repeat; +} +.booking-account-right .ibox-attachment ul li i.fa-zip { + background: url(../img/zip.png) no-repeat; +} +.booking-account-right .ibox-attachment ul li i.fa-jpg { + background: url(../img/jpg.png) no-repeat; +} +.booking-account-right .ibox-attachment ul li i.fa-unknown { + background: url(../img/unknown.png) no-repeat; +} +/*添加附件*/ +.form-other-attachment .form-group .control-label{ + padding-top:4px !important; +} +/*订单及货运动态*/ +.booking-account-right .ibox-dynamic ul { + margin-top: 20px; +} +.booking-account-right .ibox-dynamic ul li { + margin: 0 auto; + overflow: hidden; +} +.booking-account-right .ibox-dynamic ul li.case-content .case-date { + width: 85px; + text-align: center; + font-size: 12px; + float: left; +} +.booking-account-right .ibox-dynamic ul li.case-content .case-date b { + color: #676a6c; +} +.booking-account-right .ibox-dynamic ul li.case-content .case-icon { + width: 26px; + height: 35px; + float: left; + background: url(../img/case-border.png) repeat-y top center; + margin-right: 3px; +} +.booking-account-right .ibox-dynamic ul li.case-content .case-icon span.case-icon-img { + width: 22px; + height: 22px; + background-size:50%; + border-radius: 22px; + border: 1px solid #02a476; + display: block; + margin: 0 auto; + background:#FFF; +} +.booking-account-right .ibox-dynamic ul li.case-content .case-icon span.case-icon-img i { + color: #02a476; + font-size:12px; + display:block; + margin-top:3px; + margin-left:4px; +} +.booking-account-right .ibox-dynamic ul li.case-content .case-icon span.case-icon-img i.glyphicon-minus{ + margin-left:3px !important; +} +.booking-account-right .ibox-dynamic ul li.case-content .case-icon span.case-icon-img i.fa-icon-circle { + width: 10px; + height: 10px; + border-radius: 10px; + background: #02a476; + margin-top: 5px; + margin-left: 5px; +} +.booking-account-right .ibox-dynamic ul li.case-content .case-icon span.case-icon-circle { + width: 12px; + height: 12px; + display: block; + background: #ccccca; + border-radius: 13px; + border: 2px solid #FFF; + margin: 16px auto; +} +.booking-account-right .ibox-dynamic ul li.case-content .case-number { + width: 65%; + float: left; +} +.booking-account-right .ibox-dynamic ul li.case-content .case-number p { + margin-bottom: 0px; +} +.booking-account-right table .case-icon { + height:45px !important; +} +.booking-account-right table .case-number { + width:260px !important; +} +.booking-account-right .ibox-dynamic ul li.case-show{ + display:none; + padding-bottom:10px; +} +/*修改汇总*/ +.booking-account-right .ibox-journal { + margin-bottom: 30px; +} +.booking-account-right .ibox-journal .ibox-content-title .open-journal { + float: right; + display: block; + color: #3d494e; +} +.booking-account-right .ibox-journal .ibox-content-title .open-journal i { + color: #3d494e; + margin-left: 7px; +} +.booking-account-right .ibox-journal .content{ + margin-right:15px; + display:none; +} +.booking-account-right .ibox-journal .modify-column { + padding-left: 0px; +} +.booking-account-right .ibox-journal .modify-column li { + list-style: none; + height: 35px; + line-height: 35px; + padding-left: 15px; +} +.booking-account-right .ibox-journal .modify-table-thead { + width:100%; +} +.booking-account-right .ibox-journal .modify-column li span { + width: 47%; + display: inline-block; +} +.booking-account-right .ibox-journal .modify-column li span:last-child { + width: 49%; +} +.booking-account-right .ibox-journal .modify-column li span i { + width: 10px; + height: 6px; + display: block; + float:right; +} +/*.booking-account-right .ibox-journal .modify-column li span i.open-arrow { + background: url(../img/open_arrow.png) no-repeat top right; +} +.booking-account-right .ibox-journal .modify-column li span i.close-arrow { + background: url(../img/close_arrow.png) no-repeat; +}*/ +.booking-account-right .ibox-journal .modify-table { + width:100%; + margin:0 auto; + display:none; + padding:7px 12px; + background:#f7f7f7; + border-radius:4px; + border:1px solid #ebebeb; +} +.booking-account-right .ibox-journal .modify-table table{ + margin-bottom:5px; + padding-bottom:5px; + display:block; + border-bottom:1px dashed #b9b9b9; +} +.booking-account-right .ibox-journal .modify-table table:last-child{ + border:none; + margin-bottom:0; + padding-bottom:0; +} +/*.booking-account-right .ibox-journal .modify-table tbody tr { + height: 27px; +}*/ + .booking-account-right .ibox-journal .modify-table tbody tr:last-child { + border: none; + } +.booking-account-right .ibox-journal .modify-table tbody tr td.modify-border { + width: 40px; + text-align:center; + display:block; +} +.booking-account-right .ibox-journal .content-border { + border-right: 1px solid #f5f5f5; +} +/*ocr*/ +.upload-again { + background:none; + +} +/*添加其它服务项目*/ +.form-other-service input { + width: 100%; + height: 32px; + border: 1px solid #dfdfdf; + border-radius: 3px; +} +.form-other-service input:focus { + outline: none; + border: 1px solid #02a476; +} +/*添加备注*/ +.form-other-remark textarea { + width: 100%; + height: 150px; + border-radius: 3px; + padding: 5px 10px; +} +/*集装箱新增*/ +.form-container .form-group .control-label { + text-align: left !important; +} +.form-container .form-group { + width: 48% !important; + float: left; + position:relative; +} +.form-container .form-group:first-child { + margin-right:15px; +} +.form-container .form-group .form-control { + height: 33px !important; + border-radius: 4px; +} +.form-container .form-group input.help-block{ + margin-top:0px !important; +} +.form-container .form-group .input-group span.help-block { + position: absolute; + top: 30px; + left: 9px; +} +.form-container .form-group span.help-block { + position: absolute; + top: 30px; + left: 50px; +} +/*团队成员*/ +.form-team .form-group{ + margin-right:15px; +} +.form-team .form-group:nth-child(2n){ + margin-right:0px; +} +.form-team .form-group .control-label { + width: 30% !important; +} +.layui-layer-title { + background: none !important; + font-size: 16px !important; + font-weight: bold !important; +} +.layui-layer { + border-radius: 4px; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); +} +/*放舱*/ +.standing_book .form-horizontal.form-orderletter .form-group.to{ + width:89% !important; +} +.standing_book .form-horizontal.form-orderletter .form-group.to .control-label { + width: 5% !important; +} +.standing_book .form-horizontal.form-orderletter .form-group.to input { + width: 828px !important; +} +@media screen and (max-width: 1400px) { + .standing_book .form-horizontal.form-orderletter .form-group { + height: 34px !important; + } + .standing_book .form-horizontal.form-orderletter .ibox-content-readonly .form-group.four .control-label { + width: 45% !important; + } + + /*.standing_book .form-horizontal.form-orderletter .ibox-content-ticket .form-group.one{ + width:100% !important; + }*/ +} +.standing_book .form-horizontal.form-orderletter .form-group { + width: 23% !important; + height: auto !important; +} +.standing_book .form-horizontal.form-orderletter .form-group .control-label { + width: 20% !important; +} +.standing_book .form-horizontal.form-orderletter .form-group.email { + width: 26% !important; +} +.standing_book .form-horizontal.form-orderletter .form-group.email input{ + width:220px !important; +} +.standing_book .form-horizontal.form-orderletter .ibox-content-interval { + width: 99% !important; + box-shadow: none; + border:2px solid #ebebeb; +} +/*4列信息*/ +.standing_book .form-horizontal.form-orderletter .form-group.four{ + width:25% !important; +} +.standing_book .form-horizontal.form-orderletter .form-group.four .control-label { + width: 28% !important; +} +/*1列信息*/ +.standing_book .form-horizontal.form-orderletter .form-group.one { + width: 98% !important; + height:auto !important; +} +.standing_book .form-horizontal.form-orderletter .form-group.one .control-label { + width: 100% !important; +} +.standing_book .form-horizontal.form-orderletter .form-group.one textarea { + width: 100% !important; + height: 70px; + padding-left:10px; + padding-top:5px; + padding-bottom:5px; + border-radius:3px; +} +.standing_book .form-horizontal.form-orderletter .form-booking-account .ibox-content-interval{ + margin-bottom:10px !important; + padding-top:5px !important; +} +/*放舱只查看*/ +.standing_book .form-horizontal.form-orderletter .form-group p { + width:230px; + padding-top:7px; + margin-bottom:5px; + color:#999; + float:left; +} +.standing_book .form-horizontal.form-orderletter .ibox-content-readonly .form-group .control-label{ + margin-right:0px !important; +} +/*提箱小票*/ +.standing_book .form-horizontal.form-orderletter .ibox-content-ticket .form-group { + width:85% !important; +} +.standing_book .form-horizontal.form-orderletter .ibox-content-ticket .form-group .control-label{ + width:9% !important; +} +.standing_book .form-horizontal.form-orderletter .ibox-content-ticket .form-group input{ + width:72% !important; +} +.standing_book .form-horizontal.form-orderletter .ibox-content-ticket .form-group .btn { + padding-left: 10px !important; + padding-right: 0px !important; + font-size: 14px; + color: #337ab7; +} +/*邮件账单介绍*/ +.task-edit .mailbill-no_bg { + width: 80%; +} +.task-edit .mailbill-no_bg ul li.sail-date { + width: 20% !important; +} +.task-edit .mailbill-no_bg ul li.name-voyage { + width: 80% !important; +} +/*邮件账单按钮*/ +.navbar-mailbill ul li { + list-style: none; +} +.navbar-mailbill ul li a { + padding: 7px 20px; + font-weight: normal; + border: 1px solid #dfdfdf; + border-radius: 3px; + box-shadow: 2px 4px 4px -3px rgba(233,233,233,1); + color: #333; +} +.navbar-mailbill ul li a span.glyphicon { + margin-right: 7px; +} +.navbar-mailbill.navbar-mailbill-enclosure{ + width:92px; + margin-top:20px; + margin-right:12px; + float:right; +} +.navbar-mailbill.navbar-mailbill-enclosure ul{ + padding-left:0px; +} +.navbar-mailbill.navbar-mailbill-generate { + margin-bottom: 20px; + margin-left: -15px; +} +.navbar-mailbill ul li a.btn-enclosure span { + color: #3dc459; +} +.navbar-mailbill ul li a.btn-generate span { + color: #ff4a49; +} +.task-nav li a.btn-enclosure span { + color: #fc8383; +} +.task-nav li a.btn-generate span { + color: #fc8383; +} +/*邮件账单表格*/ +.mail-bill-table tbody tr td { + padding-left: 7px !important; +} +.mail-bill-table tbody tr.row-inv-active { + background: #e7eaec; +} +.mail-bill-right { + width: 50%; + margin-top: 30px; + float: right; +} +.mail-bill-right .navbar-nav li a { + padding: 7px 20px; + font-weight: normal; + border: 1px solid #dfdfdf; + margin-right: 12px; + border-radius: 3px; + box-shadow: 2px 4px 4px -3px rgba(233,233,233,1); + color: #a7b1c2; +} + +.mail-bill-right .navbar-nav li a span.glyphicon { + margin-right: 7px; +} + +.mail-bill-right .navbar-nav li a:hover { + background: #02a476; + color: #FFF; + border: 1px solid #02a476; +} + +.mail-bill-right .navbar-nav li a.enclosure { + background: #02a476; + color: #FFF; + border: 1px solid #02a476; +} +.mail-bill-amount{ + text-align:right; + padding-right:30px; +} +.mail-bill-amount b { + color: #ff4a49; +} +/*edi弹出框*/ +.form-container.form-EDI .form-group:first-child { + width: 100% !important; + margin-right: 0px !important; +} +.form-EDI .form-group .control-label { + width: 100% !important; + margin-bottom: 5px; +} +.form-EDI .form-group .form-control{ + width:93% !important; +} +.form-EDI .form-group textarea.form-control{ + height:100px !important; +} +/*生成INTTR*/ +.form-horizontal .form-radio { + width: 100% !important; + margin-top: 5px; +} + +.form-horizontal .form-radio .label { + width: 75px !important; + font-size: 15px; +} + +.form-horizontal .form-radio .control-label { + width: 20% !important; +} +/*单选按钮样式*/ +.form-horizontal .form-radio { + width: 46% !important; + height: auto !important; + float: left; +} + +.form-radio .col-lg-7 { + float: right; +} + +.form-radio .col-lg-7 input[type="radio"] + .radio-label::before { + content: ''; + display: inline-block; + width: 13px; + height: 13px; + border-radius: 50%; + border: 1px solid #02a476; + margin-right: 10px; + margin-top: -1px; +} + +.form-radio .col-lg-7 input[type="radio"]:checked + .radio-label::before { + background-clip: content-box; + background-color: #02a476; + width: 13px; + height: 13px; + padding: 2px; +} + +.form-radio .col-lg-7 input[type="radio"] { + position: absolute; + clip: rect(0,0,0,0); +} + +.form-radio .col-lg-7 .radio-label { + width: 105px; + display: inline-flex; + flex-direction: row; + align-items: center; + font-weight: normal; +} + +.form-radio .col-lg-7 input[type='text'] { + margin-top: 7px; +} +/*复选框样式*/ +input[type='checkbox'] { + width: 15px; + height: 15px; + background: #FFF; + -webkit-appearance: none; + border: 1px solid #b7b7b7; + border-radius: 2px; + outline: none; + display: block; + float: left; + margin-top: 1px; + margin-right: 7px; +} + + input[type='checkbox']:checked { + background: url(../img/forward_check.jpg) no-repeat center; + border: 1px solid #02a476; + } +.form-INTTR .form-group { + width: 42% !important; + margin-bottom: 0px; +} +.form-INTTR .form-group.form-checkbox { + width: 54% !important; +} +.form-INTTR .form-group.form-checkbox input[type='checkbox']{ + margin-top:9px; +} +.form-INTTR .form-group .control-label { + width: 40% !important; + padding-top: 5px; + padding-bottom: 7px; + font-weight: bold; +} +.form-INTTR .form-group .form-control { + width: 130px; + float: right; +} +/*单选框*/ +.form-INTTR .form-group.form-radio .control-label { + width:40% !important; +} +.form-INTTR .form-group.form-radio .control-label { + padding-top:0px !important; +} + +/*查看对比*/ +.standing_book .navbar-nav li.btn-tips-success, .standing_book .navbar-nav li.btn-compare-fail { + color: #3dc459; +} +.standing_book .navbar-nav li.tips-fail, .standing_book .navbar-nav li.btn-compare-fail { + color: #e64a4a; +} +.standing_book .navbar-nav li.btn-tips-success, .standing_book .navbar-nav li.tips-fail, .standing_book .navbar-nav li.btn-compare-fail { + line-height: 36px; + margin-right: 10px; + font-weight: bold; + font-size: 15px; +} +.standing_book .navbar-nav li.btn-tips-success span, .standing_book .navbar-nav li.tips-fail span, .standing_book .navbar-nav li.btn-compare-fail span { + margin-right: 7px; +} +/*批量编辑*/ +.form-batch-edit .form-group{ + width:48% !important; + position:relative; +} +.form-batch-edit .form-group .form-control { + width:240px !important; +} +.form-batch-edit .form-group .input-group .dropdown-menu { + max-height:180px !important; +} +.form-batch-edit .form-group .input-group i.clearable{ + left:218px !important; +} +.form-batch-edit .form-group.weekly{ + margin-top:15px; +} +.form-batch-edit .form-group .input-group span.help-block { + top: 35px !important; +} +.form-batch-edit .form-group.weekly.has-error #ETD-error { + top: 70px !important; + left: 9px !important; +} +/*菜单悬浮*/ +.navbar-edit-account { + width: 67%; + position: fixed; + background: #FFF; + z-index: 999; + margin-top: 0px !important; + margin-left: -20px !important; + padding-top: 7px !important; + padding-left: 10px !important; + padding-bottom:10px !important; + border-bottom:1px solid #dfdfdf; +} +/*日期调整*/ +.datepicker .datepicker-days { + padding: 7px; +} +.datepicker table tr td.active { + color: #FFF; +} +.datepicker table tr td{ + text-align:center; +} +.datepicker table tr td.today { + background: #ecaf2c; + color: #FFF; +} +.datepicker table tfoot tr th.today, .datepicker table tfoot tr th.clear { + cursor: pointer; +} + +/*vgm*/ +.vgm-list .ibox-title, .vgm-right .ibox-title { + padding-left: 5px; + margin-left: 0px; +} +.vgm-list .ibox-title, .vgm-right .ibox-title { + color: #333; + font-size: 16px; + font-weight: bold; +} +.vgm-list .table, .vgm-right .table { + margin-top:5px; +} +.vgm-right { + margin-top: 50px; +} +.vgm-list .table tbody tr td.red, .vgm-right .table tbody tr td.red { + color: #f73131 !important; +} +.vgm-list .table tbody tr:last-child, .vgm-right .table tbody tr:last-child{ + border-bottom:1px solid #ebebeb !important; +} +.vgm-list .table, .vgm-right .table { + border: 1px solid #ebebeb; +} +/*业务状态气泡显示*/ +.ui-tooltip { + background: #333 !important; + border: 1px solid #333 !important; +} +.ui-tooltip-content{ + color:#FFF; +} +/*SI*/ +.task-edit-SI .form-horizontal .col-goods .form-group textarea, .task-edit-SI .form-horizontal .col-info .form-group textarea { + height: 107px !important; + line-height:20px !important; +} +.task-edit-SI .form-horizontal .col-info .form-group.form-desc { + width:100% !important; + margin-top: 7px; +} +.task-edit-SI .form-horizontal .col-info .form-group textarea { + width: 97% !important; + border: 1px solid #bfbfbf !important; +} +.task-edit-SI .form-horizontal .col-info .form-group .input-group input { + width: 100% !important; +} +.task-edit-SI .form-horizontal .col-remark { + width: 100% !important; +} +.task-edit-SI .form-horizontal .col-remark .form-group textarea { + width: 97% !important; + border: 1px solid #bfbfbf !important; +} +.task-edit-SI .stand-table tbody tr td:first-child { + padding-left: 15px !important; +} +.task-edit-SI .stand-table tbody tr td { + padding-left: 5px !important; +} +/*SI标题*/ +.task-edit-SI .ibox-title, .task-edit-ChangeShip .ibox-title { + width: 99%; + height: 20px !important; + min-height: 20px !important; + background: url(../img/ibox-title-s.jpg) repeat-x center; + position: relative; + margin-bottom: 15px; +} +.task-edit-SI .ibox-title h5, .task-edit-ChangeShip .ibox-title h5 { + width: 85px; + height: 30px; + line-height: 30px; + background: #FFF; + position: absolute; + left: 43px; + top: -6px; + border-left: none; + text-align: center; + color: #666; + font-size: 16px; +} +.form-booking-account .col-people .ibox-tool { + position: absolute; + top: 0px; + right: 28px; +} +/*SI可编辑收发通*/ +.form-task-edit.form-task-remove .col-goods .ibox-tool{ + position:absolute; + top:5px; + right:20px; +} +.form-task-edit.form-task-remove .col-goods .ibox-tool a.inputx{ + margin-right:3px; +} +.form-task-edit.form-task-remove .col-goods .ibox-tool a.format { + font-size: 12px; + color: #02a476; + background: #dff5fd; + padding: 2px 4px; + border-radius: 1px; + margin-right: 5px; +} +.form-task-edit.form-task-remove .col-goods .show-number { + width: 20px; + position: absolute; + top: 35px; + right: 37px; +} +.form-task-edit.form-task-remove .col-goods .show-number ul li{ + list-style:none; + font-size:10px; + line-height:20px; +} +/*SI确认信息文本框样式*/ +.task-edit-SI .col-info { + margin-top: 25px; +} +.form-task-edit.form-task-remove .col-info .form-group .input-group { + width: 94% !important; +} +.form-task-edit.form-task-remove .form-group .input-group .input-group-btn { + position: absolute !important; + top: 32px !important; + right: 0px !important; +} +.form-task-edit.form-task-remove .col-sign .form-group input { + width: 100% !important; +} +/*SI确认信息浮动按钮*/ +.form-task-edit .col-goods .form-group div.ok, .form-task-edit .col-info .form-group div.ok, .form-task-edit .col-sign .form-group div.ok, .form-task-edit .col-remark .form-group div.ok { + width: 22px; + height: 22px; + padding-right: 1px; + line-height: 22px; + position: absolute; + top: 36px; + right: 25px; + text-align: center; + background: #FFF; + box-shadow: 0px 0px 3px rgba(0,0,0,.25); + border: 1px solid #eee; + border-radius: 2px; + display: none; +} +.form-task-edit .col-info .form-group div.ok{ + right:17px !important; +} +.form-task-edit .col-sign .form-group div.ok { + right: -9px !important; +} +.form-task-edit .col-goods .form-group div.ok:hover, .form-task-edit .col-sign .form-group div.ok:hover, .form-task-edit .col-remark .form-group div.ok:hover, .task-edit-SI .stand-table tbody tr td div.ok:hover { + cursor: pointer; +} +.form-task-edit .col-goods .form-group div.ok i, .form-task-edit .col-info .form-group div.ok i, .form-task-edit .col-sign .form-group div.ok i, .form-task-edit .col-remark .form-group div.ok i, .task-edit-SI .stand-table tbody tr td .ok i { + color: #ffbe00; +} +/*表格箱型对号按钮*/ +.task-edit-SI .stand-table tbody tr td{ + position:relative; +} +.task-edit-SI .stand-table tbody tr td div.ok { + width: 22px; + height: 22px; + padding-right: 1px; + line-height: 22px; + text-align: center; + background: #FFF; + box-shadow: 0px 0px 3px rgba(0,0,0,.25); + border-radius: 2px; + position: absolute; + top: 8px; + right: 10px; + display: none; +} +/*单票账单表格*/ +.singlebill-table tbody tr td{ + padding-left:6px !important; +} +/*换船*/ +.task-edit-ChangeShip .btn-accept { + background: #02a476; + color: #FFF; + border-radius:4px; + margin-right:10px; +} +.task-edit-ChangeShip .btn-accept { + border: 1px solid #02a476; +} +.task-edit-ChangeShip .btn-cancel:hover { + color:#FFF !important; +} +.task-edit-ChangeShip .btn-accept-disabled { + background: #a6aab8 !important; + color: #FFF; + border: 1px solid #a6aab8; +} +