~~~
<!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陰影