css
小巷陌影
这个作者很懒,什么都没留下…
展开
-
html css 流式布局
<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title>hello</title> <style type="text/css"> .container { display: flex; min-height...原创 2019-03-20 16:18:16 · 5455 阅读 · 0 评论 -
layer 弹出层去掉默认关闭按钮href属性
弹出层默认关闭按钮,使用<a>标签并且有href属性。造成了鼠标悬浮后会在浏览器左下角出现一个含有href值的白框既然href没有用就去掉。再将其光标样式更改为小手。css更改样式.cursorStyle{ cursor: pointer;}js代码 layer.open({ type: 1, title: false, close...原创 2019-04-03 17:15:10 · 7089 阅读 · 0 评论 -
layui + css给图片增加边框阴影
实现效果:css:.pic_border_orange{ /*橙色*/ border-radius: 18px; border: 2px solid orange; box-shadow: 0 0 10px 3px orange;}html:<div class="layui-row"> <img :class="getStyle(item.i...原创 2019-04-24 11:08:53 · 2563 阅读 · 0 评论 -
使用vue视频播放器上增加云台控制面板
费了半天劲,终于有效果了。赶紧记录下html<div :id="getPtzBlockId(index)" class="ptz-block"> <div title="上" class="ptz-cell ptz-up up ptz"><i @mousedown="ptzcontrol(index,'up')" @mouseup="stopcontro...原创 2019-07-26 17:23:21 · 2594 阅读 · 9 评论