Browse Source

福利

layui
mail_yanpeng@163.com 5 years ago
parent
commit
1f83674c56
  1. 5
      static/css/us.css
  2. 6
      views/us.html

5
static/css/us.css

@ -3,9 +3,14 @@ a {
}
.us-root{
margin-top: 50px;
display: flex;
margin-left: 5%;
font-size: 16px;
min-height: 720px;
height: 100%;
}
.us-root p{
padding: 5px 0;
color: #323232;
}

6
views/us.html

@ -5,10 +5,6 @@
</head>
<body>
{{template "nav" .}}
<div class="jumbotron" style="margin-top: 41px;padding-left: 50px;margin-bottom: 10px">
<h1>Hello, world!</h1>
<p>云悦 2.0(golang)版本正式上线</p>
</div>
<div class="us-root">
<div style="width: 450px">
<p>·项目源码: <a href="https://git.coding.net/yirenyishi/beeblog.git" target="_blank">点击查看</a></p>
@ -16,7 +12,7 @@
<div style="margin-left: 15px">
<p><span>golang 1.11</span></p>
<p><span>beego:1.7.2 <a href="https://beego.me/" target="_blank">beego官网</a></span></p>
<p>阿里UI: <a href="http://sui3.taobao.org/" target="_blank">sui3官网</a></p>
<p>layui: <a href="https://www.layui.com/" target="_blank">layui官网</a></p>
<p>富文本编辑器: <a href="http://www.wangeditor.com/" target="_blank">wangeditor官网</a></p>
<p>数据库: mysql(5.5.60-MariaDB)</p>
</div>

Loading…
Cancel
Save