Template:比较条文/styles.css

模板页面
.template-compare {
	display: flex;
	flex-wrap: wrap;
}

.template-compare-left,
.template-compare-right {
	flex: 1 0 30em;
    max-width: 95%;
	border-width: 1px;
	border-style: dotted;
	padding: 0.5em;
	margin: 0.25em;
}

.template-compare-left {
	background: #ECFCF4;
}

.template-compare-right {
	background: #F9F9F9;
}