博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2023年12月2日

摘要: 知识体系 案例整理 需求:包含日常任务处理、日志编写以及日期更新 所用知识点: 日期获取: var now = new Date(); var year = now.getFullYear(); var month = now.getMonth() + 1; var day = now.getDat 阅读全文

posted @ 2023-12-02 17:02 迃幵^ 阅读(3) 评论(0) 推荐(0) 编辑

2023年11月4日

摘要: 知识体系 案例整理 案例: 1)需求: 商品页面 2)代码: <!DOCTYPE html> <html> <head> <title>商品页面</title> <style> body { height: 100%; margin: 0; padding: 0; background-color: 阅读全文

posted @ 2023-11-04 15:59 迃幵^ 阅读(18) 评论(0) 推荐(0) 编辑

2023年10月21日

摘要: 知识体系 案例整理 案例一: 1)需求: 登录框:登录框使用圆角。 2)代码: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-wid 阅读全文

posted @ 2023-10-21 16:26 迃幵^ 阅读(12) 评论(2) 推荐(0) 编辑