_.find(document.styleSheets[4].cssRules,function(cssRule){ if(cssRule.selectorText && cssRule.selectorText.indexOf(".navbar-fixed-top2")>-1){ cssRule.style.position=""; cssRule.style.top = "0px"; } if(cssRule.selectorText && cssRule.selectorText.indexOf("#pageIndi_content, #page1_l1_content, #page_appList") >-1){ cssRule.style.padding = "0px"; } if(cssRule.selectorText && cssRule.selectorText.indexOf("#page1_index_content") >-1){ cssRule.style.padding = "0px"; } });
루핑에 사용되는 밑줄은 cssRule을 사용할 때 직접 사용할 수 없으며 그렇지 않으면 적용되지 않습니다
cssRule.style=" left: 0;position:'';right: 0; top: 0px;z-index: 1031;";
사용만 가능합니다
cssRule.style.padding = "0px";