#formulaPage .formulaView{padding:3px 4px;width:100%;height:120px;border:1px solid #eee;line-height:1.3;font-size:12px;overflow-y:scroll}#formulaPage .formulaView .content-item{position:relative;height:16px;cursor:text;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:center;float:left}#formulaPage .formulaView .content-item .cursor{height:13px;width:1px;background:#333;animation:defaultCursor 1s steps(2) infinite;position:absolute;right:0}#formulaPage .formulaView .content-item .obj{padding:0 5px;margin:0 1px;background:#f1f1f1;border-radius:3px}#formulaPage .formulaView .content-item .num{color:#000;background:#fff;padding:0 1px 0 0}@keyframes defaultCursor{0%{opacity:1}to{opacity:0}}