@@ -161,7 +161,7 @@ function getNewVersioArch(arch) {
161
161
<category-second title =" 系统下载" />
162
162
<div class =" flex flex-col flex-1" >
163
163
<div class =" flex flex-row" >
164
- <div class =" flex flex-row w-[47%] justify-around bg-white px-[1rem]" >
164
+ <div class =" aosc-os-container flex flex-row w-[47%] justify-around bg-white px-[1rem]" >
165
165
<div class =" pt-[4.5rem] min-w-[96px] w-[30%]" >
166
166
<img src =" /assets/download/aosc-os-web.svg" style =" width : 150px " />
167
167
</div >
@@ -359,6 +359,9 @@ function getNewVersioArch(arch) {
359
359
}
360
360
361
361
.afterglow {
362
+ background : linear-gradient (90deg , rgb (0 0 0 / 65% ), 100% , transparent ),
363
+ url (/assets/backgrounds/afterglow.webp );
364
+ background-size : cover ;
362
365
background-color : black ;
363
366
width : 53% ;
364
367
display : flex ;
@@ -394,11 +397,21 @@ function getNewVersioArch(arch) {
394
397
margin-top : 1em ;
395
398
}
396
399
400
+ .aosc-os-container {
401
+ background : linear-gradient (90deg , rgb (255 255 255 / 40% ), 100% , transparent ),
402
+ url (/assets/backgrounds/aosc-os.webp );
403
+ background-size : cover ;
404
+ }
405
+
406
+ .afterglow-container {
407
+ }
408
+
397
409
.livekit-container {
398
410
background : linear-gradient (90deg , #f6d5ac , 75% , transparent ),
399
411
url (" /assets/backgrounds/livekit.jpg" );
400
412
background-position-x : 0% , 100% ;
401
413
}
414
+
402
415
.wsl-container {
403
416
background : linear-gradient (90deg , #b7e4fc , 75% , transparent ),
404
417
url (" /assets/backgrounds/aosc-os-wsl.webp" );
0 commit comments