diff --git a/src/style.css b/src/style.css index 732b98b..1b4fd9b 100644 --- a/src/style.css +++ b/src/style.css @@ -28,23 +28,6 @@ a:hover { color: #fff; } -textarea { - padding: 5px; - font-size: 16px; - font-family: 'Arial', sans-serif; - border: 1px solid transparent; - outline: none; - background-color: #333; - color: #e0e0e0; - box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); - transition: all 0.3s ease; - resize: none; - line-height: 1.6; -} -textarea:focus { - padding: 10px; -} - /* 通用容器 */ .container { width: 90%;