You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
857 B
43 lines
857 B
/* 自定义样式文件 */
|
|
#btns {margin-top: 2rem;display: flex;justify-content: center;align-items: center;flex-wrap: nowrap;}
|
|
#btns button {margin: 0 10px;padding: 5px 10px;border: 1px solid #eee;border-radius: 5px;background: #fbfbfb;cursor: pointer;}
|
|
#btns button:hover {background: #f6f6f6;border: 1px solid #d7d7d7;}
|
|
/* 你可以在这里写一些自定义的全局CSS样式 */
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
a {
|
|
text-decoration: none;
|
|
color: rgb(57, 57, 57);
|
|
}
|
|
|
|
a:hover {
|
|
font-weight: 600;
|
|
color: #000;
|
|
}
|
|
|
|
#box {
|
|
width: 80%;
|
|
display: block;
|
|
margin: 0 auto;
|
|
margin-top: 14vh;
|
|
}
|
|
|
|
img {
|
|
display: flex;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.tinytyper {
|
|
font-size: 3rem;
|
|
margin-top: 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
#footer {
|
|
font-size: 1.5rem;
|
|
display: flex;
|
|
justify-content: center;
|
|
padding: 10px;
|
|
} |