Skip to content

Commit f2e9748

Browse files
committedSep 21, 2024
Merge remote-tracking branch 'origin/main'
2 parents 98c34ba + 0f973db commit f2e9748

File tree

3 files changed

+58
-4
lines changed

3 files changed

+58
-4
lines changed
 

‎css_js/main.css

+55-3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ html.background {
4545
padding: 10px 10px 10px 10px;
4646
border-radius: 20px 20px 20px 20px;
4747
backdrop-filter: blur(9px);
48+
-webkit-box-shadow:9px 8px 21px 0px rgba(62,66,66,0.26);
49+
-moz-box-shadow: 9px 8px 21px 0px rgba(62,66,66,0.26);
50+
-webkit-backdrop-filter: blur( 4px );
51+
border: 1px solid rgba( 255, 255, 255, 0.18 );
4852
}
4953

5054
.menu img {
@@ -85,12 +89,14 @@ html.background {
8589
transition-property: color;
8690
transition-duration: 1.5s;
8791
transition-delay: 0.2s;
92+
text-shadow: rgba(22,60,74,0.4) 4px 4px 10px;
8893
}
8994

9095
.huge_title_1:hover {
9196
color: #1c5c70;
9297
border-radius: 80px 80px 80px;
9398
opacity: 95%;
99+
text-shadow: rgba(51,112,133,0.4) 4px 4px 10px;
94100
}
95101

96102
.huge_title_2 {
@@ -102,18 +108,21 @@ html.background {
102108
transition-property: color;
103109
transition-duration: 1.5s;
104110
transition-delay: 0.2s;
111+
text-shadow: rgba(22,60,74,0.4) 4px 4px 10px;
105112
}
106113
.huge_title_2:hover {
107114
color: #1c5c70;
108115
border-radius: 80px 80px 80px;
109116
opacity: 95%;
117+
text-shadow: rgba(51,112,133,0.4) 4px 4px 10px;
110118
}
111119

112120
.hit_text{
113121
font-size: 1.9em;
114122
color: #0b303b;
115123
text-align: center;
116124
font-family: Arial, sans-serif;
125+
text-shadow: rgba(22,60,74,0.4) 4px 4px 10px;
117126
margin-top: 40px;
118127
opacity: 0; /* 初始设置透明度为0,用于后续的淡入效果 */
119128
transition: opacity 0.5s ease; /* 过渡属性设置为透明度,时间为0.5秒,缓动效果 */
@@ -379,8 +388,26 @@ html.background {
379388
grid-template-columns: 1fr 2fr;
380389
border-radius: 30px;
381390
gap: 20px;
382-
background-color: #fef4ee90;
391+
background-color: rgba(254, 244, 238, 0.56);
383392
padding: 10px;
393+
backdrop-filter: blur(5px);
394+
-webkit-box-shadow:10px 10px 19px 8px rgba(62,66,66,0.16);
395+
-moz-box-shadow: 10px 10px 19px 8px rgba(62,66,66,0.16);
396+
box-shadow: 10px 10px 19px 8px rgba(62,66,66,0.16);
397+
transition-property: width, height, margin;
398+
transition-duration: 1.2s;
399+
transition: 0.5s;
400+
transform-style: flat;
401+
}
402+
403+
.info_card:hover{
404+
-webkit-box-shadow:18px 18px 36px 8px rgba(86,89,89,0.15);
405+
-moz-box-shadow: 18px 18px 36px 8px rgba(86,89,89,0.15);
406+
box-shadow: 18px 18px 36px 8px rgba(86,89,89,0.15);
407+
background-color: rgba(254, 244, 238, 0.65);
408+
backdrop-filter: blur(10px);
409+
width: 93%;
410+
height: auto;
384411
}
385412

386413
.info_card2 {
@@ -394,6 +421,24 @@ html.background {
394421
gap: 20px;
395422
background-color: #fef4ee90;
396423
padding: 10px;
424+
backdrop-filter: blur(5px);
425+
transition-property: width, height, margin;
426+
transition-duration: 1.2s;
427+
transition: 0.5s;
428+
transform-style: flat;
429+
-webkit-box-shadow:-10px 10px 19px 8px rgba(62,66,66,0.16);
430+
-moz-box-shadow: -10px 10px 19px 8px rgba(62,66,66,0.16);
431+
box-shadow: -10px 10px 19px 8px rgba(62,66,66,0.16);
432+
}
433+
434+
.info_card2:hover{
435+
-webkit-box-shadow:-18px 18px 36px 8px rgba(86,89,89,0.15);
436+
-moz-box-shadow: -18px 18px 36px 8px rgba(86,89,89,0.15);
437+
box-shadow: -18px 18px 36px 8px rgba(86,89,89,0.15);
438+
background-color: rgba(254, 244, 238, 0.65);
439+
backdrop-filter: blur(10px);
440+
width: 93%;
441+
height: auto;
397442
}
398443

399444
.card-title {
@@ -438,17 +483,23 @@ html.background {
438483
transition-duration: 1.2s;
439484
transition: 0.5s;
440485
transform-style: flat;
486+
-webkit-box-shadow:6px 6px 21px 4px rgba(86,89,89,0.15);
487+
-moz-box-shadow: 6px 6px 21px 4px rgba(86,89,89,0.15);
488+
box-shadow: 6px 6px 21px 4px rgba(86,89,89,0.15);
441489
}
442490
.card-button button:hover {
443491
width: 220px;
444492
height: 80px;
493+
font-size: 1.8em;
445494
margin: auto auto auto auto;
446495
border-radius: 50px;
447496
background-color: #fef4ee;
448-
font-size: 1.5em;
449497
border-style: none;
450498
outline: none;
451499
color: #0b303b;
500+
-webkit-box-shadow:14px 13px 28px 4px rgba(86,89,89,0.13);
501+
-moz-box-shadow: 14px 13px 28px 4px rgba(86,89,89,0.13);
502+
box-shadow: 14px 13px 28px 4px rgba(86,89,89,0.13);
452503
}
453504

454505
.in_photo img{
@@ -478,4 +529,5 @@ html.background {
478529
.huge_title_2 {
479530
font-size: 3em;
480531
}
481-
}
532+
}
533+

‎index.html

+1
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ <h1>暂待规划</h1>
162162
</div>
163163
</div><!--第四页:暂待规划-->
164164
<br>
165+
165166
</body>
166167
<!--愿世间再无别离-->
167168
</html>

‎vercel.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"regions": ["hkg1"]
2+
"regions": ["hkg1"],
3+
"cleanUrls": true
34
}

0 commit comments

Comments
 (0)
Please sign in to comment.