index.scss 571 Bytes
Newer Older
lirandong committed
1 2 3 4 5
@import '@styles/var.scss';

.temp-top-img {
  width: 100%;
  // height: auto;
hank committed
6
  min-height: 56.25vw;
lirandong committed
7 8
}

hank committed
9 10 11 12 13
.temp-top-img2 {
  width: 100%;
  height: 1200px;
}

lirandong committed
14 15
.temp-top-info-bar {
  height: 20px;
16
  background-color: $bgColor;
lirandong committed
17 18 19 20 21
}

.temp-top-text-wrapper {
  padding-left: 20px;
  padding-bottom: 20px;
hank committed
22 23
  padding-top: 20px;
  position: relative;
lirandong committed
24 25 26 27 28 29 30 31 32 33 34
}

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

.temp-top-describe {
  color: #ccc;
  font-size: 26px;
}
hank committed
35 36 37 38 39 40 41 42

.temp-top-collection {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 30px;
  top: 10px;
}