discuz帖子游客回复框美化不完整
回复框位置:source/language/forum/lang_template.php
250-254行左右
回复代码:
'post_hide_reply_hidden' => ',如果您要查看本帖隐藏内容请<div class="yqmlj"><a href="forum.php?mod=post&action=reply&fid=$_G&tid=$_G" onclick="showWindow(\'reply\', this.href)" target="_blank"><b>回复</b></a></div>',
美化代码
<style type="text/css">
.locked {
overflow: hidden;
margin: 13px 0 15px;
padding: 20px 10px 20px 30px;
padding-left: 30px;
padding-left: 30px;
background: #FFF url(https://www.52wgd.com/source/language/forum/m/huifuck.png) no-repeat 20px 50%;
font-size: 14px;
border: 1px solid #f2eeee;
border-radius: 6px;
padding-left: 250px;
font-size: 14px;
box-shadow: 10px 10px 5px #fbf7f7;
}</style>
.1j {
font-size: 15px;
}
.1j a {
display: block;
width:80px;
margin: 5px auto;
height: 30px;
line-height: 30px;
color: #fff;
border-radius: 25px;
background: linear-gradient(-90deg,#51cfe4,#389ef3);
font-size: 8px;
transition: .2s;
text-align: center;
box-shadow: 0 3px 7px rgba(0,0,0,0.14);
text-decoration: none;
}
.1j a:hover {
background: linear-gradient(-90deg,#389ef3,#51cfe4);
color: #fff;
}</style>
css文件打包:
css代码
.showhide {
overflow: hidden;
margin: 13px 0 15px;
padding: 5px 15px 20px 20px;
box-shadow: 10px 10px 5px #fbf7f7;
border: 1px solid #f2eeee;
margin: 8px 0;
padding: 10px;
zoom: 1;
}
:lol
页:
[1]