Skip to content

Commit 6e7a2e1

Browse files
committed
Signed-off-by: Townwang <[email protected]>
1 parent b32c134 commit 6e7a2e1

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

assets/css/main.css

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,14 +560,18 @@ html{
560560
flex-basis:30%;
561561
max-width:30%;
562562
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;
563567
}
564568
.home .feature h2{
565569
font-size:1.4rem;
566570
font-weight:500;
567571
border-bottom:none;
568572
padding-bottom:0;
569573
color:#3a5169;
570-
margin:1rem;
574+
margin:1rem;
571575
}
572576
.home .feature p{
573577
color:#4e6e8e
@@ -586,6 +590,10 @@ html{
586590
max-width:100%;
587591
padding:1rem 2.5rem;
588592
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;
589597
}
590598
}
591599
@media (max-width:419px){
@@ -926,7 +934,11 @@ html{
926934
}
927935
.home .feature{
928936
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;
930942
}
931943

932944
@-webkit-keyframes easeOpacity-data-v-1b014d15{

index_d.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,9 @@
2222

2323
<link rel="stylesheet" href="//cdn.staticfile.org/normalize/6.0.0/normalize.min.css">
2424
<!-- 百度熊猫 -->
25-
<link rel="canonical" href="{{ page.url | prepend: site.url }}"/>
2625
<link rel="icon" href="/favicon.ico">
2726
<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">
3028
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
3129
<meta name="theme-color" content="#25a2e3">
3230
</head>

0 commit comments

Comments
 (0)