peng
1 天以前 5fdd241436e8cddeababec363809988306667a8a
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
.head-title {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 400;
}
.detail-body{
  margin-top: 17px;
  overflow: hidden;
}
 
 
.head-info {
  display: flex;
  height: 130px;
  background: #93b5e1;
  padding: 12px;
  border-radius: 4px;
  align-items: center;
}
 
.ant-layout, .ant-layout * {
  box-sizing: border-box;
}
 
.base-info {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 12px;
  height: 250px;
}
 
.ant-col-md-6 {
  display: block;
  box-sizing: border-box;
  width: 33%;
  float: left;
  margin-left: 20px;
}
.info-2{
  float: left;
}
 
.ant-row {
  position: relative;
  height: auto;
  margin-right: 0;
  margin-left: 0;
  zoom: 1;
  display: block;
  box-sizing: border-box;
}
.bottom-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
  margin-top: 6px;
  height: 36px;
  background: #f5f5f5;
  border-radius: 4px;
}
 
.ant-layout * {
  box-sizing: border-box;
}
.name{
  margin-left: 10px;
  color: #fff;
  font-size: 18px;
}
.phone{
  margin-left: 20px;
  font-size: 14px;
  color: #fff;
}
.item {
  display: flex;
  align-items: flex-start;
  line-height: 30px;
  margin-bottom: 2px;
  position: relative;
}
 
.label {
  flex-basis: 95px;
  //text-align: right;
  color: rgba(0, 0, 0, 0.4);
  flex-shrink: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.info {
  font-weight: 500;
  padding-left: 0;
  margin-bottom: 0;
  width: 100%;
}
 
.pointsTitle {
  background-color: #fafafa;
  padding: 15px 20px;
  display: flex;
  font-size: 16px;
  line-height: 1.8;
  flex-direction: row;
  justify-content: space-around;
  color: #333;
  text-align: center;
  margin-bottom: 16px;
  .points-top-title{
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    line-height: 14px;
    margin-bottom: 8px;
  }
  .points-top-text {
    font-size: 16px;
    font-weight: 500;
    color: #93b5e1;
    line-height: 16px;
  }
}