This commit is contained in:
rulingcom 2023-05-03 12:02:31 +08:00
parent a9aa797b74
commit f489cbca55
1 changed files with 2 additions and 2 deletions

View File

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