1
2
3
4
5
6
7
8
9
10
<div class="widgets-recordgrp-crm circleBox" style="height:120px;">
<div class="circleContent">
<div class="grp-title-box">
<span class="Areatitle">1.进港</span>
</div>
<div class="recordgrp-table">

</div>
</div>
</div>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.Areatitle {
background: #fff;
padding-right: 2px;
padding-left: 2px;
}

.recordgrp-table {
padding: 15px 10px 10px 10px;
}

.grp-title-box {
font-family: "微软雅黑";
font-size: 15px;
color: #4b86fc;
background: #fff;
float: left;
height: 20px;
margin: -15px 0 0 19px;
padding: 0 8px;
font-weight: bold;
width: auto;
vertical-align: middle;
line-height: 25px;
}

.circleContent {
padding: 0;
border: 1px solid #4b86fc;
background-color: #fff;
position: relative;
font-size: 12px;
color: #3d5266;
height: 100%;
margin-bottom: 0px;
}

.widgets-recordgrp-crm.circleBox {
min-width: 152px;
}

.widgets-recordgrp-crm {
width: 100%;
margin: 9px 0 8px 0;
}