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;
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{
@ -325,6 +324,7 @@ body{
flex: none;
width: 100%;
height: auto;
font-size: 0.8em;
}
}
.layout-content-box3{