提交 83729201 编写于 作者: E edisonxiang

add partner styles

上级 132e3fc6
{{ template "_internal/google_analytics.html" . }}
<script src="//code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="//code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
crossorigin="anonymous"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jstree/3.3.4/jstree.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
......@@ -20,13 +23,15 @@
<script src="{{ .Site.BaseURL }}js/owl.carousel.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('#docstreeview').jstree();
$('#docstreeview').jstree().open_all();
$('#docstreeview').jstree().hide_dots();
$('#docstreeview').jstree().hide_icons();
$('#docstreeview').on("changed.jstree", function(e, data) {
location.href=data.node.a_attr.href;
});
});
</script>
$(document).ready(function () {
if ($('docstreeview').length) {
$('#docstreeview').jstree();
$('#docstreeview').jstree().open_all();
$('#docstreeview').jstree().hide_dots();
$('#docstreeview').jstree().hide_icons();
$('#docstreeview').on("changed.jstree", function (e, data) {
location.href = data.node.a_attr.href;
});
}
});
</script>
\ No newline at end of file
......@@ -290,6 +290,27 @@ footer .notice span {
align-items: center;
}
.owl-carousel.customers {
display: block;
}
.owl-carousel.customers .item {
display: inline;
}
.owl-carousel.customers .item img {
filter: none;
-webkit-filter: none;
}
.owl-carousel.customers .item a:hover {
text-decoration: none;
}
.owl-carousel.customers .item a:focus {
text-decoration: none;
}
.search_v {
padding-top: 30px;
width: 260px;
......
......@@ -94,12 +94,12 @@ function sliderHomepage () {
/* sliders */
function sliders () {
if ($('.owl-carousel').length) {
$('.customers').owlCarousel({
/* $('.customers').owlCarousel({
items: 6,
itemsDesktopSmall: [990, 4],
itemsTablet: [768, 2],
itemsMobile: [480, 1]
})
}) */
$('.testimonials').owlCarousel({
items: 4,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册