|
@@ -20,10 +20,6 @@
|
|
|
left: 220px;
|
|
|
top: 120px;
|
|
|
}
|
|
|
- .ke-container{
|
|
|
- width: 425px;
|
|
|
- margin-left: 100px;
|
|
|
- }
|
|
|
|
|
|
#content table {
|
|
|
table-layout: fixed;
|
|
@@ -36,19 +32,19 @@
|
|
|
}
|
|
|
|
|
|
.table > thead > tr > th:nth-child(1) {
|
|
|
- width: 7%;
|
|
|
+ width: 13%;
|
|
|
}
|
|
|
|
|
|
.table > thead > tr > th:nth-child(2) {
|
|
|
- width: 5%;
|
|
|
+ width: 4%;
|
|
|
}
|
|
|
|
|
|
.table > thead > tr > th:nth-child(3) {
|
|
|
- width: 10%;
|
|
|
+ width: 8%;
|
|
|
}
|
|
|
|
|
|
.table > thead > tr > th:nth-child(4) {
|
|
|
- width: 5%;
|
|
|
+ width: 4%;
|
|
|
}
|
|
|
|
|
|
.table > thead > tr > th:nth-child(5) {
|
|
@@ -56,11 +52,11 @@
|
|
|
}
|
|
|
|
|
|
.table > thead > tr > th:nth-child(6) {
|
|
|
- width: 5%;
|
|
|
+ width: 4%;
|
|
|
/*text-align: center;*/
|
|
|
}
|
|
|
.table > thead > tr > th:nth-child(7) {
|
|
|
- width: 8%;
|
|
|
+ width: 5%;
|
|
|
/*text-align: center;*/
|
|
|
}
|
|
|
.table > thead > tr > th:nth-child(8) {
|
|
@@ -113,10 +109,6 @@
|
|
|
background-color: rgb(202, 198, 133);
|
|
|
border-color: #EAB62F;
|
|
|
}
|
|
|
- .ke-container{
|
|
|
- width: 582px;
|
|
|
- margin-left: 0px;
|
|
|
- }
|
|
|
#return{
|
|
|
float: right;
|
|
|
margin-right: 27px;
|
|
@@ -128,6 +120,9 @@
|
|
|
letter-spacing: 0px;
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
+ .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
|
|
|
+ vertical-align:middle;
|
|
|
+ }
|
|
|
|
|
|
</style>
|
|
|
</head>
|
|
@@ -136,8 +131,8 @@
|
|
|
|
|
|
<div>
|
|
|
{{include "/manage/audithead.html"}}
|
|
|
- <div style="width: 100px;height: 40px;position: relative;float: right;">
|
|
|
- <a id="return" href="/manage/jyloan/list"> 退出系统</a>
|
|
|
+ <div style="width: 120px;height: 40px;position: relative;float: right;">
|
|
|
+ <a id="return" href="/manage/loan/cluelist"> 返回上一级</a>
|
|
|
</div>
|
|
|
<div class="row" style="width:96%; margin:0 auto;">
|
|
|
{{include "/manage/slider.html"}}
|
|
@@ -148,7 +143,7 @@
|
|
|
<div class="record" style="display: none">
|
|
|
<div style="float: left;
|
|
|
position: relative;
|
|
|
- margin-left: 202px;
|
|
|
+ margin-left: 214px;
|
|
|
margin-top: -600px;
|
|
|
width: 200px;
|
|
|
height: 200px;
|
|
@@ -171,21 +166,21 @@ overflow-y: auto;">
|
|
|
</div>
|
|
|
<div style="
|
|
|
position: relative;
|
|
|
- float: left;
|
|
|
- margin-left: 638px;
|
|
|
+ float: right;
|
|
|
+ margin-right: 10px;
|
|
|
margin-top: -600px;
|
|
|
- width: 200px;
|
|
|
+ width: 580px;
|
|
|
height: 200px;
|
|
|
font-size: 24px;
|
|
|
">
|
|
|
<span >3 分类意见:</span>
|
|
|
<textarea id="classify_msg" name="classify_msg" style="margin-left: 100px;"></textarea>
|
|
|
- <div style="padding-left: 118px;
|
|
|
- margin-top: 37px;">
|
|
|
+ <div style="padding-left: 97px;
|
|
|
+ margin-top: 30px;">
|
|
|
<input type="button" style="width: 90px; height: 33px; left: 1166px; top: 852px; z-index: 22; background-color: rgb(202, 198, 133); border-color: rgb(187, 187, 187); border-width: 1px; border-style: solid; border-radius: 4px; font-size: 14px; text-align: center; font-weight: normal; font-style: normal; opacity: 1;" value="提交" onclick="submit()">
|
|
|
</div>
|
|
|
- <div style="padding-left: 415px;
|
|
|
- margin-top: -33px;">
|
|
|
+ <div style="padding-left: 357px;
|
|
|
+ margin-top: -37px;">
|
|
|
<input type="button" style="width: 90px; height: 33px; left: 1166px; top: 852px; z-index: 22; background-color: rgb(202, 198, 133); border-color: rgb(187, 187, 187); border-width: 1px; border-style: solid; border-radius: 4px; font-size: 14px; text-align: center; font-weight: normal; font-style: normal; opacity: 1;" value="取消" onclick="cancle()">
|
|
|
</div>
|
|
|
</div>
|
|
@@ -225,7 +220,8 @@ overflow-y: auto;">
|
|
|
|
|
|
{
|
|
|
title: "企业名称", field: "companyName",callback:function (d) {
|
|
|
- return d.companyName
|
|
|
+ var html = '<div style="width: 145px;height: auto;overflow-x: auto;text-align: left;line-height: 37px">'+ d.companyName+'</div>'
|
|
|
+ return html
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -288,7 +284,7 @@ overflow-y: auto;">
|
|
|
success:function (r) {
|
|
|
if (r.data.length>0){
|
|
|
var html = "";
|
|
|
- for (var i =1;i<r.data.length;i++){
|
|
|
+ for (var i =0;i<r.data.length;i++){
|
|
|
html += '<option>'+r.data[i].classify_type+'</option>';
|
|
|
}
|
|
|
select += html
|
|
@@ -316,7 +312,7 @@ overflow-y: auto;">
|
|
|
id:"ke_editor",
|
|
|
allowFileManager : false,
|
|
|
filterMode:true,
|
|
|
- width : '10px',
|
|
|
+ width : '100%',
|
|
|
height:'20px',
|
|
|
items:items_simp,
|
|
|
allowImageRemoteImageRemote:false,
|