|
@@ -275,58 +275,71 @@
|
|
|
<link rel="stylesheet" type="text/css" href="__IBOXS__/css/templates.css">
|
|
|
<link rel="stylesheet" type="text/css" href="__IBOXS__/css/bootstrap-select.min.css">
|
|
|
<script src="__IBOXS__/js/bootstrap-select.min.js"></script>
|
|
|
-<style type="text/css">
|
|
|
- .breadcrumb {
|
|
|
- padding: 8px 15px 13px 15px;
|
|
|
- line-height: 36px;
|
|
|
- }
|
|
|
+ <style type="text/css">
|
|
|
+ .breadcrumb {
|
|
|
+ padding: 8px 15px 13px 15px;
|
|
|
+ line-height: 36px;
|
|
|
+ }
|
|
|
|
|
|
- .breadcrumb > li {
|
|
|
- margin-top: 6px;
|
|
|
- }
|
|
|
+ .breadcrumb > li {
|
|
|
+ margin-top: 6px;
|
|
|
+ }
|
|
|
|
|
|
- .breadcrumb > .active {
|
|
|
- color: red;
|
|
|
- font-weight: bold;
|
|
|
- }
|
|
|
+ .breadcrumb > .active, .breadcrumb > .active > a{
|
|
|
+ color: #2c7ae7!important;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
|
|
|
|
|
|
- .tools_list {
|
|
|
- min-height: 500px;
|
|
|
- }
|
|
|
+ .tools_list {
|
|
|
+ min-height: 500px;
|
|
|
+ }
|
|
|
|
|
|
-
|
|
|
+ .breadcrumb.top-section{background: #fff;}
|
|
|
|
|
|
- .servises-item-desc a {
|
|
|
- text-decoration: none;
|
|
|
- }
|
|
|
-
|
|
|
- .servises-item:hover .servises-item-desc a {
|
|
|
- color: white;
|
|
|
- }
|
|
|
+ .breadcrumb.top-section>img {
|
|
|
+ width: 20px;
|
|
|
+ height: 20px;
|
|
|
+ position: absolute;
|
|
|
+ margin-top: 13px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .breadcrumb.top-section li.no-first-bar{
|
|
|
+ margin-top: 0;
|
|
|
+ margin-left: 24px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .breadcrumb.top-section li:nth-child(3):before{
|
|
|
+ content: "";
|
|
|
+ }
|
|
|
|
|
|
+ .servises-item-desc a {
|
|
|
+ text-decoration: none;
|
|
|
+ }
|
|
|
|
|
|
- </style>
|
|
|
+ .servises-item:hover .servises-item-desc a {
|
|
|
+ color: white;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
<div class="container centent" style="padding-bottom:20px;">
|
|
|
<div class="row">
|
|
|
|
|
|
{volist name="tags" id="vo"}
|
|
|
-<ol class="breadcrumb col-sm-12 " >
|
|
|
+<ol class="breadcrumb col-sm-12 top-section" >
|
|
|
{if condition="$vo['tagname'] eq '热门' "}
|
|
|
- <img src="/static/admin/images/fire.png" style="width: 20px;height: 20px;"><li style="color: #EF5350;">{$vo.tagname}</li>
|
|
|
- {elseif condition="$vo['tagname'] eq '推荐' "/}
|
|
|
- <img src="/static/admin/images/zan.png" style="width: 20px;height: 20px;"><li style="color: #4FC3F7;">{$vo.tagname}</li>
|
|
|
- {elseif condition="$vo['tagname'] eq 'PDF' "/}
|
|
|
- <img src="/static/admin/images/pdf.png" style="width: 20px;height: 20px;"><li style="color: #FF5722;">{$vo.tagname}</li>
|
|
|
- {elseif condition="$vo['tagname'] eq '开发' "/}
|
|
|
- <img src="/static/admin/images/jt.png" style="width: 20px;height: 20px;"><li style="color: #EC407A;">{$vo.tagname}</li>
|
|
|
+ <img src="/static/admin/images/fire.png"><li class="no-first-bar" style="color: #EF5350;">{$vo.tagname}</li>
|
|
|
+ {elseif condition="$vo['tagname'] eq '推荐' "}
|
|
|
+ <img src="/static/admin/images/zan.png"><li class="no-first-bar" style="color: #4FC3F7;">{$vo.tagname}</li>
|
|
|
+ {elseif condition="$vo['tagname'] eq 'PDF' "}
|
|
|
+ <img src="/static/admin/images/pdf.png"><li class="no-first-bar" style="color: #FF5722;">{$vo.tagname}</li>
|
|
|
+ {elseif condition="$vo['tagname'] eq '开发' "}
|
|
|
+ <img src="/static/admin/images/jt.png"><li class="no-first-bar" style="color: #EC407A;">{$vo.tagname}</li>
|
|
|
{/if}
|
|
|
|
|
|
{volist name="vo['children']" id="v"}
|
|
|
- <li><a href="{:url('Index/title',['id'=>$v.id])}">{$v.title}</a></li>
|
|
|
-
|
|
|
+ <li><a href="{:url('Index/title',['id'=>$v.id])}">{$v.title}</a></li>
|
|
|
{/volist}
|
|
|
- <a href="{:url('base/alls')}" style="color:#4FC3F7; ">更多>></a>
|
|
|
+ <li><a href="{:url('base/alls')}" style="color:#4FC3F7; ">更多>></a></li>
|
|
|
|
|
|
</ol>
|
|
|
{/volist}
|