mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-09-05 23:47:43 +08:00
Fixed: docs page width
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
test/unit/coverage/**
|
test/unit/coverage/**
|
||||||
test/unit/*.js
|
test/unit/*.js
|
||||||
test/e2e/*.js
|
test/e2e/*.js
|
||||||
|
dist/
|
||||||
+2
-2
@@ -74,7 +74,7 @@ h1
|
|||||||
position relative
|
position relative
|
||||||
.mask
|
.mask
|
||||||
position absolute
|
position absolute
|
||||||
width 100vw
|
width 100%
|
||||||
height 100vh
|
height 100vh
|
||||||
top 0
|
top 0
|
||||||
left 0
|
left 0
|
||||||
@@ -82,7 +82,7 @@ h1
|
|||||||
z-index -1
|
z-index -1
|
||||||
#header
|
#header
|
||||||
height 100vh
|
height 100vh
|
||||||
width 100vw
|
width 100%
|
||||||
background-image url("https://ws1.sinaimg.cn/large/8700af19ly1fm9ru6fqvjj22p81stdta")
|
background-image url("https://ws1.sinaimg.cn/large/8700af19ly1fm9ru6fqvjj22p81stdta")
|
||||||
background-attachment fixed
|
background-attachment fixed
|
||||||
background-size cover
|
background-size cover
|
||||||
|
|||||||
Reference in New Issue
Block a user