scss ボックスサイズにあわせて上下左右センターに画像を表示するCSS。画像の比率やサイズに关系なく中央に配置します。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss ボックスサイズにあわせて上下左右センターに画像を表示するCSS。画像の比率やサイズに关系なく中央に配置します。相关的知识,希望对你有一定的参考价值。

.image-wrap {
	display: table-cell;
	width: 200px;
	height: 200px;
	text-align: center;
	vertical-align: middle;
	line-height: 0;
	border: 1px solid #999;
}

.image-wrap img {
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 200px;
	margin: 0 auto;
	line-height: 1;	
}

@media screen and (max-width: 376px){
	.image-wrap {
		width: 100%;
		height: 25vw; /* ここは適宜… */
	}
	.image-wrap img {
		width: 100%;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}
}

以上是关于scss ボックスサイズにあわせて上下左右センターに画像を表示するCSS。画像の比率やサイズに关系なく中央に配置します。的主要内容,如果未能解决你的问题,请参考以下文章

scss インナー超えボックス

apache_conf エックスサーバー(X服务器)で,PHPを拡张子的.htmlのファイル内で动作させる

php PHPコードのシンタックスハイライト确认用のサンプル。

csharp [WPF]文字が见切れたらツールチップで全文字列表示するテキストボックス

text slickslideでデバイスサイズごとに挙动を変更する

css チェックボックスを装饰