js div 框对于屏幕高度居中 数据增多 撑满整个高度

width:230px;
overflow-x: hidden;
position: fixed;
right: 0;
top: 50%;
transform: translateY(-50%);
max-height: calc(100% - 168px);
posted @ 2020-10-19 19:52  酸suan  阅读(193)  评论(0)    收藏  举报