updated 添加返回首页链接

This commit is contained in:
mumuy 2017-09-12 09:40:17 +08:00
parent 546b4c8186
commit 0187df3c79
2 changed files with 18 additions and 3 deletions

View File

@ -9,6 +9,11 @@
</head>
<body>
<div class="wrapper">
<div class="header">
<div class="mod-head">
<a href="/">返回首页 &gt;&gt;</a>
</div>
</div>
<div class="container">
<div class="content">
<div class="mod-panel">

View File

@ -23,11 +23,21 @@ a:hover{
text-decoration: underline;
}
.wrapper{
max-width: 740px;
margin: 0 auto;
_width: 740px;
}
.container{
margin-bottom: 30px;
}
.mod-head{
line-height: 36px;
text-align: right;
}
.mod-panel {
width: 100%;
max-width: 740px;
margin: 0 auto 30px;
_width: 740px;
}
.mod-panel .hd{
padding-top: 25px;