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)
自定义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)