| xqd
@@ -81,8 +81,15 @@
|
|
|
|
|
|
.ibox-content .panel-body {
|
|
|
background-color: #ffffff;
|
|
|
- height: 100%;
|
|
|
- overflow-y: auto;
|
|
|
+ }
|
|
|
+
|
|
|
+ .contacts-count {
|
|
|
+ background-color: #ccc;
|
|
|
+ border-radius: 40%;
|
|
|
+ display: inline-block;
|
|
|
+ padding: 2px 5px;
|
|
|
+ font-size: 12px;
|
|
|
+ color: #fff
|
|
|
}
|
|
|
</style>
|
|
|
@endsection
|
| xqd
@@ -105,14 +112,14 @@
|
|
|
<div class="col-md-12">
|
|
|
|
|
|
<div class="row">
|
|
|
- <div class="col-xl-10 col-lg-9 col-md-8">
|
|
|
+ <div class="col-lg-9 col-md-8">
|
|
|
<div class="panel-body">
|
|
|
<div class="row" style="margin-bottom: 10px">
|
|
|
- <div class="col-xl-1 col-lg-2 col-md-3">
|
|
|
+ <div class="col-lg-2 col-md-3">
|
|
|
<img src="/base/img/companyAvatar.82b6c75.png" alt="">
|
|
|
</div>
|
|
|
|
|
|
- <div class="col-xl-11 col-lg-10 col-md-9">
|
|
|
+ <div class="col-lg-10 col-md-9">
|
|
|
<div class="row">
|
|
|
<div class="col-md-6">
|
|
|
<h3 style="font-weight: 700">{{ $data->companyName }}</h3>
|
| xqd
@@ -120,7 +127,7 @@
|
|
|
|
|
|
@if(!$data->isThread())
|
|
|
<div class="col-md-6">
|
|
|
- <h3 class="pull-right" style="color: coral">请选择联系方式,添加为我的线索</h3>
|
|
|
+ <h3 class="pull-right" style="color: coral;font-size: 14px">请选择联系方式,添加为我的线索</h3>
|
|
|
</div>
|
|
|
@endif
|
|
|
</div>
|
| xqd
@@ -329,7 +336,10 @@
|
|
|
{{-- 企业年报 --}}
|
|
|
<div id="tab-3" class="tab-pane">
|
|
|
<div class="panel-body">
|
|
|
- <strong>企业年报</strong>
|
|
|
+ <h3>企业年报</h3>
|
|
|
+ <p style="text-align: center;color: #ccc;font-weight: 500;">
|
|
|
+ 暂无相关内容
|
|
|
+ </p>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
| xqd
@@ -337,14 +347,20 @@
|
|
|
{{-- 知识产权 --}}
|
|
|
<div id="tab-4" class="tab-pane">
|
|
|
<div class="panel-body">
|
|
|
- <strong>知识产权</strong>
|
|
|
+ <h3>知识产权</h3>
|
|
|
+ <p style="text-align: center;color: #ccc;font-weight: 500;">
|
|
|
+ 暂无相关内容
|
|
|
+ </p>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
{{-- 招聘信息 --}}
|
|
|
<div id="tab-5" class="tab-pane">
|
|
|
<div class="panel-body">
|
|
|
- <strong>招聘信息</strong>
|
|
|
+ <h3>招聘信息</h3>
|
|
|
+ <p style="text-align: center;color: #ccc;font-weight: 500;">
|
|
|
+ 暂无相关内容
|
|
|
+ </p>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
| xqd
@@ -357,20 +373,20 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <div class="col-xl-2 col-lg-3 col-md-4">
|
|
|
- <div class="panel-body">
|
|
|
- <h3>联系方式:</h3>
|
|
|
+ <div class="col-lg-3 col-md-4">
|
|
|
+ <div class="panel-body" style="overflow-y: auto">
|
|
|
+ <h3>联系方式 <span class="contacts-count">{{ count($contacts) }}</span></h3>
|
|
|
|
|
|
- <div class="col-md-11 col-sm-12" style="padding-right: 0;">
|
|
|
+ <div class="col-sm-12" style="padding: 0;">
|
|
|
<ul class="sortable-list connectList agile-list ui-sortable"
|
|
|
style="height: 780px">
|
|
|
@if(count($contacts))
|
|
|
@foreach($contacts as $item)
|
|
|
<li class="success-element">
|
|
|
<div class="agile-detail">
|
|
|
- <div><label><i class="fa fa-phone"
|
|
|
- style="font-size: 20px;margin-right: 50px"></i></label>
|
|
|
- <span> {{ $item->phone }}</span>
|
|
|
+ <div>
|
|
|
+ <label><i class="fa fa-phone" style="font-size: 20px;margin-right: 20px;vertical-align: middle"></i></label>
|
|
|
+ <span style="color: #0e9aef"> {{ $item->phone }}</span>
|
|
|
|
|
|
</div>
|
|
|
|
| xqd
@@ -382,8 +398,14 @@
|
|
|
<div><label>电子邮箱:</label><span>{{ $item->email }}</span>
|
|
|
</div>
|
|
|
|
|
|
+ <div><label>来源:</label><span>{{ $item->viaLink }}</span>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div><label>联系地址:</label><span>{{ $item->address }}</span>
|
|
|
+ </div>
|
|
|
+
|
|
|
{{--<label>备注:</label><input type="text" style="width: 70%" name="remark" value="{{ $item->remark }}">--}}
|
|
|
- <div class="row">
|
|
|
+ <div class="row" style="margin-bottom: .5rem">
|
|
|
<label class="col-sm-3"
|
|
|
style="padding-right: 0">备注:</label>
|
|
|
<div class="col-sm-6" style="padding-left: 0">
|
| xqd
@@ -458,7 +480,8 @@
|
|
|
{"word": "空号"},
|
|
|
{"word": "关机"},
|
|
|
{"word": "无人接听"},
|
|
|
- {"word": "已接通"}
|
|
|
+ {"word": "已接通"},
|
|
|
+ {"word": "接通并挂断"}
|
|
|
], "defaults": "已接通"
|
|
|
}
|
|
|
});
|