Template:Enterpriselist/style.css

模板页面
/* header css */
.t-enterpriselist {
	margin: 2rem 0;
	display: flex;
	font-size: 0.8125rem;
	line-height: 1.375;
	overflow-x: auto;
	padding-bottom: 10px;
}

.t-enterpriselist__item {
	padding: 0 var( --space-md );
}

.t-enterpriselist__item:first-child {
	padding-left: 0;
}

.t-enterpriselist__item + .t-enterpriselist__item {
	border-left: 1px solid var( --border-color-base );
}

.t-enterpriselist__label {
	color: var( --color-base--subtle );
    letter-spacing: 0.05em;
}

.t-enterpriselist__value {
	color: var( --color-base--emphasized );
    font-weight: 500;
    font-size: 2rem;
    white-space: nowrap;
    min-width: 150px;
}

.t-enterpriselist__desc {
    letter-spacing: 0.025em;
}

/* js id tag */
#none {
	font-style: italic;
	/* background-color: var(--color-surface-3); */
	color: var(--color-surface-4);
}

/* tr special member tag */


/* playerlist table */
.enterpriselist {
	width: 100%;
	background: var(--color-surface-2);
	border-radius: 10px;
	border-collapse: separate;
	display: block;
	box-shadow: var(--box-shadow-card);
}

.enterpriselist tbody {
	vertical-align: top;
}

#header th {
	text-align: center;
	font-size: 18px;
	color: var(--color-base);
}

#header #ent-name {
	min-width: 180px;
}

#header #ent-industry {
	min-width: 180px;
}

#header #ent-status {
	min-width: 50px;
}

#header #ent-legalrep {
	min-width: 100px;
}

#header #ent-sh {
	min-width: 100px;
}

#header #ent-regtime {
	min-width: 80px;
}

#header #ent-note {
	min-width: 180px;
}
为了让您的浏览体验更加高效、方便和个性化,遵照《中华人民共和国网络安全法》和《信息安全技术个人信息安全规范》,我们需要您允许本站使用Cookies。在某些情况下,Cookies是使网站正常运行的必要条件。