hexo-theme-ayer/source-src/css/_partial/gallery.styl
2020-03-02 13:55:29 +08:00

20 lines
311 B
Stylus

.article-gallery
position: relative
.article-gallery-photos
position: relative
overflow: hidden
.article-gallery-img
display: none
max-width: 100%
&:first-child
display: block
&.loaded
position: absolute
display: block
img
display: block
max-width: 100%
margin: 0 auto