代码拉取完成,页面将自动刷新
同步操作将从 Witt/think node 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<html>
<head>
<title></title>
</head>
<body>
<style>
*{margin: 0;padding: 0;}
body{width:700px;height: auto; background-color:#CCC;overflow: hidden;height:auto;font-family: "微软雅黑";box-sizing: border-box;}
.node{width: 100%;height:auto;overflow: hidden;}
.menu{width: 6%;height:550px;float: left;background-color: #A0A0A0;transition: all 1s ease;position: relative;overflow: hidden;}
.menu.active{width: 20%;}
.node-box{width: 94%;height: 550px;overflow: hidden;float: right;transition: all 1s ease;}
.node-box.active{width: 80%;}
.title{width: 100%;height: 40px;background-color: #D9E2E0;color: #202126; line-height: 40px;padding: 0 10px;font-size: 16px;letter-spacing: 1px;font-family: "微软雅黑";}
.content{width:100%;height: 510px;}
.content textarea {width: 101%;height:100%;padding: 5px 10px;font-size: 14px;font-family: "微软雅黑";}
.menu-list {width: 100%;height: auto;overflow-y: auto;padding: 5px 3px;box-sizing: border-box;}
.menu-list li {cursor:hand; padding: 0 5px; margin-bottom: 2px; text-align: center;font-size: 14px;background-color: #D5D5D5;height: 30px;overflow: hidden;line-height: 30px;border-radius: 5px;background-color: #CCC}
.menu-list li.hover{color: #3782C2;}
.menu-list li.active{color: #FFF;background-color: #029191;}
.menu-add{position: absolute;bottom: 35px;left: 0;z-index: 2;width:90%; margin: 0 3px; cursor:hand; padding: 0 5px; margin-bottom: 2px; text-align: center;font-size: 14px;background-color: #D5D5D5;height: 30px;overflow: hidden;line-height: 30px;border-radius: 5px;background-color: #CCC}
.menu-add.del{bottom: 0;z-index: 1;}
.menu-add.hover{color: #3782C2;}
.title input{width: 150px;float: right; border: none;padding: 0 10px;height: 30px;margin: 5px 20px 5px 0;border-radius: 5px;font-family: "微软雅黑";font-size: 14px;transition: all 1s;}
.title input.active{width:250px;}
.title span{margin-left: 20px; float: left;}
</style>
<script src="jquery.min.js" type="text/javascript" charset="utf-8"></script>
<script src="index.js" type="text/javascript" charset="utf-8"></script>
<div class="node">
<div class="menu">
<ul class="menu-list">
</ul>
<div class="menu-add del" id="add">新增</div>
<div class="menu-add " id="del">删除</div>
</div>
<div class="node-box">
<div class="title"><input type="text" name="title" id="title" value="" placeholder="标题"/><span>Think-Node--发现一个想法</span></div>
<div class="content">
<textarea name="" rows="" cols="" placeholder="请选择或创建一个列表 [Form Witt]"></textarea>
</div>
</div>
</div>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。