jquery实现扁平化的待办事ui操作效果代码

代码语言:html

所属分类:布局界面

代码描述:jquery实现扁平化的待办事ui操作效果代码

代码标签: 办事 ui 操作 效果

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开


<!DOCTYPE html>
<html lang="en" >

<head>

 
<meta charset="UTF-8">
<link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/font-awesome-4.7.0/css/font-awesome.min.css">
 
<link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/animate.min.css">
 
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Roboto:400,100,400italic,700italic,700'>

 
<style>
body {
  background: #f7f7f7 url("//repo.bfw.wiki/bfwrepo/image/5f24e1feda734.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: "Roboto";
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body::b.........完整代码请登录后点击上方下载按钮下载查看

网友评论0