一些影视作品

浪尽此生 提交于 2019-12-03 22:47:48
一些影视作品 - 博客园 ​ ``` ```

一些影视作品 ```

``` ``` .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.

```
```
0
0
```
``` ​ ```
```
```
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!