家居建材行业分析报告
.mindmap {
margin: 20px;
}
.node {
position: relative;
display: inlineblock;
padding: 10px 20px;
backgroundcolor: f9f9f9;
border: 1px solid ccc;
borderradius: 5px;
margin: 10px;
}
.node:hover {
backgroundcolor: e9e9e9;
}
.arrow {
position: absolute;
top: 50%;
left: 100%;
transform: translateY(50%);
width: 0;
height: 0;
bordertop: 8px solid transparent;
borderbottom: 8px solid transparent;
borderleft: 8px solid ccc;
}