|
@@ -60,7 +60,6 @@ document.addEventListener('DOMContentLoaded', function () {
|
|
|
}
|
|
|
ad_pos.style.width = (v.width || 0) + 'px'
|
|
|
ad_pos.style.height = (v.height || 0) + 'px'
|
|
|
- ad_pos.style.border = 'none'
|
|
|
ad_pos.style.overflow = 'hidden'
|
|
|
ad_pos.style.position = 'relative'
|
|
|
ad_pos.style.display = show ? 'block' : 'none'
|