.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;
|
}
|