A Grande Aventura do Dr. Bolinha no Estômago Feliz - 冒险故事

A Grande Aventura do Dr. Bolinha no Estômago Feliz

评分人数不足

故事简介

Uma história vibrante e cheia de descobertas sobre o pequeno Dr. Bolinha e sua missão de encontrar o H. Pylori, transformando uma investigação em uma jornada de amizade e aprendizado. Prepare-se para mergulhar em um mundo colorido e borbulhante, onde cada célula do estômago tem uma história para contar. Uma aventura cativante que ensina sobre harmonia e saúde de forma divertida!

语言:pt
发布日期:
阅读时间:1 分钟

关键词

生成提示词

<!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Investigação H. pylori: A Missão de Diagnóstico</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> <style> * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } :root { --primary: #2c3e50; --secondary: #3498db; --accent: #e74c3c; --success: #27ae60; --warning: #f39c12; --light: #ecf0f1; --dark: #2c3e50; --gray: #95a5a6; } body { background-color: #1a1a2e; color: var(--light); line-height: 1.6; overflow-x: hidden; } .container { max-width: 1200px; margin: 0 auto; padding: 20px; } header { text-align: center; padding: 20px 0; background: linear-gradient(135deg, var(--primary), #1a1a2e); border-bottom: 3px solid var(--secondary); margin-bottom: 30px; border-radius: 0 0 15px 15px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } h1 { font-size: 2.8rem; margin-bottom: 10px; background: linear-gradient(to right, var(--secondary), #9b59b6); -webkit-background-clip: text; background-clip: text; color: transparent; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); } h2 { color: var(--secondary); margin-bottom: 20px; font-size: 1.8rem; border-bottom: 2px solid var(--secondary); padding-bottom: 8px; } h3 { color: var(--warning); margin: 15px 0; } .game-info { display: flex; justify-content: space-between; background-color: rgba(44, 62, 80, 0.8); padding: 15px; border-radius: 10px; margin-bottom: 20px; flex-wrap: wrap; gap: 10px; } .score-display, .room-info, .hint-counter { display: flex; align-items: center; gap: 10px; } .score-display span, .room-info span, .hint-counter span { font-weight: bold; color: var(--warning); font-size: 1.2rem; } .game-area { display: grid; grid-template-columns: 2fr 1fr; gap: 25px; margin-bottom: 30px; } @media (max-width: 900px) { .game-area { grid-template-columns: 1fr; } } .room-display { background-color: rgba(26, 26, 46, 0.9); border-radius: 15px; padding: 20px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); border: 2px solid var(--secondary); min-height: 500px; position: relative; overflow: hidden; } .room-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; opacity: 0.2; z-index: 0; } .room-content { position: relative; z-index: 1; } .characters-container { display: flex; flex-wrap: wrap; gap: 15px; margin: 20px 0; justify-content: center; } .character { text-align: center; background-color: rgba(52, 152, 219, 0.1); padding: 15px; border-radius: 10px; width: 150px; transition: transform 0.3s; border: 1px solid rgba(52, 152, 219, 0.3); } .character:hover { transform: translateY(-5px); border-color: var(--secondary); } .character-img { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; border: 3px solid var(--secondary); margin-bottom: 10px; background-color: #34495e; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; color: var(--light); } .character-name { font-weight: bold; color: var(--secondary); margin-botto

评论

加载中...