scss 使用flexblox的页脚小部件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss 使用flexblox的页脚小部件相关的知识,希望对你有一定的参考价值。

.footer-widgets {
	@include breakpoint(tablet) {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	    margin-right: -3rem;
	}
    

    .widget {
    	width:100%;
    	border-bottom:1px solid $white;
    	padding-bottom:1.5rem;

    	@include breakpoint(tablet) {
		    width: 25%;
		    padding-right: 1.5rem;
		    margin-right:1.5rem;
		    box-sizing: border-box;
		    -webkit-flex-grow: 1;
		    flex-grow: 1;
		    border-right: 1px solid $white;
		    border-bottom:0;
    		padding-bottom:0;

		    &:last-of-type {
		    	border-right:none;
		    }
		}
	}
}

以上是关于scss 使用flexblox的页脚小部件的主要内容,如果未能解决你的问题,请参考以下文章

php 添加页脚小部件

php 添加Wordpress页脚小部件区域

php 页脚小部件标题

css 更改页脚小部件的宽度

php 将Genesis页脚小部件更改为4列/类

css 关闭侧栏链接和页脚小部件中的箭头。