更改文章详情的后退按钮的样式

master
zyx 5 years ago
parent 3c1b1673f2
commit 560e13af03

@ -5,6 +5,8 @@
.trunk-article .article-voice {right:0;}
.trunk-article .article-content img {max-width:100%;}
.header .nav { display: none }
.backDiv {position: relative;bottom: 55px;width: 100px;height: 35px;text-align: center;background: #fff;border-radius: 5px;}
.backA {line-height: 35px;font-size: 12px;color: #2bd8ed;width:100%;display: block}
</style>
</block>
<block name="body">
@ -12,11 +14,13 @@
<div class="banner">
<div class="inner"></div>
</div>
<div style="position: relative;bottom: 100px;left:180px;width:100px;height:35px;text-align: center;background: #2bd8ed;border-radius: 5px">
<a style="line-height: 35px;font-size: 18px;font-weight: 600;color: #ffffff" href="{:U('Promote/msg_list')}">返回</a>
</div>
<div class="page-detail article-detail-detail">
<div class="inner clearfix">
<div class="backDiv">
<a class="backA" href="{:U('Promote/msg_list')}">返回</a>
</div>
<div class="wrap">
<div class="trunk-article clearfix">
<div class="article-title" style="width:960px">{$info.title}</div>

Loading…
Cancel
Save