Skip to content
小飞侠
  • 首页
  • 小程序
  • uniapp
  • vue
  • APICloud
  • 其他
菜单

博客

  1. 首页>
  2. 其他>
  3. CSS图片按比例居中在div内显示

CSS图片按比例居中在div内显示

  • Post author:xfxia
  • Post published:2023年9月19日
  • Post category:其他



div.view-parent-top div.img {
    /* width: 250px; */
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* or */

div.view-parent-top {
    display: table-cell;
    width: 250px;
    height: 250px;
    vertical-align: middle;
}
div.view-parent-top img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}


你可能也喜欢

buuctf easysql 1

婚礼用–宾客席位搜索器

定时器、sigevent结构体详解

Security 拦截不到 LayuiAdmin admin.req 的请求

【转】[STL]vector和deque的内存释放(clear)

MyBatis原理剖析

c++面向对象的程序设计学习笔记

解决苹果手机 ios button按钮不显示

Android 9.0 以上http链接提示无网络和加载失败

uva 437 (最大子序列和)

Tomcat:The server encountered an internal error () that prevented it from fulfilling this request.

如何通过Kubectl 重启Pod的六种方法

Pacman常用命令

bootstrapValidator验证表单后清除当次验证的方法

Unity-物体跳上某支撑物,跟随移动,以及之后脱离的实现 && 无限地图的实现

关于jquery无法为动态生成的dom元素添加点击事件的问题

Jquery获取表单中的文本框的值

MaxCompute Tunnel 技术原理及开发实战

Pyinstaller 打包用到xlrd3模块的脚本为exe后,exe程序无法读取.xlsx文件故障解决

方差协方差以及协方差矩阵

目录

  • APICloud (3)
  • golang (228)
  • java (8,236)
  • linux (4,002)
  • mysql (2,800)
  • php (1,070)
  • python (5,439)
  • solidity (25)
  • uniapp (235)
  • vue (2,463)
  • 其他 (88,233)
  • 小程序 (801)

文章归档

  • 2023年十二月 (1872)
  • 2023年十一月 (477)
  • 2023年十月 (17371)
  • 2023年九月 (44974)
  • 2023年八月 (26399)
  • 2023年七月 (14793)
  • 2023年六月 (1)
  • 2023年五月 (2186)
  • 2023年四月 (3838)
  • 2023年三月 (1544)
  • 2023年二月 (3)
  • 2023年一月 (4)
  • 2022年十二月 (3)
  • 2022年十一月 (36)
  • 2022年十月 (16)
  • 2022年九月 (8)
  • 2021年九月 (1)
  • 2020年九月 (6)
  • 2020年八月 (5)

标签

Aave (1) cosmos (6) defi (255) flag (27) gitee (1) github (1) golang (234) java (8234) linux命令 (82) List (1) map (1115) mysql (3093) npm (237) tendermint (6) uuid (43) vant (64) vmware (270) 区块链 (63) 合约 (37) 小程序版本更新 (3)
  • 首页
  • 小程序
  • uniapp
  • vue
  • APICloud
  • 其他
Copyright xfxia.com 鲁ICP备19024253号-2
关闭菜单