updated 添加返回首页链接
This commit is contained in:
parent
546b4c8186
commit
0187df3c79
@ -9,6 +9,11 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<div class="header">
|
||||
<div class="mod-head">
|
||||
<a href="/">返回首页 >></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="content">
|
||||
<div class="mod-panel">
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user