优化皮肤

This commit is contained in:
LingZhaoHui 2020-10-22 23:51:28 +08:00
parent 7ddc3488d7
commit bef7f445f4
2 changed files with 6 additions and 3 deletions

View File

@ -47,6 +47,9 @@
<link rel="stylesheet" href="https://www.zeekling.cn/cdn/css/swiper.min.css">
<script src='https://www.zeekling.cn/cdn/js/swiper.min.js'></script>
</@head>
<style type="text/css">
</style>
<#-- <#include "style.theme.ftl"> -->
</head>
<body class="is-3-column">
@ -187,7 +190,7 @@
}, 1000)
}
}, 3000)
})
})**/
$(document).ready(function(){
var content = $("#post-article");
var img_url = content.attr("data-img");
@ -195,7 +198,7 @@
var img = content.find("p a").get(0);
img.remove();
}
})**/
})
</script>
</body>
</html>

View File

@ -142,7 +142,7 @@
</div>
<a href="${comment.commentSharpURL}"
class="title has-link-black-ter is-size-6
has-text-weight-normal"> ${comment.commentContent}</a>
has-text-weight-normal" style="background-color:#f7f7f7 !important;"> ${comment.commentContent}</a>
</div>
</div>
</article>