mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-04-24 18:04:55 +08:00
21 lines
755 B
CSS
21 lines
755 B
CSS
.layui-flow-more{ clear: both; margin-top: 20px; }
|
|
#Images li{ width:19%; margin:0.5% 0.5%; float: left; overflow:hidden;}
|
|
#Images li img{ width:100%; }
|
|
#Images li .operate{ display: block; height: 40px; width:100%; background:#f4f5f9; }
|
|
#Images li .operate .check{ float:left; margin-left:11px; height:18px; padding:11px 0; }
|
|
#Images li .operate .img_del{ float:right; margin:7px 11px 0 0; font-size: 22px; cursor:pointer; }
|
|
#Images li .operate .img_del:hover{ color:#f00; }
|
|
|
|
/*适配*/
|
|
@media screen and (max-width:1050px){
|
|
/*用户信息*/
|
|
#Images li{ width:24%;}
|
|
}
|
|
@media screen and (max-width: 750px){
|
|
/*用户信息*/
|
|
#Images li{ width:49%;}
|
|
}
|
|
@media screen and (max-width:432px){
|
|
/*用户信息*/
|
|
#Images li{ width:99%;}
|
|
} |