1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<script src="${base}/js/retention.js"></script>
<div class="content-m mb">
<div class="drawInfoTitle">
<span class="l">自定义留存</span>
<a href="javascript:void(0)" class="r chartbtn_down" style="margin-left:10px;margin-right:0px;margin-top:7px;"></a>
<div class="r listInfoChange bo" style="margin-top:9px;width:152px;display:none;" id="retionData">
<a href="javascript:void(0)" class="fiveMeauA wd50 l fiveMeauAactive" rel="d">日</a>
<a href="javascript:void(0)" class="fiveMeauA wd50 l" rel="w">周</a>
<a href="javascript:void(0)" class="fiveMeauA wd50 r" style="border-right:none;" rel="m">月</a>
</div>
</div>
<div class="clear"></div>
<div class="drawInfoContent bor">
<div class="listInfoTable">
<table class="tableDatablue thborder" exporttable='1'>
<thead>
<tr>
<th rowspan='2' rel='0'></th>
<th rowspan='2' rel='1'></th>
<th colspan="9" style="border-bottom:1px solid #fff" rel='2'></th>
</tr>
<tr>
<th>1</th>
<th>2</th>
<th>3</th>
<th>4</th>
<th>5</th>
<th>6</th>
<th>7</th>
<th rel='3'></th>
<th rel='4'></th>
</tr>
</thead>
<tbody></tbody>
</table>
<div class="tablePage">
<div class="pre"></div>
<span><em>0</em>/0</span>
<div class="next"></div>
</div>
</div>
</div>
</div>