
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
@charset "utf-8";
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
html {
font-size: 10px;
}
html,
body,
#root {
width: 100%;
height: 100%;
}
body {
min-width: 1270px;
background-color: #F5F6FA;
color: #333;
}
ol,
ul,
li {
list-style: none;
}
a {
text-decoration: none;
color: #333;
}
select{
padding: 5px;
border: 1px solid #ddd;
}
button{
border: none;
}
input{
border: 1px solid hsl(0, 0%, 87%);
padding: 5px;
}
table{
width: 100%;
border-collapse: collapse;
}
caption{
font-size: 1.4rem;
font-weight: bold;
}
table th{
background-color: #eee;
padding: 10px 5px;
border: 1px solid #ddd;
font-size: 1.3rem;
}
table td{
padding: 10px;
font-size: 1.2rem;
text-align: center;
border: 1px solid #ddd;
background-color: #fff;
}
h2{
font-size: 1.8rem;
}
h3{
font-size: 1.5rem;
}
p,label{
font-size: 1.2rem;
}