调试兴趣小组封面图
Change-Id: I757ff42431a7f7c280444bec03a4fc965416aa2d
diff --git a/src/pages/FriendMoments/FriendMoments.css b/src/pages/FriendMoments/FriendMoments.css
index 087abcb..4f0a801 100644
--- a/src/pages/FriendMoments/FriendMoments.css
+++ b/src/pages/FriendMoments/FriendMoments.css
@@ -1,3 +1,12 @@
+.user-avatar {
+ width: 40px;
+ height: 40px;
+ border-radius: 50%;
+ object-fit: cover;
+ border: 1.5px solid #ddd;
+ box-shadow: 0 1px 4px rgba(0,0,0,0.1);
+}
+
.friend-moments-container {
margin: 0 auto;
background: #333;
@@ -42,7 +51,6 @@
padding: 1% 1.5%;
margin: 1% 2%;
border-radius: 6px;
- /*设置item之间的间隔*/
margin-bottom: 2%;
background-color: #e9ded2;
}
@@ -87,7 +95,6 @@
font-size: 12px;
}
-/* Modal 样式 */
.modal-overlay {
position: fixed;
top: 0;
@@ -111,7 +118,6 @@
gap: 20px;
}
-/* 标题 */
.modal-dialog h3 {
margin: 0;
color : #4A3B34;
@@ -172,4 +178,5 @@
.modal-actions .btn.submit {
background: #BA929A;
color: #fff;
-}
+}
+