This commit is contained in:
rulingcom 2023-05-03 12:02:59 +08:00
parent 5c1b52cc91
commit a8cfab2c99
1 changed files with 2 additions and 2 deletions

View File

@ -305,14 +305,13 @@ body{
flex: 3; flex: 3;
color: #666666; color: #666666;
font-family: "Barlow", Sans-serif; font-family: "Barlow", Sans-serif;
font-size: 2em;
font-weight: 900; font-weight: 900;
text-transform: none; text-transform: none;
height: 280px;
cursor: pointer; cursor: pointer;
overflow: hidden; overflow: hidden;
transition: all .25s; transition: all .25s;
@media(min-width: 1025px){ @media(min-width: 1025px){
font-size: 1vw;
&:hover{ &:hover{
flex: 4; flex: 4;
// img{ // img{
@ -325,6 +324,7 @@ body{
flex: none; flex: none;
width: 100%; width: 100%;
height: auto; height: auto;
font-size: 0.8em;
} }
} }
.layout-content-box3{ .layout-content-box3{