-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
59 lines (50 loc) · 837 Bytes
/
style.css
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
@font-face {
font-family: 'AppleSDGothicNeo-Regular';
src: url("./fonts/AppleSDGothicNeo-Regular.ttf");
}
.container {
width: 1049px;
height: 1200px;
color: #0d0d0d;
font-family: 'AppleSDGothicNeo-Regular', 'Noto Sans', sans-serif;
}
table {
border: 1px solid #eaeaea;
border-collapse: collapse;
}
caption {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
overflow: hidden;
clip-path: polygon(0 0, 0 0, 0 0);
}
col:nth-child(1) {
width: 20%;
}
col:nth-child(3) {
width: 40%;
}
th, td {
border: 1px solid #ebebeb;
padding: 10px;
text-align: center;
}
thead {
background-color: #eaeaea;
}
#student-public,
#schoolchild,
#middle-high-student,
#soldier,
#foreigner,
#abroad-citizen {
font-weight: normal;
}
#division,
#idcard,
#alternative {
padding: 15px;
font-weight:600;
}