|
@@ -45,6 +45,11 @@ class publish_statistics extends BaseUser
|
|
|
<?php
|
|
|
$this->static_();
|
|
|
?>
|
|
|
+
|
|
|
+ <link rel="stylesheet" href="/css/jcq.css">
|
|
|
+ <style>
|
|
|
+
|
|
|
+ </style>
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
@@ -70,15 +75,15 @@ class publish_statistics extends BaseUser
|
|
|
$this->publish_app_list();
|
|
|
?>
|
|
|
<div class="col-sm-10">
|
|
|
- <div class="aside-right">
|
|
|
+ <div class="aside-right ">
|
|
|
<div class="app-details app-details2">
|
|
|
<?php
|
|
|
$this->publish_top($row);
|
|
|
?>
|
|
|
<hr>
|
|
|
- <div class="download-details">
|
|
|
- <div class="d-top clearfix">
|
|
|
- <div class="date date1">
|
|
|
+ <div class="download-details" style="padding: 0 20px;">
|
|
|
+ <div class="d-top clearfix" style="margin-top: 10px;">
|
|
|
+ <div class="date date1 fl" style="position: relative; ">
|
|
|
<input class="form-control" type="text" id="datetimepicker1" value="<?php
|
|
|
if (empty($start_date)) {
|
|
|
?><?php echo date(" Y/m/d", strtotime(date("Y/m/d") . '-1 week' ));?>
|
|
@@ -89,12 +94,12 @@ class publish_statistics extends BaseUser
|
|
|
<?php
|
|
|
}
|
|
|
?>">
|
|
|
- <span class="iconfont icon-date"></span>
|
|
|
+ <span class="iconfont icon-date" style="position: absolute; right: 10px; top: 50%; transform: translateY(-50%);"></span>
|
|
|
</div>
|
|
|
<div class="fl line">
|
|
|
_
|
|
|
</div>
|
|
|
- <div class="date date2">
|
|
|
+ <div class="date date2 fl" style="position: relative;">
|
|
|
<input class="form-control" type="text" id="datetimepicker2" value="<?php
|
|
|
if (empty($end_date)) {
|
|
|
?><?php echo date(" Y/m/d");?>
|
|
@@ -105,18 +110,18 @@ class publish_statistics extends BaseUser
|
|
|
<?php
|
|
|
}
|
|
|
?>">
|
|
|
- <span class="iconfont icon-date"></span>
|
|
|
+ <span class="iconfont icon-date" style="position: absolute; right: 10px; top: 50%; transform: translateY(-50%);"></span>
|
|
|
</div>
|
|
|
- <button type="button" class="ms-btn ms-btn-secondary fl query">查询</button>
|
|
|
- <span class="fl num">累计总下载 <i>
|
|
|
+ <button type="button" class="ms-btn ms-btn-secondary fl query" style="margin-left: 10px;">查询</button>
|
|
|
+ <span class="fl num" style="margin-left: 10px; line-height: 34px;">累计总下载 <i>
|
|
|
<?php echo $row['in_downloads'];?>
|
|
|
</i> 次</span>
|
|
|
<button type="button" class="ms-btn ms-btn-secondary fr cleanUp"
|
|
|
data-app-id="<?php echo bees_encrypt($row['in_id']);?>">清空统计数据
|
|
|
</button>
|
|
|
</div>
|
|
|
- <div class="table-responsive">
|
|
|
- <table class="table">
|
|
|
+ <div class="table-responsive" style="margin-top: 10px;">
|
|
|
+ <table class="table app-table">
|
|
|
<tr>
|
|
|
<th>时间</th>
|
|
|
<th>应用名称</th>
|