这个网站是一个名为”高碑店市双京股份有限公司”的网页,其主要内容和结构如下:
- 整个页面使用
height: 100%; background-size: 100% auto !important; text-align: center;
来确保页面在全屏模式下居中显示。
body {position: relative;max-width: 800px;margin: 0 auto;padding: 0 10px;}
定义了页面布局,其中最大宽度为800px,并在页面中央进行居中对齐。
.config{display: none;}
和P {text-align: center; margin-bottom: 10px;}
是用于隐藏配置项和对文本对齐样式的定义。
P.logo {padding: 10px;font-weight: bold;}
定义了一个Logo图标及其样式,包含内边距、加粗字体和大小。
P.button {position: absolute; left: 50%; transform: translateX(-50%); display: inline-block; padding: 10px 0; width: 50%; margin-top: 10px; max-width: 300px; cursor: pointer;}
定义了一个按钮组件,位于屏幕中心,左对齐,点击后放大到300px,并有光标提示。
div {margin-bottom: 10px;}
是对其他元素的通用样式定义,包括内边距和垂直间距。
这个网站主要展示了公司的标志、按钮等元素,并采用特定的布局和样式以实现美观和功能上的统一。