//不显示 .bar { position:fixed; bottom:0; z-index:99; } //显示 .bar{ position:fixed; bottom:calc(90vh); /*当前屏幕高度百分比90%*/ z-index:99; }