|
@@ -163,6 +163,7 @@ tag {
|
|
|
}
|
|
}
|
|
|
.chapter_list ul li:hover {
|
|
.chapter_list ul li:hover {
|
|
|
background-color: darkorange;
|
|
background-color: darkorange;
|
|
|
|
|
+ cursor: pointer;
|
|
|
}
|
|
}
|
|
|
.chapter_list .resource {
|
|
.chapter_list .resource {
|
|
|
display: flex;
|
|
display: flex;
|
|
@@ -170,6 +171,7 @@ tag {
|
|
|
margin-bottom: auto;
|
|
margin-bottom: auto;
|
|
|
}
|
|
}
|
|
|
.chapter_list .title .title_1 {
|
|
.chapter_list .title .title_1 {
|
|
|
|
|
+ color: var(--main-color);
|
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
|
font-size: 110%;
|
|
font-size: 110%;
|
|
|
}
|
|
}
|
|
@@ -215,11 +217,7 @@ tag {
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
}
|
|
}
|
|
|
.chapter_head .title .title_1 {
|
|
.chapter_head .title .title_1 {
|
|
|
- font-size: 120%;
|
|
|
|
|
- padding: 1em 0 0.5em 0;
|
|
|
|
|
- font-weight: 700;
|
|
|
|
|
-}
|
|
|
|
|
-.chapter_head .title .title_1 {
|
|
|
|
|
|
|
+ color: var(--main-color);
|
|
|
font-size: 120%;
|
|
font-size: 120%;
|
|
|
padding: 1em 0 0.5em 0;
|
|
padding: 1em 0 0.5em 0;
|
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
@@ -256,3 +254,20 @@ tag {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+.book_view .grid {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+}
|
|
|
|
|
+.book_view ul {
|
|
|
|
|
+ border-right: unset;
|
|
|
|
|
+}
|
|
|
|
|
+.book_view ul li {
|
|
|
|
|
+ width: 180px;
|
|
|
|
|
+ height: 250px;
|
|
|
|
|
+ margin: 1em;
|
|
|
|
|
+ border: 10px solid wheat;
|
|
|
|
|
+}
|
|
|
|
|
+.book_view ul {
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ flex-flow: wrap;
|
|
|
|
|
+}
|