自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 原生JS弹幕

<style> .box { width: 800px; height: 800px; margin: 0 auto; } .tops { width: 800px; height: 60px; background-color: #FA5E88; } .tops img { height: 60px; } .top2...

2021-08-31 09:28:38 214 5

原创 原生JS无缝轮播

<style> img{ width: 400px; height: 400px; float: left; } .box{ width: 400px; height: 400px; margin: 0 auto; } .lunbo{ width: 400px; height: 400px; border: 4p.

2021-08-13 15:07:44 236 4

原创 今天叫大家怎么用js写简易分页

首先是style <style> *{ padding: 0; margin: 0; } .box{ width: 1100px;height: 400px; margin: 0 auto; } .box .zt{ width: 1100px;height: 340px; ...

2021-08-02 17:44:38 173

原创 JS实现短信验证码

2021-07-30 15:15:49 421

原创 js实现无缝轮播(左右+小圆点)

<style> .box { margin: 0 auto; width: 300px; height: 300px; margin-top: 50px; overflow: hidden; position: relative; border: 3px solid red; } img { width: 300px; hei.

2021-07-30 15:10:38 533

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除