这个网站是一个网页设计,使用了HTML和CSS进行编写。它的基本结构包括一个背景颜色为#F9F9F9的wux77body样式类,以及一些内部样式类如.box.titleContent.content

  1. wux77body类:该类定义了整个网站的布局背景。它的样式包括设置宽度、高度和字体。

  2. .box类:这是一个容器类,用于包裹页面中的各种元素和标题内容。其属性包括宽度为100%,高度自动适应,且在页面中心自动居中。

  3. .titleContent类:这个类是.box类的子类,用来包裹标题内容。它具有以下属性:

  • width: 100%;:宽度为100%。
  • border-bottom-color: #e3e3e3;:下边框颜色为#e3e3e3。
  • line-height:50px;:行高设置为50像素。
  • background-color: #FFF;:背景色为白色。
  • border-bottom-style: solid;:下边框样式为实线。
  • border-bottom-width: 1px;:下边框宽度为1像素。
  1. .titleContent .title类:这又是.titleContent的子类,用于包裹页面的标题。它具有以下属性:
  • width:300px;:宽度设置为300像素。
  • height:50px;:高度设置为50像素。
  • margin-left:15%;:左外边距设置为15%。
  • padding-top:20px;:上边距设置为20像素。
  • padding:2px; font-family:'微软雅黑'; font-size:20px;color: #4266b2;:内边距设置为2像素,字体为微软雅黑,大小为20像素,颜色为#4266b2。
  1. .content类:这是另一个容器类,用于包裹页面的内容部分。它有如下属性:
  • width:700px;:宽度设置为700像素。
  • height:auto; margin:0 auto; border-top-color: #e3e3e3; line-height: 50px; background-color: #FFF; border-top-style: solid; border-top-width: 1px;:高度自适应,左右居中,上边框颜色为#e3e3e3,行高设置为50像素,背景色为白色,边框样式为实线,边框宽度为1像素。