会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小刘同学的博客
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
下一页
2022年11月2日
JavaScript必须学会的工具方法
摘要: 1、计算距离下次生日还有多少天 getBirthdayFun(){ // 首先要获取到今年的生日 let birthdayTime = moment().format('YYYY-') + '11-11 ' // 通过时间戳 去判断当前的时间戳是否大于今年生日的时间戳 if (moment().un
阅读全文
posted @ 2022-11-02 09:21 是小刘同学呀
阅读(38)
评论(0)
推荐(0)
2022年10月25日
花瓣漂浮背景
摘要: <!doctype html> <html> <head> <meta charset="utf-8"> <title>love</title> <link href="favicon.ico" rel="shortcut icon" /> <style> body{ overflow: hidde
阅读全文
posted @ 2022-10-25 23:14 是小刘同学呀
阅读(44)
评论(0)
推荐(0)
浪漫气球飞行
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0,
阅读全文
posted @ 2022-10-25 23:10 是小刘同学呀
阅读(43)
评论(0)
推荐(0)
CSS3简约紫色渐变背景登录页面实现
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>CSS3简约紫色渐
阅读全文
posted @ 2022-10-25 23:08 是小刘同学呀
阅读(356)
评论(0)
推荐(0)
数字时钟
摘要: <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>时钟</title> <style> html, body { height: 100
阅读全文
posted @ 2022-10-25 23:06 是小刘同学呀
阅读(85)
评论(0)
推荐(0)
3d旋转动画
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi
阅读全文
posted @ 2022-10-25 23:03 是小刘同学呀
阅读(42)
评论(0)
推荐(0)
名片展示
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi
阅读全文
posted @ 2022-10-25 23:00 是小刘同学呀
阅读(35)
评论(0)
推荐(0)
流星雨背景注册页面展示
摘要: body { background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%); height: 100vh; overflow: hidden; display: flex; font-family: "Anton",
阅读全文
posted @ 2022-10-25 22:56 是小刘同学呀
阅读(37)
评论(0)
推荐(0)
流星雨背景登录页面展示
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>登录页面</title> <style> body { background: radial-gradient(ellipse at bottom, #1b2735 0%, #09
阅读全文
posted @ 2022-10-25 22:55 是小刘同学呀
阅读(60)
评论(0)
推荐(0)
玫瑰花表白
摘要: <!doctype html> <html> <head> <meta charset="utf-8"> <title> to love </title> <style> /* // Settings // */ /* // Love Letters // */ .love { position:
阅读全文
posted @ 2022-10-25 22:53 是小刘同学呀
阅读(37)
评论(0)
推荐(0)
上一页
1
2
3
下一页
公告