index.scss 345 Bytes
Newer Older
lirandong committed
1 2 3 4 5 6 7 8 9
@import '@styles/var.scss';

.temp-top-img {
  width: 100%;
  // height: auto;
}

.temp-top-info-bar {
  height: 20px;
10
  background-color: $bgColor;
lirandong committed
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
}

.temp-top-text-wrapper {
  padding-left: 20px;
  padding-bottom: 20px;
}

.temp-top-title {
  font-size: 28px;
  color: $text-color;
}

.temp-top-describe {
  color: #ccc;
  font-size: 26px;
}