@@ -254,6 +272,14 @@ L 站的愿景是成为新的**理想型社区**,让每一个一身疲惫的
width: 100%;
}
+.header-container {
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ width: 100%;
+ justify-content: space-between;
+}
+
.article-item {
display: flex;
flex-direction: row;
@@ -263,6 +289,15 @@ L 站的愿景是成为新的**理想型社区**,让每一个一身疲惫的
border-bottom: 1px solid lightgray;
}
+.header-item {
+
+}
+
+.header-item.main {
+ width: 60%;
+ margin-left: 20px;
+}
+
.article-main-container {
margin-left: 20px;
padding: 10px 0;
@@ -351,4 +386,20 @@ L 站的愿景是成为新的**理想型社区**,让每一个一身疲惫的
margin-left: 20px;
margin-right: 20px;
}
+
+.header-item.avatars {
+}
+
+.header-item.comments {
+ margin-left: 20px;
+}
+
+.header-item.views {
+ margin-left: 20px;
+}
+
+.header-item.activity {
+ margin-left: 20px;
+ margin-right: 20px;
+}