|
@@ -13,8 +13,8 @@
|
|
|
<style>
|
|
|
.tit{position: relative;text-align: left;font-size: 16px;padding-left: 10px;}
|
|
|
.tit:after{content: '';position: absolute;left: 0;top: 20%;height: 60%;width: 3px;background-color: #32a3d8;}
|
|
|
- .tit-2{position: relative;text-align: left;font-size: 16px;padding-left: 10px;}
|
|
|
- .tit-2:after{content: '';position: absolute;left: 0;top: 20%;height: 60%;width: 3px;background-color: #32a3d8;}
|
|
|
+ .tit-2{position: relative;text-align: left;font-size: 16px;padding-left: 10px;color: #50a2ea;}
|
|
|
+ .tit-2:after{content: '';position: absolute;left: 0;top: 50%;height: 6px;width: 6px;border-radius: 6px;margin-top: -3px; background-color: #32a3d8;}
|
|
|
#province select{margin-right:10px; width:100px;height: 31px;-webkit-appearance:none !important;appearance:none;background: url(${path}/common/images/cm/select-1.png) right center no-repeat;background-size: auto 100%;padding-left:3px;padding-right: 25px;}
|
|
|
|
|
|
#suggest, #suggest2 {width:200px}
|
|
@@ -43,15 +43,17 @@
|
|
|
.time-line-list>li:first-child:after,.time-line-list>li:last-child:before{display: none;}
|
|
|
.time-line-list .arrow{border-width:7px; position:absolute; left:25%; top:9px;border-style:solid dashed dashed; border-color:transparent transparent transparent #32a3d8;font-size:0; line-height:0;}
|
|
|
.time-line-list>li:first-child .arrow{display: none;}
|
|
|
- .table-bg th{background-color: #e2f6ff;}
|
|
|
+ .table-bg th{background-color: #e2f6ff;padding: 15px 8px;}
|
|
|
+ .table-bg td{padding: 15px 8px;}
|
|
|
.update-parts>span{margin-right: 10px;padding: 3px 4px;background-color: #effaff;border: 1px solid #32a3d8;}
|
|
|
.my-search-input{padding-left: 30px;background: url(${path}/common/images/cm/search.png) 6px center no-repeat;background-size: auto 60%; }
|
|
|
.txt-red{color:red}
|
|
|
.thString {font-weight: normal;}
|
|
|
.clearfix:after{content:"\20";display:block;height:0;clear:both;visibility:hidden}.clearfix{zoom:1}
|
|
|
- .tabBar {border-bottom: 2px solid #222}
|
|
|
- .tabBar span {background-color: #e8e8e8;cursor: pointer;display: inline-block;float: left;font-weight: bold;height: 30px;line-height: 30px;padding: 0 15px}
|
|
|
- .tabBar span.current{background-color: #222;color: #fff}
|
|
|
+ .tabBar {display: inline-block; border-bottom: 2px solid #cfd9e4;position: relative}
|
|
|
+ .tabBar span {background-color: #fff;cursor: pointer;display: inline-block;float: left;font-weight: bold;height: 30px;line-height: 30px;padding: 0 15px}
|
|
|
+ .tabBar span.current{background-color: #fff;color: #50a2ea;position: relative;}
|
|
|
+ .tabBar span.current:after{content: ''; position: absolute;left: 50%;bottom: 0;width: 30px;height: 2px;background: #50a2ea;margin-left: -15px;}
|
|
|
.tabCon {display: none}
|
|
|
</style>
|
|
|
<title>客诉基本信息</title>
|
|
@@ -59,10 +61,8 @@
|
|
|
<body>
|
|
|
<nav class="breadcrumb"><i class="Hui-iconfont"></i>
|
|
|
<a class="btn radius r"
|
|
|
- style="line-height:1.6em;margin-top:3px;background: #32a3d8;color: #fff;border:1px solid #32a3d8;"
|
|
|
href="javascript:location.replace(location.href);" title="刷新"><i class="Hui-iconfont"></i></a>
|
|
|
<a class="btn radius r"
|
|
|
- style="line-height:1.6em;margin-top:3px;margin-right: 5px;background: #32a3d8;color: #fff;border:1px solid #32a3d8;"
|
|
|
href="javascript:history.back(-1);" title="后退"><i class="Hui-iconfont"></i></a>
|
|
|
</nav>
|
|
|
<article class="cl pd-20">
|
|
@@ -188,7 +188,7 @@
|
|
|
<div class="formControls col-9">
|
|
|
</div>
|
|
|
</div>
|
|
|
- <table class="table table-border table-bg table-bordered" id="tableHtml">
|
|
|
+ <table class="table table-border table-bg table-bordered" id="tableHtml" style="margin-top: 15px;">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th>销售</th>
|
|
@@ -217,7 +217,7 @@
|
|
|
|
|
|
<div class="row cl">
|
|
|
<label class="form-label col-3">
|
|
|
- <div class="tit-2">处理结果(<span id="customerIsSolve" style="color: red"></span>)</div>
|
|
|
+ <div class="tit-2">处理结果:<span id="customerIsSolve" style="color: red"></span></div>
|
|
|
</label>
|
|
|
<div class="formControls col-9">
|
|
|
</div>
|
|
@@ -235,7 +235,7 @@
|
|
|
</thead>
|
|
|
</table>-->
|
|
|
|
|
|
- <div id="tab_demo" class="HuiTab">
|
|
|
+ <div id="tab_demo" class="HuiTab" style="margin-top: 20px;">
|
|
|
<div class="tabBar clearfix">
|
|
|
<#if procMethod.procMethodIsBack == 1>
|
|
|
<span>寄回信息</span>
|