react实现一个待办事项效果代码

代码语言:html

所属分类:其他

代码描述:react实现一个待办事项效果代码

代码标签: react 待办 事项

下面为部分代码预览,完整代码请点击下载或在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">
<style>
html,body{height:100%;color:#61DAFB;background:#2D2D2D}h1{margin:20px 0 15px 0}#main{width:600px;margin:0 auto;text-align:left}ul{list-style:none}ul>li:hover{background-color:#F5F5F5}.form-inline .form-control{width:50%;margin-left:80px}.done{color:red;text-decoration:line-through}.undone{color:#61DAFB}.icon{margin:6px 10px 6px 0}
</style>
</head>

<body>

    <!-- partial:index.partial.html -->
    <div id="app"></div>
    <!-- partial -->
<script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/react.15.4.2.js"></script>
  <script type="text/j.........完整代码请登录后点击上方下载按钮下载查看

网友评论0