|
|
@ -3,5 +3,6 @@ window.onload = function () {
|
|
|
|
const adnode = document.createElement("div");
|
|
|
|
const adnode = document.createElement("div");
|
|
|
|
adnode.setAttribute("class", "wwads-cn wwads-vertical");
|
|
|
|
adnode.setAttribute("class", "wwads-cn wwads-vertical");
|
|
|
|
adnode.setAttribute("data-id", "80");
|
|
|
|
adnode.setAttribute("data-id", "80");
|
|
|
|
|
|
|
|
adnode.setAttribute('style',"max-width:200px")
|
|
|
|
ad[0].parentNode.appendChild(adnode);
|
|
|
|
ad[0].parentNode.appendChild(adnode);
|
|
|
|
};
|
|
|
|
};
|
|
|
|