Browse Source

[fix] background image of THU

closed-social-v3
TA 2 years ago
parent
commit
5dd4f64b9f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      app/javascript/styles/thu/diff.scss

+ 2
- 2
app/javascript/styles/thu/diff.scss View File

@ -2,14 +2,14 @@
/* Status */ /* Status */
/* Drawer */ /* Drawer */
body { body {
background: rgba(73, 58, 99, 1) url(https://www.tsinghua.edu.cn/images/footer.jpg) no-repeat fixed;
background: rgba(73, 58, 99, 1) url(https://www.tsinghua.edu.cn/images/nav-bg.jpg) no-repeat fixed;
background-size: cover; background-size: cover;
background-attachment: fixed; background-attachment: fixed;
background-position: center; background-position: center;
height: 100vh !important; height: 100vh !important;
} }
body.theme-thu { body.theme-thu {
background: rgba(73, 58, 99, 1) url(https://www.tsinghua.edu.cn/images/footer.jpg) no-repeat fixed;
background: rgba(73, 58, 99, 1) url(https://www.tsinghua.edu.cn/image/nav-bg.jpg) no-repeat fixed;
background-size: cover; background-size: cover;
background-attachment: fixed; background-attachment: fixed;
background-position: center; background-position: center;

Loading…
Cancel
Save