File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -345,11 +345,15 @@ header {
345
345
margin : 0 auto;
346
346
margin-bottom : 1rem ;
347
347
width : 16rem ;
348
- text-align : left
348
+ text-align : left;
349
+ }
350
+ .mod-des__list a {
351
+ transition : margin-left .2s linear;
349
352
}
350
353
.mod-des__list a : hover {
351
354
margin-left : 8px ;
352
355
color : # 136e24 ;
356
+ cursor : pointer;
353
357
}
354
358
355
359
.mod-des__list-box : last-child {
@@ -431,6 +435,12 @@ header {
431
435
margin-bottom : 3.75rem ;
432
436
text-align : center
433
437
}
438
+ .support-example img {
439
+ opacity : .7 ;
440
+ }
441
+ .support-example img : hover {
442
+ opacity : 1 ;
443
+ }
434
444
435
445
.support-item {
436
446
display : inline-block;
Original file line number Diff line number Diff line change 29
29
< div class ="logo-icon bounceIn animated "> </ div >
30
30
< div class ="logo-timeline " style ="display: none; "> </ div >
31
31
</ div >
32
- < div class ="logo-name "> </ div >
32
+ < div class ="logo-name "> WeFlow </ div >
33
33
< div class ="description "> 一个高效、强大、跨平台的前端开发工作流工具</ div >
34
34
</ div >
35
35
< div class ="screenshot "> Screenshots</ div >
You can’t perform that action at this time.
0 commit comments