1<list class="container" ref="list" onswipe="touchMove"> 2 <list-item class="head_t"> 3 <text class="head_t_b" style="margin-top:{{$t('css.measureHome_hand_top')}}; color:red; margin-left: {{marginLeft}}">{{$t('strings.choose_body_state')}}</text> 4 </list-item> 5 <list-item class="list"> 6 <text class="listL" style="width:{{$t('css.judgeIos_height')}};">{{$t('strings.chest_tightness')}}</text> 7 </list-item> 8 <list-item class="list"> 9 <text class="listL" style="width:{{$t('css.judgeIos_height')}};color:{{dizzinessColor}}">{{$t('strings.dizziness')}}</text> 10 </list-item> 11 <list-item class="list"> 12 <text class="listL" style="width:{{$t('css.judgeIos_height')}};">{{$t('strings.dizziness')}} :头痛</text> 13 </list-item> 14 <list-item class="list"> 15 <text class="listL" style="width:{{$t('css.judgeIos_height')}};">{{$t('strings.chest_tightness')}} + {{$t('strings.dizziness')}}</text> 16 </list-item> 17 <list-item class="buttonContainerStyle"> 18 <input type="button" class="buttonStyle" value="下一页" onclick="change"/> 19 </list-item> 20</list> 21