forked from nsjcy/frontEnd/nsjcy

liyj
2020-02-03 7a4d973140ee0168f509098b52745c8a7947ca74
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
.businessHandling-item {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 6px 6px 0 rgba(80, 119, 170, 0.06);
}
 
.businessHandling-item-icon {
  height: 22px;
}
 
.businessHandling-item-name {
  padding:2vh;
  flex-direction: column;
  display: flex;
  justify-content: center;
}
 
.businessHandling-item-name-top {
  font-size: 20px;
  color:#333333;
  /* margin-bottom: 2vh;                         */
}
 
.businessHandling-item-name-bottom {
  font-size: 14px;
  color: #979ca2;
}
 
.businessHandling-pane {
  display: flex;
  padding: 2vh 2vh 0;
  flex-direction: column;
  box-shadow: 0px 6px 6px 0 rgba(80, 119, 170, 0.06);
}
 
.businessHandling-pane-nav {
  flex: auto;
  padding-bottom: 2vh;
}
 
.businessHandling-pane-nav span:nth-child(1) {
  border-left: 3px solid #2195ff;
}
 
.businessHandling-pane-nav span:nth-child(2) {
  padding-left: 1vh;
  font-size: 18px;
  font-weight: bold;
}
 
.businessHandling-pane-nav span:nth-child(3) {
  float: right;
}
 
.businessHandling-pane-icon {
  width: 100%;
  height: 24px;
}
 
.businessHandling-pane-main {
  font-size: 14px;
}
 
.businessHandling-pane-row {
  display: flex;
  padding: 0 0 2vh;
}
 
.businessHandling-pane-item {
  width: 50%;
}
 
.border-gray {
  border-left: 2px solid #ddd;
  margin-right: 2vh;
}
 
.businessHandling-item-three {
  display: flex;
  align-items: center;
  min-height: 12vh;
}
 
.businessHandling-item-three-item {
  flex: 1;
  display: flex;
  min-width: 38px;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 8px;
}
 
.businessHandling-item-three-item-icon {
  width: 5vh;
  height: 6vh;
  position: relative;
}
 
.businessHandling-item-three-title {
  display: flex;
  font-size: 14px;
  color: #333;
  justify-content: center;
  align-items: center;
  height: 2vh;
}