diff --git a/Application/Admin/Controller/PromoteCompanyController.class.php b/Application/Admin/Controller/PromoteCompanyController.class.php
index 8f7eac955..10173caba 100644
--- a/Application/Admin/Controller/PromoteCompanyController.class.php
+++ b/Application/Admin/Controller/PromoteCompanyController.class.php
@@ -194,6 +194,7 @@ class PromoteCompanyController extends ThinkController
$this->meta_title = '下游推广公司';
$this->display();
}
+
public function index()
{
$page = intval(I('get.p', 0));
diff --git a/Application/Admin/View/PromoteCompany/add.html b/Application/Admin/View/PromoteCompany/add.html
index 24915dbd4..81ffee4ca 100644
--- a/Application/Admin/View/PromoteCompany/add.html
+++ b/Application/Admin/View/PromoteCompany/add.html
@@ -76,12 +76,59 @@
.iconfont-unselected:hover {
background-color: #ababab;
}
+ .normal-table {
+ border: solid 1px #cbcbcb;
+ width: 100%;
+ clear: both;
+ border-collapse: collapse;
+ font-size: 13px;
+ border-spacing: 0;
+ }
+ .normal-table th {
+ background-color: #F0F5F7;
+ box-shadow: 0px -3px 0px 0px #EDEDED inset;
+ height: 37px;
+ line-height: 37px;
+ border-bottom: solid 1px #b6cad2;
+ text-indent: 11px;
+ text-align: center;
+ height: 50px;
+ line-height: 50px;
+ }
+ .normal-table tbody tr:nth-child(even) {
+ background: #f5f8fa;
+ }
+ .normal-btn {
+ cursor: pointer;
+ border: none;
+ border-radius: 3px;
+ margin-bottom: 20px;
+ display: block;
+ float: left;
+ text-align: center;
+ line-height: 35px;
+ width: 100px;
+ background: #3E96C9;
+ color: #fff;
+ background-image: -moz-linear-gradient(top, #449ACB 0%,#3C95C8 50%, #3591C6 100%);
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#449ACB),color-stop(50%,#3C95C8), color-stop(100%,#3591C6));
+ background-image: -webkit-linear-gradient(top, #449ACB 0%,#3C95C8 50%,#3591C6 100%);
+ background-image: -o-linear-gradient(top, #449ACB 0%,#3C95C8 50%,#3591C6 100%);
+ background-image: -ms-linear-gradient(top, #449ACB 0%,#3C95C8 50%,#3591C6 100%);
+ background-image: linear-gradient(to bottom, #449ACB 0%,#3C95C8 50%,#3591C6 100%);
+ }
+
{$meta_title}
+
说明:查看和编辑推广公司的基本信息、结算信息、会长信息等。