瀏覽代碼

详情 & 个人中心底部去掉

layui
mail_yanpeng@163.com 6 年之前
父節點
當前提交
1e1f42630a
  1. 11
      static/css/blog.css
  2. 11
      views/blog.html
  3. 5
      views/ublogs.html
  4. 5
      views/uinfo.html
  5. 5
      views/ulike.html
  6. 5
      views/unote.html

11
static/css/blog.css

@ -27,16 +27,17 @@
}
.blog-info .blog-author .blog-label{
flex: 1;
height: 28px;
line-height: 28px;
height: 22px;
line-height: 22px;
text-align: right;
padding-top: 20px;
padding-top: 26px;
}
.blog-info .blog-author .blog-label label{
color: #888;
border:1px dotted #aaa;
padding: 0 5px;
border-radius: 5px ;
border-radius: 5px;
font-size: 10px;
}
.blog-info .blog-author .author-headimg .img-circle{
width: 48px !important;
@ -86,6 +87,6 @@ img {
}
.blog-referral{
width: 65%;
width: 100%;
margin: 40px auto;
}

11
views/blog.html

@ -59,20 +59,21 @@
</div>
{{end}}
</div>
<div style="margin-top: 50px">
{{template "footer"}}
</div>
<div class="blog-referral">
{{range .Top}}
<div>
<a href="/blog/{{.Id}}"><p
style="max-width:290px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">
style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">
{{.Title}}</p>
</a>
</div>
{{end}}
</div>
<div style="margin-top: 50px">
{{template "footer"}}
</div>
</div>
</div>
</div>

5
views/ublogs.html

@ -2,7 +2,7 @@
<title>博客 - 云悦</title>
<link type="text/css" rel="styleSheet" href="/static/css/me.css"/>
</head>
<body>
<body style="background-color: #f9f9f9">
<div class="root-container">
{{template "nav" .}}
{{template "memenu" .}}
@ -49,9 +49,6 @@
</nav>
</div>
</div>
<div class="me-blog-footer">
{{template "footer"}}
</div>
</div>
</div>
</div>

5
views/uinfo.html

@ -3,7 +3,7 @@
<link type="text/css" rel="styleSheet" href="/static/css/me.css"/>
<script type="text/javascript" src="/static/js/upload.js"></script>
</head>
<body>
<body style="background-color: #f9f9f9">
<div class="root-container">
{{template "nav" .}}
{{template "memenu" .}}
@ -50,9 +50,6 @@
</div>
</div>
</div>
<div class="me-footer">
{{template "footer"}}
</div>
</div>
</div>
</div>

5
views/ulike.html

@ -2,7 +2,7 @@
<title>博客 - 云悦</title>
<link type="text/css" rel="styleSheet" href="/static/css/me.css"/>
</head>
<body>
<body style="background-color: #f9f9f9">
<div class="root-container">
{{template "nav" .}}
{{template "memenu" .}}
@ -48,9 +48,6 @@
</nav>
</div>
</div>
<div class="me-blog-footer">
{{template "footer"}}
</div>
</div>
</div>
</div>

5
views/unote.html

@ -2,7 +2,7 @@
<title>博客 - 云悦</title>
<link type="text/css" rel="styleSheet" href="/static/css/me.css"/>
</head>
<body>
<body style="background-color: #f9f9f9">
<div class="root-container">
{{template "nav" .}}
{{template "memenu" .}}
@ -30,9 +30,6 @@
</div>
{{end}}
<div class="me-footer">
{{template "footer"}}
</div>
</div>
</div>
</div>

Loading…
取消
儲存