随笔分类 -  css

摘要:@font-face { font-family: 'Lato'; src: local('Lato'), url(./fonts/Lato-Regular.otf) format('opentype'); } 阅读全文
posted @ 2022-05-11 21:07 Redchar 阅读(1739) 评论(0) 推荐(0)
摘要:-webkit-text-stroke: 1px #101010; color: transparent; 阅读全文
posted @ 2021-10-29 17:04 Redchar 阅读(562) 评论(0) 推荐(2)
摘要:.section::-webkit-scrollbar { width: 16px; } .section::-webkit-scrollbar-track { background-color: #e4e4e4; border-radius: 100px; } .section::-webkit- 阅读全文
posted @ 2021-08-11 11:28 Redchar 阅读(32) 评论(0) 推荐(0)
摘要:@import "../style/lines.scss" 导致background: url()路径无效问题 阅读全文
posted @ 2019-12-26 20:14 Redchar 阅读(579) 评论(0) 推荐(0)
摘要:vue scss 使用 及 报错处理 阅读全文
posted @ 2019-12-26 11:20 Redchar 阅读(3819) 评论(0) 推荐(0)
摘要:input::-webkit-input-placeholder{ color:red; } input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:red; } input:-moz-placeholder{ /* Mozilla Fire 阅读全文
posted @ 2019-12-14 15:03 Redchar 阅读(2593) 评论(0) 推荐(0)
摘要:CSS3 线性渐变 阅读全文
posted @ 2019-01-05 13:47 Redchar 阅读(155) 评论(0) 推荐(0)
摘要:css斜线 阅读全文
posted @ 2018-11-27 13:28 Redchar 阅读(332) 评论(0) 推荐(0)
摘要:表格设置合并边框 阅读全文
posted @ 2018-11-27 13:27 Redchar 阅读(546) 评论(0) 推荐(0)
摘要:CSS ... 文本溢出用省略号代替 阅读全文
posted @ 2018-11-19 16:22 Redchar 阅读(1013) 评论(0) 推荐(0)
摘要:CSS多行文字垂直居中的两种方法 阅读全文
posted @ 2017-10-23 15:43 Redchar 阅读(2223) 评论(0) 推荐(1)
摘要:未知子元素宽高的居中 阅读全文
posted @ 2017-05-11 16:38 Redchar 阅读(225) 评论(0) 推荐(0)
摘要:左右固定宽度,中间自适应的三列布局 阅读全文
posted @ 2017-05-10 10:31 Redchar 阅读(530) 评论(0) 推荐(0)
摘要:DIV+CSS左右列高度自适应问题 阅读全文
posted @ 2017-05-06 18:22 Redchar 阅读(445) 评论(0) 推荐(0)
摘要:background-color: rgba(0,0,0,0.5); 阅读全文
posted @ 2017-05-04 16:07 Redchar 阅读(166) 评论(0) 推荐(0)
摘要:inherit 规定应该从父元素继承 position 属性的值。 阅读全文
posted @ 2017-05-04 16:06 Redchar 阅读(138) 评论(0) 推荐(0)
摘要:无缝衔接demo 阅读全文
posted @ 2017-02-28 14:44 Redchar 阅读(206) 评论(0) 推荐(0)
摘要:CSS3 动画 阅读全文
posted @ 2017-02-24 15:49 Redchar 阅读(179) 评论(0) 推荐(0)
摘要::nth-child 阅读全文
posted @ 2017-02-24 14:58 Redchar 阅读(362) 评论(0) 推荐(0)
摘要:bootstrap入门 阅读全文
posted @ 2016-09-20 16:21 Redchar 阅读(3162) 评论(0) 推荐(0)