01 2022 档案

摘要:vue2.x 代码片段 { "Print to console": { "prefix": "vCom", "body": [ "<template>", " <div>", " <!-- -->", " </div>", "</template>", "<script>", "export def 阅读全文
posted @ 2022-01-21 15:55 coffeemil 阅读(47) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <title></title> <style typ 阅读全文
posted @ 2022-01-12 02:20 coffeemil 阅读(79) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< 阅读全文
posted @ 2022-01-12 00:59 coffeemil 阅读(47) 评论(0) 推荐(0)
摘要:word-wrap: normal|break-word; normal 只在允许的断字点换行(浏览器保持默认处理)。 break-word 在长单词或 URL 地址内部进行换行。 阅读全文
posted @ 2022-01-11 16:06 coffeemil 阅读(43) 评论(0) 推荐(0)
摘要:1、使用css引入字体文件 目录结构 代码 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name= 阅读全文
posted @ 2022-01-03 03:04 coffeemil 阅读(435) 评论(0) 推荐(0)