Blame view

src/pages/privacy/privacy.scss 845 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 25 26 27 28

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;
}

.tips {
  margin-right: 24px;
}

simon committed
29
.content {
simon committed
30 31
  padding-bottom: 78px;
  font-size: $articleNormal;
simon committed
32 33 34 35 36 37 38
}

.box {
  position: relative;
}

.top-space {
simon committed
39
  height: 34px;
simon committed
40 41 42 43
}

.tit {
  text-align: center;
simon committed
44
  font-size: $articleTitleLarge;
simon committed
45
  font-weight: bold;
simon committed
46 47 48
}

.tit:lang(zh) {
simon committed
49
  letter-spacing: 3.65px;
simon committed
50 51 52
}

.desc {
simon committed
53
  max-width: $articleWidth;
simon committed
54 55
  margin-top: 54px;
  line-height: 1.42;
simon committed
56 57 58
}

.desc:lang(zh) {
simon committed
59
  letter-spacing: 2px;
simon committed
60 61
}

simon committed
62 63 64 65
@media (max-width: 1200px) {
  .content {
    @include content-percent();
    padding-bottom: $marginMedium-M;
simon committed
66 67
  }
}