Skip to content

Commit

Permalink
🐛 Fixing a bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
wisp-x committed May 9, 2019
1 parent 73ec6dd commit f28af89
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion application/index/view/common/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<footer>
<div class="mdui-container">
Copyright &copy; 2018 - present <a href="https://www.lsky.pro">Lsky Pro</a>. All rights reserved.
{if $config.icp_number}<a href="http://www.miitbeian.gov.cn" target="_blank">{$config.icp_number}</a>.{/if}
{if $config.icp_number}<a href="http://beian.miit.gov.cn" target="_blank">{$config.icp_number}</a>.{/if}
请勿上传违反中国大陆和香港法律的图片,违者后果自负。
</div>
</footer>
Expand Down
10 changes: 6 additions & 4 deletions application/index/view/index/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,12 @@ <h1>Image Upload</h1>
{if 0 == $config.allowed_tourist_upload and !$user}
<div class="mask">
<div class="content">
<div class="panel-box">
<h3 class="mdui-m-b-2 text-center">请登录后体验</h3>
<a href="{:url('auth/login')}" class="mdui-btn mdui-ripple mdui-color-cyan mdui-text-color-white">登录</a>
<a href="{:url('auth/register')}" class="mdui-btn mdui-ripple mdui-color-green mdui-text-color-white">注册</a>
<div class="panel-box mdui-color-white mdui-text-center">
<h6 class="mdui-m-b-2">请登录后体验</h6>
<div class="mdui-btn-group">
<a href="{:url('auth/login')}" class="mdui-btn mdui-ripple mdui-color-cyan mdui-text-color-white mdui-btn-dense">登录</a>
<a href="{:url('auth/register')}" class="mdui-btn mdui-ripple mdui-color-green mdui-text-color-white mdui-btn-dense">注册</a>
</div>
</div>
</div>
</div>
Expand Down
5 changes: 4 additions & 1 deletion public/static/app/css/app.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/static/app/css/app.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion public/static/app/css/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ main {

h1 {
font-weight: 300;
font-size: 1.7rem;
font-size: 1.8rem;
text-shadow: -5px 5px 0 rgba(0, 0, 0, .1);
}

Expand Down Expand Up @@ -435,6 +435,9 @@ main {

.input-group-append {
box-shadow: @box-shadow;
.btn {
box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.13);
}
}

.file-caption .file-caption-name {
Expand Down

0 comments on commit f28af89

Please sign in to comment.