jquery网站地图编辑器效果代码
代码语言:html
所属分类:布局界面
代码描述:jquery网站地图编辑器效果代码,可编辑网站栏目地图。
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:700,300,400' rel='stylesheet' type='text/css'>
<style>
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
body {
font-family: "Open Sans", sans-serif;
background-color: #BFBFBF;
}
::selection {
background: black;
color: white;
}
::-moz-selection {
background: black;
color: white;
}
.transition, .col .deleteCol, .page .delete, .addCol, .item .plus, #show {
-webkit-transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
-ms-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
transition: all 0.4s linear;
}
#app {
display: none;
background-color: #f0f0f0;
}
#preview {
height: 400px;
width: 100%;
position: relative;
background-color: #f0f0f0;
background-image: url("");
background-size: cover;
background-attachment: fixed;
}
.learn {
width: 100%;
text-align: center;
color: black;
padding: 1em 0;
text-decoration: none;
background-color: #D1D1D1;
}
a {
text-decoration: none;
}
#show {
cursor: pointer;
width: 200px;
text-align: center;
padding: 1em 0 1em 0;
border-radius: 20px;
background-color: #357fc9;
color: white;
margin: 8.5em auto 0 auto;
}
#show:hover {
background-color: #335e88;
border-radius: 0;
}
#about {
background-color: #335e88;
.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0