一些影视作品 ```
```
```
.item-rows {
display: flex;
flex-wrap: wrap;
align-items: center;
margin: auto;
}
.item {
background-color: #FFF;
border-radius: 4px;
border: 1px solid #ddd;
width: 260px;
/*height: auto;*/
padding: 0px;
margin: 10px;
}
.item:hover {
border-color: rgba(82, 168, 236, .8);
outline: 0;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
}
.item p {
/*margin-bottom: 0!important;*/
line-height: 32px;
text-overflow: ellipsis !important;
overflow: hidden !important;
white-space: nowrap;
font-weight: 600;
}
.info {
align-items: center;
justify-content: center;
text-align: center;
}
.info img {
width: 100%;
border-radius: 0px !important;
margin: 0 10px 0 0 !important;
}
```
```
@media screen and (max-width: 360px) {
.item {
width: 140px;
}
}
@media screen and (min-width: 361px) and (max-width: 840px) {
.item {
width: 130px;
}
}
```
-->
作者信息

Apprentice
Stay hungry,Stay foolish.