随笔分类 -  css

vue 组件封装 css3 loading 图
摘要:下面我教大家实现下 基于vue 组件模版实现一下loading 菊花图, 并附上codepen 链接:https://codepen.io/lightzhang-the-sans/pen/GRKwMaN <template> <div class="spinner"> <i class="point 阅读全文
posted @ 2019-09-20 10:21 FlowLight 阅读(528) 评论(0) 推荐(0)
h5 宽度全屏自适应
摘要: 阅读全文
posted @ 2019-08-14 11:25 FlowLight 阅读(1008) 评论(0) 推荐(0)
自定义html滚动条样式
摘要:/*滚动条整体样式*/ *::-webkit-scrollbar { width: 5px; /*高宽分别对应横竖滚动条的尺寸*/ height: 1px; } *::-webkit-scrollbar-thumb { /*滚动条里面小方块*/ border-radius: 5px; -webkit-box-shadow: inset 0 0 2px rgba(0, ... 阅读全文
posted @ 2019-02-15 09:30 FlowLight 阅读(270) 评论(0) 推荐(0)