Skip to content

Commit fd8ca39

Browse files
committed
增加圆滑过度效果
1 parent bf4bbcf commit fd8ca39

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

css/style.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,11 +345,15 @@ header {
345345
margin: 0 auto;
346346
margin-bottom: 1rem;
347347
width: 16rem;
348-
text-align: left
348+
text-align: left;
349+
}
350+
.mod-des__list a{
351+
transition: margin-left .2s linear;
349352
}
350353
.mod-des__list a:hover{
351354
margin-left: 8px;
352355
color: #136e24;
356+
cursor: pointer;
353357
}
354358

355359
.mod-des__list-box:last-child {
@@ -431,6 +435,12 @@ header {
431435
margin-bottom: 3.75rem;
432436
text-align: center
433437
}
438+
.support-example img{
439+
opacity: .7;
440+
}
441+
.support-example img:hover{
442+
opacity: 1;
443+
}
434444

435445
.support-item {
436446
display: inline-block;

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<div class="logo-icon bounceIn animated"></div>
3030
<div class="logo-timeline" style="display: none;"></div>
3131
</div>
32-
<div class="logo-name"></div>
32+
<div class="logo-name">WeFlow</div>
3333
<div class="description">一个高效、强大、跨平台的前端开发工作流工具</div>
3434
</div>
3535
<div class="screenshot">Screenshots</div>

0 commit comments

Comments
 (0)