css布局实现带分页的无限级嵌套评论回复列表及表单效果代码

代码语言:html

所属分类:表格

代码描述:采用css布局实现了带分页的无限级嵌套评论回复列表及评论表单效果代码

代码标签: 嵌套 评论 回复 表单 列表

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

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum=1.0,minimum=1.0,user-scalable=0" />
<link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/font-awesome-4.7.0/css/font-awesome.min.css">

<style>
     

body {
    background: none repeat scroll 0 0 #5c959a;
	color: #FFFFFF;
    font-family: 'Lato',Arial,sans-serif;
	margin:0;
	padding:0;
}
.container {
    padding: 40px;
	 height: auto;
}

header {
   text-align: center;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
	padding-bottom:4em;
}

h1 {
    font-size: 2.625em;
    font-weight: 300;
    line-height: 1.3;
    margin: 0;
}

.menus {
	padding: 2em 0 3em;
}

.menus a {
	display: inline-block;
	margin: 0.5em;
	padding: 0.7em 1.1em;
	outline: none;
	background:#FFFFFF;
	color: rgba(0,0,0,0.3);
	text-decoration: none;
	font-weight: 700;
	opacity: 1;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	color:#608ebd;
}

.menus a:hover{
color:#0156ac;
}

.bottom {
	padding-top: 6em;
	color: rgba(0,0,0,0.4);
	text-align:center;
}

.bottom a {
	display: inline-block;
	margin-top: 0.5em;
	color:#FFFFFF;
	text-decoration:none;
}

/* Feedbacks*/

.diskaform{
	wid.........完整代码请登录后点击上方下载按钮下载查看

网友评论0