무 작위 태그 구름

2613 단어
html:
        인기 태그
        
             바보스럽다
             풋 풋 하 다
             문예 의 풍격
             불교
             삼녀 계
             중금속
             귀엽다
             촬영 제어
             청풍
             반딧불 숲
             치유 과
             온정 노선
        
      
js:
//    
function rand(num){
return parseInt(Math.random()*num);
}
//    
function randomcolor(){
var colorAll=['f44336','ffab00','11c9c5','8fc31f','31afe9','b5a1eb','659fee','75ce49','ff5252','ff6d00','7c87c9']//         
var str=rand(11)
return colorAll[str];
}
var obox=$(".wrap-tag");
var obj=$(".wrap-tag a");
for( len=obj.length,i=len;i--;){
obj[i].className="color"+rand(5);
obj[i].style.fontSize=rand(6)+12+"px";
obj[i].style.color="#"+randomcolor();
}

 
-- 야근 하 는 주말 에 썼 다
다음으로 전송:https://www.cnblogs.com/wszxx/p/10292172.html

좋은 웹페이지 즐겨찾기