diff --git a/src/assets/pictures/space/more.png b/src/assets/pictures/space/more.png
index bab1305f..d90bd252 100644
Binary files a/src/assets/pictures/space/more.png and b/src/assets/pictures/space/more.png differ
diff --git a/src/recommend/PreferenceForm.vue b/src/recommend/PreferenceForm.vue
index 5ae8ada2..7b199999 100644
--- a/src/recommend/PreferenceForm.vue
+++ b/src/recommend/PreferenceForm.vue
@@ -10,7 +10,7 @@
-
填写你的恋爱偏好
+ 填写你的恋爱偏好
@@ -24,7 +24,7 @@
@@ -106,11 +106,14 @@
@@ -376,7 +383,6 @@
left: -130px; /* 在头像左侧 */
top: 110px;
}
-
.showFamilytree-btn {
right: -130px; /* 在头像右侧 */
top: 110px;
@@ -436,17 +442,22 @@
font-size: 14px;
margin-left: 10px;
}
+ .actions {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ }
.actions button {
color:white;
font-size: 18px;
background-color: #f077a8;
- padding: 10px 20px;
+ padding: 12px 20px;
margin-left: 55px;
margin-right: 40px;
margin-top: 30px;
border: none;
border-radius: 30px;
- width: 100px;
+ width: 115px;
cursor: pointer;
}
.post-container {