diff --git a/pages/login/login.vue b/pages/login/login.vue
index 8a4882e..ae2434b 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -75,4 +75,8 @@
 			}
 		}
 	}
+	::v-deep .van-field__control {
+		text-align: center;
+		font-size: 16px;
+	}
 </style>
\ No newline at end of file
diff --git a/pages/whiteEmbryo/w-libraryLocation.vue b/pages/whiteEmbryo/w-libraryLocation.vue
index 49e1c9e..458e65f 100644
--- a/pages/whiteEmbryo/w-libraryLocation.vue
+++ b/pages/whiteEmbryo/w-libraryLocation.vue
@@ -492,6 +492,7 @@
 		::v-deep .van-field__control {
 			border: 1rpx solid #d7d7d7;
 			text-align: center;
+			font-size: 16px;
 		}
 	}