这个网站是一个名为”Taoglas China body, .card, .card * { box-sizing: border-box; } body { font-family: Sans-serif; font-size: 16px; font-color:#001325; margin: 0px; overflow-x: hidden; padding: 0px;
background-color: #ffffff; *, *:before, *:after { box-sizing: border-box;
} }
.normal-weight { font-weight: normal;
}
.banner, .footer { background-color: #001325; text-align: center; padding: 20px; margin: 0; width: 100%; } .banner img { width: 150px; height: 120px; } .content { padding: 2.5em; } .text-container, .car
”`
这是一个CSS样式表,用于设置网页的字体、背景颜色等样式。它使用了Box-sizing属性来确保元素的实际尺寸包括边框和内边距。此外,这个样式表中还包含了一些基本的文本样式和布局样式,如正常重量的字体、横幅和页脚的背景颜色、宽度和内容间距等。