推荐语
-
+
“一本通俗易懂的数据结构与算法入门书,引导读者手脑并用地学习,强烈推荐算法初学者阅读。”
—— 邓俊辉,清华大学计算机系教授
@@ -250,7 +250,7 @@ hide:
互助学习
欢迎讨论与提问,读者间携手共进
-
"Knowledge increases by sharing."“知识在分享中得以增长”
+
"Learning by teaching."“教学相长”
diff --git a/overrides/stylesheets/extra.css b/overrides/stylesheets/extra.css
index 684c06bc9..a1ea8510d 100644
--- a/overrides/stylesheets/extra.css
+++ b/overrides/stylesheets/extra.css
@@ -204,7 +204,7 @@ body {
background-color: var(--md-default-bg-color);
color: var(--md-default-fg-color);
font-size: 0.9rem;
- padding: 2em;
+ padding: 3em 2em;
text-align: center;
}
@@ -221,7 +221,7 @@ body {
justify-content: center;
border-radius: 10em;
margin: 0 0.1em;
- padding: 0.5em 1.3em;
+ padding: 0.6em 1.3em;
border: none;
background-color: var(--md-typeset-btn-color);
color: var(--md-primary-fg-color) !important;
@@ -234,9 +234,10 @@ body {
background-color: var(--md-typeset-btn-hover-color);
}
-.rounded-button p {
+.rounded-button span {
margin: 0;
- margin-bottom: 0.1em;
+ margin-bottom: 0.07em;
+ white-space: nowrap;
}
.rounded-button svg {
@@ -257,18 +258,22 @@ body {
}
.text-button {
+ width: 100%;
display: flex;
flex-direction: row;
align-items: center;
color: var(--md-typeset-btn-color);
text-decoration: none;
- margin: 0 1em;
}
.text-button:hover {
text-decoration: underline;
}
+.text-button span {
+ white-space: nowrap;
+}
+
.text-button svg {
display: inline-block;
fill: var(--md-typeset-btn-color);
@@ -288,7 +293,7 @@ body {
padding: 0;
position: relative;
color: white;
- font-size: min(2vh, 2.5vw);
+ font-size: min(1.8vh, 2.5vw);
font-weight: 500;
}