File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -308,6 +308,23 @@ body {
308308 transform : scale (1.25 ) translate (0 , -3.2rem );
309309}
310310
311+ .milestone .rocket-launch .content a {
312+ width : 22.4rem ;
313+ height : 5.6rem ;
314+ border : none;
315+ background : url ('../../assets/images/index/BottomRight.png' );
316+ background-repeat : no-repeat;
317+ background-size : contain;
318+ transition : transform 0.3s ease, box-shadow 0.3s ease;
319+ position : absolute;
320+ bottom : 0% ;
321+ right : -38% ;
322+ }
323+
324+ .milestone .rocket-launch .content a : hover {
325+ transform : scale (1.05 );
326+ }
327+
311328/* 将 .content 选择器移到前面 */
312329.page : nth-child (4 ) .content {
313330 position : relative;
@@ -342,7 +359,6 @@ body {
342359
343360.milestone .rocket-launch .content : hover {
344361 opacity : 0.9 ;
345- transform : translate (0.8rem , 0.8rem );
346362}
347363
348364.milestone .rocket-launch .content h2 {
You can’t perform that action at this time.
0 commit comments