|
@@ -91,7 +91,7 @@ $( function(){
|
|
|
<a href="./1" class="one">체온<span class="eng">body temperature</span></a>
|
|
|
</li>
|
|
|
<li>
|
|
|
- <a href="./2" class="two active">맥박수/혈압<span class="eng">heart rate/blood pressure</span></a>
|
|
|
+ <a href="./2" class="two active">혈압/맥박수<span class="eng">blood pressure/heart rate</span></a>
|
|
|
</li>
|
|
|
<li>
|
|
|
<a href="./3" class="three">산소포화도<span class="eng">oxygen</span></a>
|
|
@@ -123,24 +123,19 @@ $( function(){
|
|
|
</div>
|
|
|
|
|
|
<div class="part tac mt30">
|
|
|
- <div class="title">맥박수와 혈압을 입력해주세요</div>
|
|
|
- <div class="title">(Please enter your heart rate and blood pressure)</div>
|
|
|
+ <div class="title">혈압과 맥박수를 입력해주세요</div>
|
|
|
+ <div class="title">(Please enter your blood pressure and heart rate)</div>
|
|
|
<div class="input time">
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<div class="data link">
|
|
|
- <div class="point">
|
|
|
- <div style="font-size:13px;color:#8EB8FF;font-weight:600;">맥박수 (heart rate)</div>
|
|
|
- <input type="text" name="pulseRate" placeholder="--"><span class="mini">bpm</span>
|
|
|
- </div>
|
|
|
-
|
|
|
<div class="table">
|
|
|
<table>
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th>수축기 혈압 (Systolic)</th>
|
|
|
- <th>이완기 혈압 (diastole)</th>
|
|
|
+ <th>수축기/최고 혈압</br>(Systolic)</th>
|
|
|
+ <th>이완기/최저 혈압</br>(Diastole)</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
@@ -151,6 +146,11 @@ $( function(){
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
|
+ <div class="point">
|
|
|
+ <div style="font-size:13px;color:#8EB8FF;font-weight:600;">맥박수 (heart rate)</div>
|
|
|
+ <input type="text" name="pulseRate" placeholder="--"><span class="mini">bpm</span>
|
|
|
+ </div>
|
|
|
+
|
|
|
</div>
|
|
|
|
|
|
<div class="error-msg tac mt20 error"></div>
|