scss WordPress的で必要なSCSS

Posted

tags:

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

/* WordPress need*/
.wp-caption,
.wp-caption-text,
.gallery-caption,
.entry-caption,
.bypostauthor,
.sticky
{
	max-width: 100%;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption{
	-webkit-box-sizing: border-box ;
	-moz-box-sizing: border-box ;
	box-sizing: border-box ;
	// border: 1px solid #ccc;
	padding: 10px;
}
p.wp-caption-text{
	text-align: center;
	margin-bottom: 0;
	// font-size: 12px;
}
#wp-calendar {
	thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td,table thead tr th, table tfoot tr td{
		font-size: 12px;
		padding: 5px;
	}
}
table#wp-calendar{
	min-width: 100%;
	max-width:100%;
	#next{
		text-align: right;
	}
}

以上是关于scss WordPress的で必要なSCSS的主要内容,如果未能解决你的问题,请参考以下文章

scss WordPress的で必要なSCSS

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

scss WordPress Gutenberg专栏SCSS样式

scss Wordpress分页scss

如何在 Wordpress 上加入 scss

scss WordPress WYSIWYG布局模板