bootstrap+jquery打造装水番茄管理时间闹钟工具效果代码

代码语言:html

所属分类:其他

代码描述:bootstrap+jquery打造装水番茄管理时间闹钟工具效果代码

代码标签: 番茄 管理 时间 闹钟 工具 效果

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


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

<head>

  <meta charset="UTF-8">
  <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/bootstrap.3.3.4.css">
<link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/animate.css">
  
<style>
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300);

body {
  background-color: none;
  color: #999;
  font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  padding: 60px 0;
  text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-weight: 300;
}

.main-title{
  margin-top: 40px;
  font-size: 55px;
}

p{
  font-size: 28px;
}

button{
  font-size: 25px;
  color: #999;
  background:none;
  border:none;
}

button:focus{
  color: #666;
  outline: none;
}

.break-set,
.work-set{
.........完整代码请登录后点击上方下载按钮下载查看

网友评论0