File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -560,14 +560,18 @@ html{
560
560
flex-basis : 30% ;
561
561
max-width : 30% ;
562
562
margin : 1rem ;
563
+ border : 2px solid # dd;
564
+ border-radius : 3px ;
565
+ box-shadow : 0 0 0 1px rgb (0 0 0 / 20% );
566
+ transition : all 200ms ease-out;
563
567
}
564
568
.home .feature h2 {
565
569
font-size : 1.4rem ;
566
570
font-weight : 500 ;
567
571
border-bottom : none;
568
572
padding-bottom : 0 ;
569
573
color : # 3a5169 ;
570
- margin : 1rem ;
574
+ margin : 1rem ;
571
575
}
572
576
.home .feature p {
573
577
color : # 4e6e8e
@@ -586,6 +590,10 @@ html{
586
590
max-width : 100% ;
587
591
padding : 1rem 2.5rem ;
588
592
margin : 1rem ;
593
+ border : 2px solid # dd;
594
+ border-radius : 3px ;
595
+ box-shadow : 0 0 0 1px rgb (0 0 0 / 20% );
596
+ transition : all 200ms ease-out;
589
597
}
590
598
}
591
599
@media (max-width : 419px ){
@@ -926,7 +934,11 @@ html{
926
934
}
927
935
.home .feature {
928
936
max-width : 100% ;
929
- padding : 1rem 1rem
937
+ padding : 1rem 1rem ;
938
+ border : 2px solid # dd;
939
+ border-radius : 3px ;
940
+ box-shadow : 0 0 0 1px rgb (0 0 0 / 20% );
941
+ transition : all 200ms ease-out;
930
942
}
931
943
932
944
@-webkit-keyframes easeOpacity-data-v-1b014d15{
Original file line number Diff line number Diff line change 22
22
23
23
< link rel ="stylesheet " href ="//cdn.staticfile.org/normalize/6.0.0/normalize.min.css ">
24
24
<!-- 百度熊猫 -->
25
- < link rel ="canonical " href ="{{ page.url | prepend: site.url }} "/>
26
25
< link rel ="icon " href ="/favicon.ico ">
27
26
< link rel ="apple-touch-icon " size ="180x180 " href ="/apple-touch-icon.png ">
28
- < link rel ="manifest " href ="/site.webmanifest ">
29
- < link rel ="stylesheet " href ="./main.css ">
27
+ < link rel ="stylesheet " href ="./assets/css/main.css ">
30
28
< meta http-equiv ="X-UA-Compatible " content ="IE=Edge,chrome=1 ">
31
29
< meta name ="theme-color " content ="#25a2e3 ">
32
30
</ head >
You can’t perform that action at this time.
0 commit comments