# winlog **Repository Path**: lkye/winlog ## Basic Information - **Project Name**: winlog - **Description**: 页面移动广告窗 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-23 - **Last Updated**: 2021-06-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 特征 + 它不依赖于jQuery,并且使用了原始的javascrprint。 + 小尺寸,只有8KB。 + 易于实现,配置简单。 + 您不必是一个web开发人员才能使用它。 # 使用 插入代码 在 中 示例如下 ```html ``` # 参数说明 1. top --- 广告框距离窗口顶部的位置 2. left --- 广告框距离窗口左边的位置 3. movetop --- 广告框上下移动速度设置 正值--下,负值--上 4. moveleft --- 广告框左右移动速度设置 正值--右,负值--左 5. width --- 广告框宽度设置 6. height --- 广告框高度设置 7. img --- 广告框显示的图片 8. href --- 点击广告框跳转地址 + 所有参数默认值为0或空 #### demo地址:https://js-1300333310.cos.ap-guangzhou.myqcloud.com/winlog/demo.html