chooseBusinessWork.html 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <!-- <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>选择</title>
  8. <style>
  9. html,
  10. body {
  11. width: 100%;
  12. height: 100%;
  13. overflow: auto;
  14. position: relative;
  15. margin: 0;
  16. padding: 0;
  17. }
  18. </style>
  19. <link rel="stylesheet" href="./style.css">
  20. </head>
  21. <body> -->
  22. <div class="person-outer" data-o2-element="businessWorkChooseDialogNode">
  23. <div class="person-mask"></div>
  24. <div class="person-box">
  25. <div class="person-box-header">
  26. <div class="person-box-header-title">
  27. <span>{{$.lp.chooseBusinessWorkTitle}}</span>
  28. </div>
  29. <div class="person-box-header-close" data-o2-element="businessWorkChooseCloseBtnNode">
  30. <span>X</span>
  31. </div>
  32. </div>
  33. <div class="person-box-body" data-o2-element="businessWorkListNode">
  34. </div>
  35. </div>
  36. </div>
  37. <!--
  38. </body>
  39. </html> -->