-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmobile.css
More file actions
81 lines (81 loc) · 1.69 KB
/
mobile.css
File metadata and controls
81 lines (81 loc) · 1.69 KB
1
2
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
@media screen and (max-width: 480px) {
form {
overflow: hidden;
}
#header_layout, .frame_1col_top {
display: none;
}
.frame_1col {
width: 100% !important;
overflow: hidden;
}
.frame_1col_repeat {
padding: 20px 0;
}
.frame_1col_repeat h2 {
display: block !important;
padding-left: 20px !important;
font-size: 20px !important;
height: 40px !important;
}
.frame_1col_repeat h2:before {
content: "「复旦学生网 2014 招新」";
}
#aboutus_content {
height: inherit !important;
width: 100% !important;
padding-left: 0 !important;
}
#aboutus_content > div {
width: 100% !important;
height: inherit !important;
padding-left: 20px;
}
#aboutus_content > div > div:nth-child(1) {
width: inherit !important;
height: inherit !important;
float: none !important;
}
#aboutus_content > div > div:nth-child(2) {
width: inherit !important;
height: inherit !important;
float: none !important;
}
.text_msg {
font-size: 13px;
}
.text_tab {
font-size: 18px;
margin: 10px 0;
}
input[type=text], select {
height: 30px !important;
width: 300px !important;
font-size: 15px;
margin: 10px 0;
}
#Content_Gender {
font-size: 18px;
}
.text_msg {
margin: 20px 0;
padding-right: 40px;
}
textarea {
width: 300px !important;
}
#footer_layout {
display: none;
}
.container_app_temp_buttonbar {
margin-left: -20px;
text-align: center !important;
}
#Content_LinkButton1 {
float: none !important;
display: inline-block !important;
}
.container_app_temp_buttonbar > a.container_app_temp_button_cancel {
display: none !important;
}
}