NotFound.less 308 Bytes
Newer Older
bert committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
.normal {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-top: 120px;
}

.container {
  padding: 0;
  margin: 0 auto;
  width: 620px;
  height: 300px;
  text-align: center;
}

.title {
  font-size: 80px;
  color: #666;
  margin-top: 20px;
  margin-bottom: 10px;
}

.desc {
  font-size: 14px;
}