~~~
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style>
.home .scene-hire:hover {
border-color: #39cd80;
border-top: 4px solid #39cd80;
}
.home .scene:hover {
box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.125);
}
.home .scene {
display: block;
border: 1px solid transparent;
border-top: 4px solid transparent;
border-radius: 2px;
cursor: pointer;
transition: all 0.2s ease-in-out;
margin: 0 20px;
}
a:focus, a:hover, a:link, a:visited {
outline: 0;
text-decoration: none !important;
}
a:focus, a:hover {
text-decoration: none;
color: #38b5e8;
}
.home .scene-hire:hover label {
background-color: #39cd80;
}
.home .scene:hover label {
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
.home .scene label {
cursor: pointer;
width: 160px;
height: 160px;
line-height: 160px;
border-radius: 160px;
display: block;
margin: -80px auto 0;
text-align: center;
font-size: 80px;
background-color: #009EE7;
color: #FFF;
box-shadow: inset 0 0 0 100px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
-webkit-transform: none;
transform: none;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 700;
}
.home .scene p.title {
color: #434A54;
font-size: 24px;
text-align: center;
margin-top: 20px;
font-weight: 500;
}
.home .scene p {
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.home .title {
display: block;
margin: 0 auto;
background-position: center center;
background-repeat: no-repeat;
}
.home .scene:hover p.content {
-webkit-transform: translate3d(0, -8px, 0);
transform: translate3d(0, -8px, 0);
}
.home .scene p.content {
height: 100px;
padding: 10px 16px;
color: #b3b3b3;
}
.home .scene p {
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.home .scene-hire:hover .btn-more {
border-color: #39cd80;
color: #39cd80;
}
.home .scene .btn-more {
display: block;
margin: 0 auto 20px;
border: 1px solid #009EE7;
color: #009EE7;
background-color: #FFF;
padding: 9px 24px;
}
.btn {
border-radius: 2px;
}
</style>
</head>
<body>
<div class="home pr retina" style="width: 500px;margin: 100px 0;">
<a class="scene scene-hire">
<label><i class="moon moon-label-hire"></i></label>
<p class="title">用在企业</p>
<p class="content">
招聘宝-大规模校招在线笔试,企业级在线考试系统:在线编程、职业测评,能力测评等<br>
考核宝-员工考核、技能题库、晋升考核<br>
培训宝-内训考试、销售考试、客服考试。
</p>
<button class="btn btn-more">了解更多</button>
</a>
</div>
</body>
</html>
~~~
- 笔记内容来源
- 你不知道的JavaScript上
- vue
- 环境搭建
- node和npm安装配置
- 安装vue-cli并初始化vue项目
- 安装配置elementUI
- vuex安装配置
- axios安装配置
- main.js
- vue基础入门
- vue-router介绍
- vuex
- vue 原理学习源码学习
- js正则处理v-bind和语法
- 双向绑定
- 虚拟dom
- mvvm和render函数
- vue工作项目笔记
- elementUI 表格分页多选记忆功能
- elementUI表格展开一行
- keepAlive
- vue整合ckeditor5
- this.$router.push 内打开新窗口
- java修改上传图片的权限
- 兼容ie11
- 生成二维码
- base64图片下载(兼容IE10)
- vue新手引导程序intro.js
- vue插件 devtools
- vue刷新当前页面
- vue 锚点导航
- axios
- axios与springmvc
- vue-cli 3搭建vue
- git
- git常用命令
- 正则表达式
- 实例demo
- 1
- 新手引导页
- 纯css3从左显示下划线动画导航菜单
- 纯css3从中间显示下划线动画导航菜单
- css显示密码
- 倒计时时钟
- 星星评分
- 按钮悬停效果
- 步骤条
- css动画按钮
- input标题获得焦点上移
- css图片放大
- css镜像导航栏
- js
- 通信
- for in 和 for of
- 前端安全问题
- Promise
- 掘金冴羽学习笔记
- 模拟call
- 模拟bind
- 闭包
- 1 作用域
- 2 执行上下文栈
- 3 变量对象
- 4 作用域链
- 5 this
- 面向对象
- 基础知识点
- 渲染机制
- 其他
- 判断是否为数组
- http
- css
- 基础知识
- css阴影