Skip to content

Commit

Permalink
amend: code tree && directory
Browse files Browse the repository at this point in the history
  • Loading branch information
songhw committed Feb 23, 2018
1 parent 5f69a84 commit 71e0627
Show file tree
Hide file tree
Showing 19 changed files with 9 additions and 9 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion extended-bg-position.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
margin: auto;
color: #f4f0ea;
padding: 16px 29px 28px 20px;
background: #b4a078 url('_images/player_logo@2x.png') no-repeat bottom right / 78px 21px;
background: #b4a078 url('static/player_logo@2x.png') no-repeat bottom right / 78px 21px;
}
div:nth-of-type(1){
background-position: right 29px bottom 28px;
Expand Down
2 changes: 1 addition & 1 deletion frosted-glass.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
font: 150%/1.6 Baskerville, Palatino, serif;
}
main, main > div::before {
background: url("./_images/city-night.jpg") fixed 0 / cover;
background: url("./static/city-night.jpg") fixed 0 / cover;
}
main > div::before{
content: "";
Expand Down
2 changes: 1 addition & 1 deletion guide/introduce.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ input:focus + .callout{

为了保持文档中示例的一致性,文档中所有示例配色均参考使用网易严选设计规范。

![color](_images/colors_guide.jpeg)
![color](static/colors_guide.jpeg)

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
<link rel="stylesheet" href="//unpkg.com/vuep/dist/vuep.css">
<link rel="stylesheet" href="//unpkg.com/gitalk/dist/gitalk.css">
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="./assets/style.css">
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion introduce.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ input:focus + .callout{

为了保持文档中示例的一致性,文档中所有示例配色均参考使用网易严选设计规范。

![color](_images/colors_guide.jpeg)
![color](static/colors_guide.jpeg)

4 changes: 2 additions & 2 deletions parallelogram.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<!-- 某些情况下,为了避免标签嵌套过多,我们使用伪元素给元素增加背景、边框等样式会方便很多。比如下方的这张图,需要文字左对齐,划过时每一项背景的内边距`padding`相同,这是
<div align="center" class="orderoptions"><img src="_images/orderoptions.jpeg" width="100%" align="center"/></div> -->
<div align="center" class="orderoptions"><img src="static/orderoptions.jpeg" width="100%" align="center"/></div> -->

<vuep template="#demo1"></vuep>

Expand Down Expand Up @@ -83,7 +83,7 @@
</div>
<div class="diamond">
<div>diamond</div>
<img src="_images/dog2018.jpg" alt="">
<img src="static/dog2018.jpg" alt="">
</div>
</main>
</template>
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions stripes-background.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<!-- !> 假设设计给了你这样一张图片,在你说完 **shit** 之后,你会怎么去做?`改图?` `NONONO~` -->

<div align="center"><img src="_images/progress.jpg" width="600" align="center"/></div>
<div align="center"><img src="static/progress.jpg" width="600" align="center"/></div>

> Work overtime today.
Expand Down Expand Up @@ -60,7 +60,7 @@

<!-- !> 假设设计又给了你这样一张图片,在你说完 **shit and fu*k** 之后,你又会怎么去做? -->

<div align="center"><img src="_images/coupon.jpeg" width="100%" align="center"/></div>
<div align="center"><img src="static/coupon.jpeg" width="100%" align="center"/></div>

<!-- **Q:** 卡片划过的阴影暂先不考虑,你可能会说,这和条纹有毛关系啊?
Expand Down

0 comments on commit 71e0627

Please sign in to comment.