44 lines
739 B
Plaintext
44 lines
739 B
Plaintext
.zhst-biz-treeTransfer {
|
|
&-left {
|
|
&_card {
|
|
width: 500px;
|
|
height: 522px;
|
|
background-color: #FCFCFC;
|
|
}
|
|
}
|
|
|
|
&-right {
|
|
&_card {
|
|
width: 300px;
|
|
height: 522px;
|
|
background-color: #FCFCFC;
|
|
|
|
&__items {
|
|
padding: 8px 4px;
|
|
overflow: scroll;
|
|
|
|
&::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
|
|
&___item {
|
|
margin: 0;
|
|
padding: 4px 12px;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
&__btns {
|
|
width: 100%;
|
|
padding: 8px;
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
box-sizing: border-box;
|
|
border-top: 1px solid #f0f0f0;
|
|
}
|
|
}
|
|
}
|
|
}
|