模板/lib/form.html
1 2 26
模板/public/callmessage.html
1 {%link file="cn/public/head_msg.html"%} 2 3415 16 39 {%link file="cn/public/footer.html"%}5信息提醒{%$calltitle%}6您可以选择以下操作按钮,网站将在 {%$tiptime%}秒钟后返回默认地址!7 89 {%if $backid > 0%}10 11 {%/if%}12 1314
模板/article/search.html
1 {%link file="cn/public/head_msg.html"%} 2 3 4535 36 {%link file="cn/public/footer.html"%}内容搜索结果{%if $keyword%}:{%$keyword%}{%/if%}6 7 8 {%if count($array) > 0%} 910 {%forlist from=$array key=i%}11
19 20 21- 12
17 {%/forlist%}1813
16- {%$array[i].ctitle%}
14- {%$array[i].addtime|timeformat(3)%}
152224{%$pagetext%}232529 {%else%}3026 {%$pagebotton%}27283133 {%/if%}34暂未搜索到相关内容32
css:
/*表单*/.feedback { color: #999999; width: 631px;}.feedback label { display: none;}.feedback input { height: 57px; width: 631px; padding: 14px 20px; color: #999; background: none; border: 1px solid #e4e1e1; font-size: 14px; line-height: 28px;}.feedback input[type="text"] { float: left; margin-bottom: 14px;}.feedback textarea { height: 207px; width: 631px; padding: 14px 20px; color: #999; background: none; border: 1px solid #e4e1e1; font-size: 14px; line-height: 28px;}.feedback input.button { width: 196px; height: 42px; line-height: 42px; color: #fff; font-size: 16px; padding: 0; text-align: center; border: 0; background: #615135; transition: all .2s; margin: 45px auto; display: block;}.feedback input.button:hover { background: #937C53;}.feedback input.infoInput_1 { width: 308px; margin-right: 15px;}.feedback input.infoInput_2 { width: 308px; margin-right: 0;}/*提示页*/.msg-wrap { width: 800px; margin: 120px auto 180px; text-align: center; border: 1px solid #ccc; padding: 50px;}.msg-wrap .title { height: 48px; line-height: 48px; font-size: 16px;}.msg-wrap .button { margin-top: 30px;}/*搜索结果页*/.sch-wrap { width: 1000px; overflow: hidden; margin: 60px auto 40px;}.sch-title{ float: left; width: 800px; padding: 10px 0px 7px 5px; color: #937c53; font-size: 16px;}.sch-line { width: 1000px; border-bottom: 1px solid #e6e6e6; height: 1px; overflow: hidden;}.sch-list { padding: 10px 10px;}.sch-list li { width: 100%; border-bottom: 1px dotted #ccc; padding: 10px 0px 0px 10px;}.sch-list li dd.tl { float: left;}.sch-list li dd.dr { float: right; color: #a5a5a5;}.sch-page-botton { text-align: center; overflow: hidden; margin-top: 30px; margin-bottom: 30px;}
演示效果:(根据实际情况可再作调整)