scss 创建响应方块

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss 创建响应方块相关的知识,希望对你有一定的参考价值。

<div class="square">
	<span>Lorem ipsum</span>
</div>
.square {
	width: 100%;
	
	&.option_1 {
		height: 0;
		padding-bottom: 100%;
	}
	
	&.option_2 {
		position: relative;
		
		&:after {
		    content: "";
		    display: block;
		    padding-bottom: 100%;
		}
		
		.content {
			position: absolute;
		    height: 100%;
		    width: 100%;
		}
	}
}

以上是关于scss 创建响应方块的主要内容,如果未能解决你的问题,请参考以下文章

由容器包裹的响应方块网格[重复]

css 响应方块级元素

scss SCSS响应断点

scss 响应式文本func.scss

javascript scss响应#css #scss #responsive #mixin

javascript scss响应#css #scss #responsive #mixin