#vvveb-builder #top-panel .btn-group #history-btn { font-size: 1rem; line-height: 2rem; height: 2rem; padding-top: 5px; cursor: pointer; } #historyList { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #f8f8f9; display: none; z-index: 2; } #historyList.open { display: block; } #historyList .header{ padding: 10px 30px 0px; display: flex; } #historyList .header span { flex: 1; cursor: pointer; } #historyList .header span.publishHistory { color: #F84311; text-align: right; } #historyList ul { overflow: hidden; margin: 0; padding:10px; } #historyList ul li { display: flex; align-items: center; border: 1px solid #d5dadf; padding: 10px 15px; margin-bottom: 10px; font-size: 11px; transition: all .3s; cursor: pointer; } #historyList ul li.active { background: #faede9; } #historyList ul li .infoBox { flex: auto; } #historyList ul li .infoBox .version { color: #F84311; font-style: normal; } #historyList ul li .btnBox { flex: 1; text-align: center; } #historyList ul li .btnBox span { } .historyIframe { background: rgba(0,0,0,.8); position: absolute; top: 0; left: 0; width: 100%; height: 100%; }