bootstrap前端页面使用模态框(modal)弹出层

1,添加js文件

 

2,页面添加按钮和弹出层

.modal-body { 
    height: 120px;
    overflow-y: scroll;

.modal.fade.in {
    top: 30%;
}

你可能感兴趣的:(bootstrap前端页面使用模态框(modal)弹出层)