摘要: module.exports = { root: true, parserOptions: { parser: 'babel-eslint', sourceType: 'module' }, env: { browser: true, node: true, es6: true, }, extend 阅读全文
posted @ 2020-12-15 11:52 锋玲之约 阅读(144) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <title></title> <style type="text/css"> div { height: 100vh; background: rgba(0, 0, 0, .7); color: #fff; line-height: 10 阅读全文
posted @ 2020-12-15 11:47 锋玲之约 阅读(210) 评论(0) 推荐(0)
摘要: 1、变量 @width: 10px; @height: @width + 10px; #header { width: @width; height: @height; } 2、混合 .bordered { border-top: dotted 1px black; } #menu a { colo 阅读全文
posted @ 2020-12-15 11:29 锋玲之约 阅读(78) 评论(0) 推荐(0)