#weather-info {
  color: #00FF00;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.4); /* 半透明白色背景 */
  width:350px;
  margin: 0 auto;                            /* 水平居中 */
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
