index
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user