jquery可拖动的便签系统

代码语言:html

所属分类:其他

代码描述:jquery可拖动的便签系统

代码标签: 便签 系统

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

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href='https://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
<style>
body {
  background-color:#EAF2E3;
}

.button {
  float: right;
  margin: 0px 50px 0 0;
  background-color: #E75448;
  padding: 10px 15px;
  color: white;
  font-family: helvetica, ari.........完整代码请登录后点击上方下载按钮下载查看

网友评论0