Blame view

src/pages/terms/terms.scss 812 Bytes
simon committed
1
@import '@/styles/_support.scss';
simon committed
2

simon committed
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24

strong {
  font-size: $articleStrong;
  font-weight: bold;
  // font-family: Verdana;
}

li {
  font-size: 18px;
  margin: 38px 0 38px 20px;
  list-style-type: disc;
}

li:last-child {
  margin: 38px 0 0 20px;
}

.small {
  font-size: $articleSmall;
  line-height: 28px;
}

simon committed
25
.content {
simon committed
26 27
  padding-bottom: 78px;
  font-size: $articleNormal;
simon committed
28 29 30 31 32 33 34
}

.box {
  position: relative;
}

.top-space {
simon committed
35
  height: 34px;
simon committed
36 37 38 39
}

.tit {
  text-align: center;
simon committed
40
  font-size: $articleTitleLarge;
simon committed
41
  font-weight: bold;
simon committed
42 43 44
}

.tit:lang(zh) {
simon committed
45
  letter-spacing: 3.65px;
simon committed
46 47 48
}

.desc {
simon committed
49
  max-width: $articleWidth;
simon committed
50 51
  margin-top: 54px;
  line-height: 1.42;
simon committed
52 53 54
}

.desc:lang(zh) {
simon committed
55
  letter-spacing: 2px;
simon committed
56 57
}

simon committed
58 59 60
@media (max-width: 1200px) {
  .content {
    @include content-percent();
simon committed
61
    padding-bottom: $marginMedium-M;
simon committed
62 63
  }
}