initial commit

This commit is contained in:
lzh
2023-05-12 18:45:02 +08:00
commit e0f62cec34
58 changed files with 25288 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
@import url('../bootstrap-3.4.1-dist/css/bootstrap.min.css');
body{
background: #e6e9ee;
}
nav{
.container-fluid {
background: #544258;
color: #fff;
padding: 0 150px;
}
.navbar-collapse{
.navbar-nav li a{
color: #fff;
}
.navbar-nav li a:hover{
color: #ccc;
}
.dropdown-menu a{
color: #544258;
}
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

+68
View File
@@ -0,0 +1,68 @@
@import url(../bootstrap-3.4.1-dist/css/bootstrap.min.css);
body{
background: #e6e9ee;
}
.main{
margin: 120px auto;
// background: #e6e9ee;
}
.title {
padding-bottom: 20px;
h2 {
font-size: 42px;
margin-top: 50px;
margin-bottom: 30px;
text-align: center;
letter-spacing: 20px;
color: #824276;
}
p {
text-align: center;
// font-weight: 700;
color: #554258;
font-weight: 700;
}
h3 {
font-size: 27px;
text-align: center;
letter-spacing: 5px;
}
}
.put {
.pointout {
// margin-top: 30px;
text-align: center;
span{
padding-right: 40px;
}
samp{
display: inline-block;
// border: 1px solid #000;
line-height: 34px;
text-align: left;
border-radius: 17px;
margin-right: 15px;
padding-left: 10px;
width: 180px;
background: #00605e;
color: #f7f3f3;
}
button{
border-radius: 17px;
background: #cdcdcd;
color: #fff;
}
}
.poem-input {
margin: 30px auto;
width: 1300px;
}
}
+41
View File
@@ -0,0 +1,41 @@
@import url('../bootstrap-3.4.1-dist/css/bootstrap.min.css');
body {
background: #e6e9ee;
}
.title{
h2{
// background: #000;
font-size: 42px;
margin-top: 20px;
margin-bottom: 30px;
text-align: center;
letter-spacing: 20px;
color: #824276;
}
}
.centre{
margin: 0 300px;
}
.main-poem {
display: flex;
justify-content: space-between;
margin-top: 65px;
.poem-word{
display: flex;
flex-wrap: wrap;
width: 255px;
line-height: 25px;
margin-left: 100px;
p{
font-family: '楷体';
font-size: 20px;
}
}
}
+18
View File
@@ -0,0 +1,18 @@
@import url('../bootstrap-3.4.1-dist/css/bootstrap.min.css');
body {
background: #e6e9ee;
}
.title{
h2{
// background: #000;
font-size: 42px;
margin-top: 20px;
margin-bottom: 30px;
text-align: center;
letter-spacing: 20px;
color: #824276;
}
}