Commit 28ead92d by tang

feat: 定制服务跳转,关于我们更多按钮跳转

parent 57c27763
......@@ -802,6 +802,7 @@ export default {
id: "10",
ico: require("../../assets/image/home/dzfw-ico6.png"),
name: "条码信息查询",
url: "/search/tool",
isChecked: true,
},
......
......@@ -57,7 +57,7 @@
<div style="font-size: 18px;padding: 8px 0;border-bottom: 1px solid #248ece;">食品安全追溯</div>
<div style="margin-top: 15px;margin-bottom: 15px;text-align: center;"><span style="line-height: 40px;">正在建设中...</span>
</div>
<div class="text-right"><a href="/Service/Partners/Case">更多»</a></div>
<div class="text-right"><a href="/Service/Partners/CaseList">更多»</a></div>
</div>
</div>
</div>
......@@ -70,7 +70,7 @@
<div style="font-size: 18px;padding: 8px 0;border-bottom: 1px solid #248ece;">物流</div>
<div style="margin-top: 15px;margin-bottom: 15px;text-align: center;"><span style="line-height: 40px;">正在建设中...</span>
</div>
<div class="text-right"><a href="/Service/Partners/Case">更多»</a></div>
<div class="text-right"><a href="/Service/Partners/CaseList">更多»</a></div>
</div>
</div>
</div>
......@@ -154,6 +154,8 @@ export default {
#partners-index-carousel {
font-size: 14px;
.carousel-control-prev, .carousel-control-next {
width: 50px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment