添加了html

This commit is contained in:
2021-11-11 10:11:47 +08:00
parent 03d620451d
commit b4c610dc71
18 changed files with 245 additions and 1214 deletions

32
html/css/config.css Normal file
View File

@ -0,0 +1,32 @@
.title1 {
align-content: center;
font-style: normal;
font-weight: 900;
}
h2 {
width: 100%;
border-bottom: 1px dashed rgba(0, 0, 0, 1.00);
}
.linetb {
width: 100%;
}
.TextInput{
width: 80px;
}
body{
text-align:center;
margin-left:auto;
margin-right:auto;
}
h2 {
text-align: left;
margin-left: 0px;
margin-top: 5px;
margin-right: 0px;
margin-bottom: 5px;
}
.mainframe {
border: 1px ridge rgba(0, 0, 0, 1.00);
}