这个网站是一个简单的网页设计,使用了CSS样式表来设置元素的属性和布局。

  1. 第一行代码.txthide{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}设置了文本溢出时显示省略号,并且没有换行。
  2. .theline{border-bottom:1px solid #d5d5d5;padding-bottom:20px;margin-bottom:20px}设置了下边框、内边距和外边距。
  3. .p_bottom{height:139px;width:100%;background:url("dist/img/p_bottom.jpg") no-repeat center;background-size:cover;padding:20px;-ms-flex-wrap:wrap;flex-wrap:wrap}设置了底部背景图片和内边距。
  4. .p_bottom a{width:25%;line-height:50px;color:rgba(255,255,255,.9);font-size:1.1rem}设置了底部链接的宽度、行高和颜色以及字体大小。
  5. .indexnews{height:139px;overflow:hidden}设置了顶部元素的宽度和溢出隐藏。
  6. .indexnews .pic{width:237px;height:139px;background-color:#eee;}设置了顶部图片的宽度、高度和背景颜色。