12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <!-- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>选择</title>
- <style>
- html,
- body {
- width: 100%;
- height: 100%;
- overflow: auto;
- position: relative;
- margin: 0;
- padding: 0;
- }
-
- </style>
- <link rel="stylesheet" href="./style.css">
- </head>
- <body> -->
- <div class="person-outer" data-o2-element="businessWorkChooseDialogNode">
- <div class="person-mask"></div>
- <div class="person-box">
- <div class="person-box-header">
- <div class="person-box-header-title">
- <span>{{$.lp.chooseBusinessWorkTitle}}</span>
- </div>
- <div class="person-box-header-close" data-o2-element="businessWorkChooseCloseBtnNode">
- <span>X</span>
- </div>
- </div>
- <div class="person-box-body" data-o2-element="businessWorkListNode">
-
- </div>
- </div>
- </div>
- <!--
- </body>
- </html> -->
|