摘要: 1、计算距离下次生日还有多少天 getBirthdayFun(){ // 首先要获取到今年的生日 let birthdayTime = moment().format('YYYY-') + '11-11 ' // 通过时间戳 去判断当前的时间戳是否大于今年生日的时间戳 if (moment().un 阅读全文
posted @ 2022-11-02 09:21 是小刘同学呀 阅读(38) 评论(0) 推荐(0)
摘要: <!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)
摘要: <!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)
摘要: <!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)