轴线(精确居中):
<div style="position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);height:1px;background:#d1d5db;z-index:1"></div>红色柱(涨,向上延伸):
<div style="top:calc(50% - {高度}px);height:{高度}px;background:#d7263d;border-radius:2px 2px 0 0;..."></div>绿色柱(跌,向下延伸):
<div style="bottom:50%;height:{高度}px;background:#16a34a;border-radius:0 0 2px 2px;..."></div>已修改的技能文件:
修改内容:
top:calc(50% - 高度px)bottom:50%