#open_edit, #open_add, #open_k { display: none; padding: 15px 10px; z-index: 2001; } .block-img { width: 150px; height: 150px; float: left; } .block-img img { width: 100%; height: 100%; } .block-tip { float: left; padding: 9px 15px; line-height: 20px; width: 500px; } .audit_auth { display: none; } .interval_btn.active { background-color: #1E9FFF; color: #fff; } #kc-container { width: 100%; height: 75vh; border: solid gray 1px } .market_list { color: white; width: 100%; line-height: 50px; font-size: 120%; text-align: center; } #kc-container { width: 100%; height: 85vh; border: solid gray 1px; margin-top: 10px; } @keyframes caretBlink { from { opacity: 1.0; } to { opacity: 0.0; } } @keyframes rotateSpinner { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } #text-tool-caret { animation-name: caretBlink; animation-iteration-count: infinite; animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0); animation-duration: 1s; } #en-markup-loading-spinner { position: absolute; top: calc(50% - 16px); left: calc(50% - 16px); width: 32px; height: 32px; } #en-markup-loading-spinner img { position: relative; top: 0px; left: 0px; animation-name: rotateSpinner; animation-duration: 0.6s; animation-iteration-count: infinite; animation-timing-function: linear; }