@@ -206,7 +206,8 @@ p.p.center, span.p.center {
206206 }
207207}
208208# about-page .about-statistic {
209- min-height : 380px ;
209+ /* min-height: 380px; */
210+ height : 380px ;
210211 width : 39% ;
211212 background-size : cover;
212213 color : var (--fyz-white );
@@ -315,7 +316,9 @@ p.p.center, span.p.center {
315316}
316317.author-content-item .personalities {
317318 position : relative;
318- width : 59% ;
319+ /* width: 59%; */
320+ width : 100% ;
321+ height : 170px ;
319322}
320323
321324.author-content-item .personalities .image {
@@ -349,7 +352,7 @@ p.p.center, span.p.center {
349352 max-height : 400px ;
350353 position : relative;
351354 overflow : hidden;
352- margin-bottom : 0.5rem ;
355+ /* margin-bottom: 0.5rem; */
353356 height : 60% ;
354357 background-size : 100% ;
355358 transition : 1s ease-in-out;
@@ -380,12 +383,14 @@ p.p.center, span.p.center {
380383}
381384.author-content-item .selfInfo {
382385 display : flex;
383- max-height : 400 px ;
386+ /* max-height: 140px; */
384387 /* justify-content: space-between; */
385388 align-items : center;
386389 /* flex-wrap: wrap; */
387390 /* height: -webkit-fill-available; */
388- min-height : 40% ;
391+ /* min-height: 140px; */
392+ /* min-height: 140px; */
393+ height : calc (40% - 20px );
389394}
390395.author-content-item .selfInfo div {
391396 display : flex;
@@ -404,6 +409,7 @@ p.p.center, span.p.center {
404409 font-weight : 700 ;
405410 font-size : 34px ;
406411 line-height : 1 ;
412+ word-wrap : break-word;
407413}
408414.author-content-item-group .column .mapAndInfo {
409415 width : 59% ;
@@ -470,7 +476,8 @@ p.p.center, span.p.center {
470476 /* animation: gradient 15s ease infinite; */
471477 min-height : 200px ;
472478 height : fit-content;
473- width : 49% ;
479+ /* width: 49%; */
480+ width : 59% ;
474481 min-height : 300px ;
475482}
476483[data-theme = "light" ] .author-content-item .buff {
@@ -503,6 +510,13 @@ p.p.center, span.p.center {
503510 color : var (--fyz-white );
504511 width : 49% ;
505512}
513+ .author-content-item .hobby {
514+ background-size : cover;
515+ min-height : 300px ;
516+ overflow : hidden;
517+ color : var (--fyz-white );
518+ width : 49% ;
519+ }
506520
507521.author-content-item .content-bottom {
508522 margin-top : auto;
@@ -578,7 +592,7 @@ p.p.center, span.p.center {
578592 margin-top : 1rem ;
579593 padding : 1rem ;
580594 }
581- .author-content-item . map {
595+ .author-content-item {
582596 margin-bottom : 0 ;
583597 }
584598 .author-content-item-group .column {
@@ -587,9 +601,6 @@ p.p.center, span.p.center {
587601 .author-content-item .selfInfo {
588602 height : 95% ;
589603 }
590- .author-content-item .personalities {
591- height : 170px ;
592- }
593604 .post-tips {
594605 left : auto;
595606 }
@@ -608,10 +619,16 @@ p.p.center, span.p.center {
608619 # selfInfo-content-year {
609620 width : 90px ;
610621 }
622+ .author-content-item .selfInfo .selfInfo-content {
623+ font-size : 14px ;
624+ }
611625}
612626
613627@media screen and (min-width : 768px ) and (max-width : 896px ) {
614628 .author-content-item .like-music .content-bottom .tips {
615629 display : none;
616630 }
631+ }
632+ .checkbox .sub-checkbox {
633+ margin-left : 20px ;
617634}
0 commit comments