这是indexloc提供的服务,不要输入任何密码
Skip to content

移动端适配页面 #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions web/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<title>UGRSICAL Setup Page</title>
<meta property="og:title" content="GRSICAL"/>
<meta property="og:description" content="使用浙大钉API生成课程和考试日历"/>
<meta name="viewport" content="width=device-width" initial-scale="1.0">
<link rel="stylesheet" href="/static/milligram.min.css">
<link rel="stylesheet" href="/static/site.css">
</head>
Expand Down
15 changes: 14 additions & 1 deletion web/app/site.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.wrapper {
display: block;
/* display: block; */
overflow: hidden;
position: relative;
width: 100%;
Expand Down Expand Up @@ -68,6 +68,8 @@
.header {
padding-top: 5rem;
background-color: #f4f5f6;
height: 97vh;
overflow: auto;
}

.header .container {
Expand All @@ -88,4 +90,15 @@ input[type="text"],input[type="password"] {

.bold {
font-weight: bold;
}
@media screen and (max-width: 768px) {
a > h1{
font-size: 200px;
}
.description{
font-size: 20px;
}
label{
font-size: 20px;
}
}
1 change: 1 addition & 0 deletions web/template/setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<title>UGRSICAL Setup Page</title>
<meta property="og:title" content="GRSICAL"/>
<meta property="og:description" content="使用浙大钉API生成课程和考试日历"/>
<meta name="viewport" content="width=device-width" initial-scale="1.0">
<link rel="stylesheet" href="/static/milligram.min.css">
<link rel="stylesheet" href="/static/site.css">
</head>
Expand Down