حاسبة ضغط الدم
أدخل قراءات ضغط الدم للحصول على تحليل دقيق وتوصيات صحية مناسبة.
.bp-gauge { width: 100%; height: 30px; border-radius: 15px; background: linear-gradient(to right, #198754 0%, #198754 20%, /* Normal */ #ffc107 20%, #ffc107 40%, /* Elevated */ #fd7e14 40%, #fd7e14 60%, /* Stage 1 */ #dc3545 60%, #dc3545 80%, /* Stage 2 */ #6f42c1 80%, #6f42c1 100% /* Crisis */ ); position: relative; margin: 20px 0; } .bp-marker { position: absolute; width: 4px; height: 40px; background-color: #000; top: -5px; transform: translateX(-50%); } .reading-history { max-height: 300px; overflow-y: auto; } .reading-item { display: flex; justify-content: space-between; align-items: center; padding: 10px; border-bottom: 1px solid #dee2e6; } .reading-category { padding: 4px 8px; border-radius: 4px; font-size: 0.9rem; }
أدخل قراءات ضغط الدم للحصول على تحليل دقيق وتوصيات صحية مناسبة.