addTaskMobile.html 1.6 KB

123456789101112131415161718192021
  1. <div style="padding: 10px; font-size:14px;">
  2. <div style="margin-bottom:10px;">
  3. <div style="line-height: 30px; margin-bottom:10px; overflow: hidden">
  4. <div>{{$.lp.addTaskPerson}}: </div>
  5. <div style="margin-top: 10px">
  6. <div id="resetWork_selPeopleArea" style="min-height: 24px; padding:3px; overflow: hidden; border-radius: 10px; border: 1px solid #DEDEDE; width: 95%"></div>
  7. <div class="addTask_selPeopleButton mainColor_bg" style="margin-top: 10px; font-size:12px; border-radius:20px; float:left; cursor: pointer; padding: 0 20px;">{{$.lp.selectPerson}}</div>
  8. </div>
  9. </div>
  10. <div style="line-height: 30px; margin-bottom:20px; overflow: hidden;">
  11. <div style="margin-top: 10px">
  12. <span style="cursor: pointer" onclick="this.getFirst().checked=true;" title="{{$.lp.addTaskBeforeTitle}}"><input name="addTask_type" class="addTask_type" type="radio" value="before">{{$.lp.addTaskBefore}}</span>
  13. <span style="cursor: pointer" onclick="this.getFirst().checked=true;" title="{{$.lp.addTaskAfterTitle}}"><input name="addTask_type" class="addTask_type" checked type="radio" value="after">{{$.lp.addTaskAfter}}</span>
  14. </div>
  15. </div>
  16. <div style="line-height: 30px; margin-bottom:10px; overflow: hidden">
  17. <div style="height: 50px; line-height: 50px;">{{$.lp.addTaskOpinion}}: </div>
  18. <div><textarea class="addTask_opinion" style="width: 95%; padding:5px; overflow:auto; height: 60px; border-radius: 10px; border: 1px solid #DEDEDE;" type="text" id="resetWork_opinion"></textarea></div>
  19. </div>
  20. </div>
  21. </div>