index.wxml 1.7 KB

123456789101112131415161718192021222324252627282930313233
  1. <!-- 防疫须知 -->
  2. <view class="container">
  3. <view class="container_protocol">
  4. <!-- 标题-->
  5. <view class="container_protocol-title">
  6. <view>防疫须知</view>
  7. <view>Epidemic Prevention Instructions</view>
  8. </view>
  9. <!-- 提示 -->
  10. <view class="container_protocol-warning">
  11. <view>请您全程佩戴好口罩、保持适当社交距离,听从工作人员的指引,勤洗手、勤消毒。</view>
  12. <view>Please Wear a Mask, Maintain Good Social Distance and Follow the Staff Instructions, Wash Your Hands and Disinfect Frequently.</view>
  13. </view>
  14. <!-- 条款 -->
  15. <view class="container_protocol-clause">
  16. <view>1.请您主动配合体温检测。</view>
  17. <view>Please Note That Your Body Temperature Will be Checked. </view>
  18. <view style="color: #F56C6C">2.请您主动配合,做好个人真实信息登记。 </view>
  19. <view style="color: #F56C6C">Please Follow Our Instructions to Register Your Personal Information. </view>
  20. <view>3.请您按顺序排队入场,并与他人保持1米社交距离。 </view>
  21. <view>Please Keep Distance of One Meter from Others While Queuing. </view>
  22. <view>4.体温异常者(超过37.3℃,含37.3℃)须进行再次测量,复测体温正常后,方可入场。 </view>
  23. <view>Visitors with Body Temperature of 37.3 Degrees and Above will be Re-Examined. Only visitors with a Body Temperature of Below 37.3 Degrees may Access. </view>
  24. <view>5.请您在展馆内全程佩戴口罩。</view>
  25. <view>Please Wear Mask at All Times.</view>
  26. </view>
  27. <!-- 同意按钮 -->
  28. <view class="container_agree-btn" bindtap="openLetter">
  29. <view>我已知悉</view>
  30. <view>I‘ve been infotmed</view>
  31. </view>
  32. </view>
  33. </view>