博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
css实现浏览历史小块
阅读量:6441 次
发布时间:2019-06-23

本文共 623 字,大约阅读时间需要 2 分钟。

动图

图片描述

浏览历史
.browse-history {    position: absolute;    top: -40px;    right: 0;    width: 40px;    height: 40px;    background: #fff;    border-radius: 2px;    overflow: hidden;    cursor: pointer;    &:hover {      .history-icon {        display: none;      }    }    .history-icon {      display: inline-block;      margin: 8px;      width: 24px;      height: 24px;      background: url("~@/assets/icon/browse-history.svg");      background-size: cover;    }    .history-txt {      display: inline-block;      padding: 8px;      font-size: 12px;      color: @azure-6;    }  }

主要利用overflow和hover

转载地址:http://lfcwo.baihongyu.com/

你可能感兴趣的文章
puppet运维配置实列
查看>>
css中单位 px、em 的区别【转载】
查看>>
Spring执行任务(四)之Quartz(不继承QuartzJobBean类)
查看>>
python3导入paramiko模块
查看>>
软件项目送上门来了,还要学会说"不",接了项目拿了定金噩梦才刚刚开始
查看>>
循环、迭代、遍历和递归
查看>>
忘记mysql的root密码
查看>>
使用JavaScript 和 CSS 实现图像缩放和剪裁(转)
查看>>
我的友情链接
查看>>
Code Kata 5
查看>>
RHCE_LAB(4)GRUB提升安全性保护root密码安全
查看>>
Zabbix实现微信平台报警----基于zabbix3.0.4
查看>>
android 安全讲座第二层 使用AndBug调试Android Java Bytecode
查看>>
css3 Gradients 线性渐变
查看>>
ucfirst() 函数
查看>>
bootstrap-导航条层次的导航
查看>>
git rm使用
查看>>
xss***代码
查看>>
Python学习网站
查看>>
mybatis基础(一)
查看>>