不要怂,就是干,撸起袖子干!

custom.css 706 Bytes
@import url(http://fonts.googleapis.com/css?family=Titillium+Web);

table {
  width:100%;
}

th:nth-child(1),
td:nth-child(1) {
  width: 35%;
  word-break: break-all;
}

td:nth-child(2),
td:nth-child(2) {
  width: 20%;
  word-break: break-word;
}

td,
th {
  padding: 6px 13px;
  border: 1px solid #ddd;
}
tr:nth-child(2n) {
  background-color: #f8f8f8;
}

#teaser-home {
  height: 250px;
  position: relative;
  margin-bottom: 24px;
}

#teaser-home img {
  position: absolute;
  top: 0;
}

#teaser-home span {
  color: #2F406A;
  position: absolute;
  top: 0;
  left: 250px;
  font-size: 100px;
  display: inline-block;
  height: 250px;
  line-height: 250px;
  font-family: 'Titillium Web', sans-serif;
}