gitalk评论

This commit is contained in:
结发受长生
2018-06-07 00:18:33 +08:00
parent c77caf259f
commit 5abf999657
12 changed files with 39 additions and 46 deletions
+1 -3
View File
@@ -74,7 +74,6 @@ html, body, #container {
position: fixed;
width: 50px;
height: 50px;
top: -5px;
z-index: 4;
.slider-trigger{
position: absolute;
@@ -88,8 +87,7 @@ html, body, #container {
left: 0;
}
&.list {
bottom: 0;
left: 0;
background-color: rgba(100,100,100,0.7)
}
&:hover{
background: #444;
+2 -1
View File
@@ -32,7 +32,8 @@ function init() {
})
})
var gallery = new PhotoSwipe(pswpElement, PhotoSwipeUI_Default, items, {
index: parseInt(i)
index: parseInt(i),
bgOpacity: 0.8
});
gallery.init()
}
+1 -1
View File
@@ -4,4 +4,4 @@
<% for (let chunk in htmlWebpackPlugin.files.chunks) { %>
<%= `${left} js('js/${chunk}.${htmlWebpackPlugin.files.chunks[chunk].hash}.js') ${right}${right2}` %>
<% } %>
<% } %>