This commit is contained in:
make
2025-11-13 23:44:21 +08:00
parent 12e4752c98
commit 82204923f3
32 changed files with 129 additions and 233 deletions

View File

@@ -2258,7 +2258,7 @@ ul.smileBox li a.smile84 {
}
.index-icon-box a {
flex: 0 0 25%;
flex: 0 0 15%;
overflow: hidden;
}

View File

@@ -89,6 +89,9 @@ img {
display: inline-block;
vertical-align: middle
}
.movie-tuijian-list{
padding:0 8px;
}
/*box*/
body {
background: #f8f8f8;
@@ -4781,14 +4784,23 @@ img {
/* padding: 10px 0;*/
box-sizing: border-box;
}
.index-icon {
/* .index-icon {
background: url(../images/icons.png) 0 0 no-repeat;
background-size: 333.4px 333.4px;
width: 53.4px;
height: 53.4px;
margin: 0 auto;
display: block;
} */
.index-icon {
background: url(../images/icons.png) 0 0 no-repeat;
background-size: 166.7px 166.7px; /* 缩小一半 */
width: 26.7px; /* 缩小一半 */
height: 26.7px; /* 缩小一半 */
margin: 0 auto;
display: block;
}
.index-icon.movie {
background-position: -53.4px 0;
}