gitalk评论
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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()
|
||||
}
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
|
||||
<% for (let chunk in htmlWebpackPlugin.files.chunks) { %>
|
||||
<%= `${left} js('js/${chunk}.${htmlWebpackPlugin.files.chunks[chunk].hash}.js') ${right}${right2}` %>
|
||||
<% } %>
|
||||
<% } %>
|
||||
|
||||
Reference in New Issue
Block a user