|
@@ -12,6 +12,21 @@
|
|
|
#sidebar{
|
|
|
margin-left: 27px;
|
|
|
}
|
|
|
+ .horizontalline{
|
|
|
+ height: 2px;
|
|
|
+ background-color: #0aa0f5;
|
|
|
+ position: relative;
|
|
|
+ width: 74px;
|
|
|
+ margin-top: 87px;
|
|
|
+ float: left;
|
|
|
+ }
|
|
|
+ .arrow{
|
|
|
+ position: relative;
|
|
|
+ float: left;
|
|
|
+ margin-top: 73px;
|
|
|
+ margin-left: -3px
|
|
|
+ }
|
|
|
+
|
|
|
</style>
|
|
|
</head>
|
|
|
{{include "/common/baiducc.html"}}
|
|
@@ -21,7 +36,11 @@
|
|
|
{{include "/manage/slider.html"}}
|
|
|
<div id="list" style="height: 96%">
|
|
|
<div id="visit" onclick="show_modal(1)"><span >1 电话回访</span></div>
|
|
|
+ <hr class="horizontalline">
|
|
|
+ <div class="arrow"><span style="color: #0aa0f5">></span></div>
|
|
|
<div id="evaluation" onclick="show_modal(2)"><span >2 贷款评估</span></div>
|
|
|
+ <hr class="horizontalline" style="margin-left: 210px">
|
|
|
+ <div class="arrow"><span style="color: #0aa0f5">></span></div>
|
|
|
<div id="classify" onclick="show_modal(3)"><span >3 线索分类</span></div>
|
|
|
<div id="setting" onclick="show_modal(4)"><span>4 分类设置</span></div>
|
|
|
</div>
|