@@ -170,13 +170,20 @@ body {
170170 color : rgba (255 , 255 , 255 , 1 );
171171}
172172
173- .page : nth-child (2 ) .parts .part : nth-child (1 ) .stage-info .live-img {
173+ .page : nth-child (2 ) .parts .part : nth-child (1 ) .stage-info .live-video {
174174 width : 100% ;
175175 height : 20rem ;
176- background-image : url ("../../assets/images/TwelveOrderStars/process_1_bg.png" );
177- background-size : contain;
178- background-position : left;
179- background-repeat : no-repeat;
176+ object-fit : cover;
177+ border-radius : 0.8rem ;
178+ border : 0.2rem solid rgba (255 , 255 , 255 , 0.3 );
179+ box-shadow : 0 0 1rem rgba (146 , 70 , 167 , 0.3 );
180+ transition : all 0.3s ease;
181+ }
182+
183+ .page : nth-child (2 ) .parts .part : nth-child (1 ) .stage-info .live-video : hover {
184+ border-color : rgba (146 , 70 , 167 , 0.8 );
185+ box-shadow : 0 0 2rem rgba (146 , 70 , 167 , 0.6 );
186+ transform : scale (1.02 );
180187}
181188
182189.page : nth-child (2 ) .parts .part : nth-child (2 ) {
@@ -222,13 +229,20 @@ body {
222229 color : rgba (255 , 255 , 255 , 1 );
223230}
224231
225- .page : nth-child (2 ) .parts .part : nth-child (2 ) .stage-info .live-img {
232+ .page : nth-child (2 ) .parts .part : nth-child (2 ) .stage-info .live-video {
226233 width : 100% ;
227234 height : 20rem ;
228- background-image : url ("../../assets/images/TwelveOrderStars/process_1_bg.png" );
229- background-size : contain;
230- background-position : left;
231- background-repeat : no-repeat;
235+ object-fit : cover;
236+ border-radius : 0.8rem ;
237+ border : 0.2rem solid rgba (255 , 255 , 255 , 0.3 );
238+ box-shadow : 0 0 1rem rgba (146 , 70 , 167 , 0.3 );
239+ transition : all 0.3s ease;
240+ }
241+
242+ .page : nth-child (2 ) .parts .part : nth-child (2 ) .stage-info .live-video : hover {
243+ border-color : rgba (146 , 70 , 167 , 0.8 );
244+ box-shadow : 0 0 2rem rgba (146 , 70 , 167 , 0.6 );
245+ transform : scale (1.02 );
232246}
233247
234248.page : nth-child (2 ) .parts .part : nth-child (3 ) {
@@ -274,13 +288,20 @@ body {
274288 color : rgba (255 , 255 , 255 , 1 );
275289}
276290
277- .page : nth-child (2 ) .parts .part : nth-child (3 ) .stage-info .live-img {
291+ .page : nth-child (2 ) .parts .part : nth-child (3 ) .stage-info .live-video {
278292 width : 100% ;
279293 height : 20rem ;
280- background-image : url ("../../assets/images/TwelveOrderStars/process_1_bg.png" );
281- background-size : contain;
282- background-position : left;
283- background-repeat : no-repeat;
294+ object-fit : cover;
295+ border-radius : 0.8rem ;
296+ border : 0.2rem solid rgba (255 , 255 , 255 , 0.3 );
297+ box-shadow : 0 0 1rem rgba (146 , 70 , 167 , 0.3 );
298+ transition : all 0.3s ease;
299+ }
300+
301+ .page : nth-child (2 ) .parts .part : nth-child (3 ) .stage-info .live-video : hover {
302+ border-color : rgba (146 , 70 , 167 , 0.8 );
303+ box-shadow : 0 0 2rem rgba (146 , 70 , 167 , 0.6 );
304+ transform : scale (1.02 );
284305}
285306
286307.page : nth-child (2 ) .parts .part : nth-child (4 ) {
@@ -327,13 +348,20 @@ body {
327348 color : rgba (255 , 255 , 255 , 1 );
328349}
329350
330- .page : nth-child (2 ) .parts .part : nth-child (4 ) .stage-info .live-img {
351+ .page : nth-child (2 ) .parts .part : nth-child (4 ) .stage-info .live-video {
331352 width : 100% ;
332353 height : 20rem ;
333- background-image : url ("../../assets/images/TwelveOrderStars/process_1_bg.png" );
334- background-size : contain;
335- background-position : left;
336- background-repeat : no-repeat;
354+ object-fit : cover;
355+ border-radius : 0.8rem ;
356+ border : 0.2rem solid rgba (255 , 255 , 255 , 0.3 );
357+ box-shadow : 0 0 1rem rgba (146 , 70 , 167 , 0.3 );
358+ transition : all 0.3s ease;
359+ }
360+
361+ .page : nth-child (2 ) .parts .part : nth-child (4 ) .stage-info .live-video : hover {
362+ border-color : rgba (146 , 70 , 167 , 0.8 );
363+ box-shadow : 0 0 2rem rgba (146 , 70 , 167 , 0.6 );
364+ transform : scale (1.02 );
337365}
338366
339367.page : nth-child (2 ) .parts .part : nth-child (5 ) {
@@ -380,57 +408,23 @@ body {
380408 color : rgba (255 , 255 , 255 , 1 );
381409}
382410
383- .page : nth-child (2 ) .parts .part : nth-child (5 ) .stage-info .live-img {
411+ .page : nth-child (2 ) .parts .part : nth-child (5 ) .stage-info .live-video {
384412 width : 100% ;
385413 height : 20rem ;
386- background-image : url ("../../assets/images/TwelveOrderStars/process_1_bg.png" );
387- background-size : contain;
388- background-position : left;
389- background-repeat : no-repeat;
414+ object-fit : cover;
415+ border-radius : 0.8rem ;
416+ border : 0.2rem solid rgba (255 , 255 , 255 , 0.3 );
417+ box-shadow : 0 0 1rem rgba (146 , 70 , 167 , 0.3 );
418+ transition : all 0.3s ease;
390419}
391420
392- .page : nth-child (2 ) .parts .part : nth-child (6 ) {
393- width : 6vw ;
394- height : 9vh ;
395- left : 63vw ;
396- bottom : 88vh ;
397- background-image : url ("../../assets/images/TwelveOrderStars/2_6.png" );
421+ .page : nth-child (2 ) .parts .part : nth-child (5 ) .stage-info .live-video : hover {
422+ border-color : rgba (146 , 70 , 167 , 0.8 );
423+ box-shadow : 0 0 2rem rgba (146 , 70 , 167 , 0.6 );
424+ transform : scale (1.02 );
398425}
399426
400- .page : nth-child (2 ) .parts .part : nth-child (6 ) .stage-info {
401- position : absolute;
402- left : 0vw ;
403- top : 100% ;
404- display : flex;
405- width : 25vw ;
406- flex-direction : column;
407- justify-content : space-evenly;
408- align-items : start;
409- gap : 1rem ;
410- }
411-
412- .page : nth-child (2 ) .parts .part : nth-child (6 ) .stage-info .name {
413- font-size : 2.4rem ;
414- font-weight : 200 ;
415- font-family : 'fys' , sans-serif;
416- color : rgba (255 , 255 , 255 , 1 );
417- }
418427
419- .page : nth-child (2 ) .parts .part : nth-child (6 ) .stage-info .intro {
420- font-size : 2rem ;
421- font-weight : 200 ;
422- font-family : 'fys' , sans-serif;
423- color : rgba (255 , 255 , 255 , 1 );
424- }
425-
426- .page : nth-child (2 ) .parts .part : nth-child (6 ) .stage-info .live-img {
427- width : 100% ;
428- height : 20rem ;
429- background-image : url ("../../assets/images/TwelveOrderStars/process_1_bg.png" );
430- background-size : contain;
431- background-position : left;
432- background-repeat : no-repeat;
433- }
434428
435429.page : nth-child (2 ) .process {
436430 width : 7rem ;
0 commit comments