优化页面样式

master
chenzhi 4 years ago
parent ff6d326171
commit cef7b9e5fc

@ -184,6 +184,7 @@ class DownloadController extends BaseController
$this->assign('data',$rs);
$this->assign('promoteNameArr',$promoteNameArr);
$this->meta_title = "下载管理";
return $this->display();
}

@ -121,6 +121,7 @@ class GameController extends BaseController
$this->assign('count', $count);
$this->assign('pagination', $pagination);
$this->assign('records', $records);
$this->assign('position', ($serverType == 1) ? '专服管理' : '混服管理');
$this->display('index');
}

@ -1097,11 +1097,11 @@ class PromoteController extends BaseController
}
if ($promoteType == 0) {
$promoteTypeName = '部门';
$promoteTypeName = '部门';
} elseif ($promoteType == 1) {
$promoteTypeName = '组';
$promoteTypeName = '组';
} elseif ($promoteType == 2) {
$promoteTypeName = '推广员';
$promoteTypeName = '员';
}
$parentMap = [];
@ -1274,13 +1274,13 @@ class PromoteController extends BaseController
{
$promoteType = $_REQUEST['promote_type'];
if($promoteType == 0) {
$promoteTypeTitle = "部门管理";
$promoteTypeTitle = "部门管理";
}
if($promoteType == 1) {
$promoteTypeTitle = "组管理";
$promoteTypeTitle = "组管理";
}
if($promoteType == 2) {
$promoteTypeTitle = "推广员管理";
$promoteTypeTitle = "员管理";
}
if (IS_POST) {
$type = $_REQUEST['type'];

@ -273,7 +273,7 @@ class QueryController extends BaseController
$this->assign('ownId', $ownId);
$this->assign('payWayData', QueryController::$payWay);
$this->assign('payStatusData', QueryController::$payStatus);
$this->meta_title = "订单查询";
$this->meta_title = "订单明细";
$this->display();
}
@ -750,7 +750,7 @@ class QueryController extends BaseController
public function arpu()
{
$this->meta_title = 'ARPU统计';
$this->meta_title = 'ARPU数据';
$defaultTime = date('Y-m-d', time() - 6 * 24 * 3600) . ' 至 ' . date('Y-m-d');
$time = I('time', '');
$time = $time == '' ? $defaultTime : $time;
@ -1260,7 +1260,7 @@ class QueryController extends BaseController
$serverData = $this->getServer($relationGameId, $sdkVersion);
$this->assign('meta_title', '每日概况');
$this->assign('meta_title', '日情况表');
$this->assign('loginPromote', $loginPromote);
$this->assign('ownId', $ownId);
$this->assign('listData', $records);
@ -1882,6 +1882,7 @@ class QueryController extends BaseController
$this->assign('pagination', $pagination);
$this->assign('count', $count);
$this->assign('createTime', $createTime);
$this->meta_title = '创角查询';
$this->display('userRoles');
}
@ -2329,6 +2330,7 @@ class QueryController extends BaseController
$this->assign('count', $count);
$this->assign('timeout', $timeout);
$this->assign('time', $defaultTime);
$this->meta_title = "团队/推广员业绩";
$this->display();
}
@ -2985,6 +2987,7 @@ class QueryController extends BaseController
$this->assign('data', $data);
$this->assign('start', $start);
$this->assign('end', $end);
$this->meta_title = "留存统计";
$this->display();
}

@ -172,6 +172,7 @@ class SafeController extends BaseController{
return false;
}
}
$this->meta_title = "密码修改";
$this->display();
}
@ -688,6 +689,7 @@ class SafeController extends BaseController{
$this->assign('listData',$rs);
$this->assign('initBegTime', I('begtime'));
$this->assign('initEndTime', I('endtime'));
$this->meta_title = "操作管理";
$this->display();
}
@ -705,6 +707,7 @@ class SafeController extends BaseController{
if(!empty($promote['login_phone'])) {
$this->assign('login_phone', $promote['login_phone']);
}
$this->meta_title = "登陆管理";
return $this->display();
}

@ -68,7 +68,7 @@
padding-left: 10px;
padding-right: 10px;
height: 34px;
border: 1px solid #06C;
border: 1px solid #cc6600;
color: red;
border-radius: 4px;
line-height: 34px;
@ -79,10 +79,10 @@
<div class="page-search normal_list query-recharge-search jssearch">
<div class="trunk-title">
<div class="location">
<div class="location-container">当前位置:<span>下载管理></span><span>控制台</span></div>
<div class="location-container">当前位置:<span>安全管理></span><span>{$meta_title}</span></div>
</div>
<img src="__IMG__/20180207/icon_zhuce.png">
<span class="title_main">下载日志</span>
<span class="title_main">{$meta_title}</span>
<span class="details">记录数据管理中导出数据事件</span>
</div>
<div class="trunk-content article">

@ -105,9 +105,6 @@
<a href="{:U('Download/listsIndex')}" class="<?=is_active_class(['Download'], ['listsIndex'])?>">下载管理</a>
<a href="{:U('Safe/modifyloginpassword')}" class="<?=is_active_class(['Safe'], ['modifyloginpassword'])?>">密码修改</a>
<a href="{:U('Safe/setSafeIndex')}" class="<?=is_active_class(['Safe'], ['setSafeIndex'])?>">安全密码</a>
<?php if ($loginer['level'] == 1) :?>
<a href="{:U('Safe/modifyBaseInfo')}" class="<?=is_active_class(['Safe'], ['modifyBaseInfo'])?>">用户信息</a>
<?php endif;?>
<a href="{:U('Safe/promoteLogs')}" class="<?=is_active_class(['Safe'], ['promoteLogs'])?>">操作管理</a>
</div>
<?php if(C('APP_ENV') == 'dev' || $company['type'] == 1):?>

@ -25,7 +25,7 @@
height: 2.4rem;
border: 0;
border-radius: 5px;
background-color: #358fe4;
background-color: #cc6600;
color: #fff;
}

@ -19,10 +19,10 @@
<div class="page-list normal_list promote-mychlid-list">
<div class="trunk-title">
<div class="location">
<div class="location-container">当前位置:<span>数据管理></span><span>团队推广业绩</span></div>
<div class="location-container">当前位置:<span>数据管理></span><span>{$meta_title}</span></div>
</div>
<img src="__IMG__/20180207/icon_normal_game.png">
<span class="title_main">团队推广业绩</span>
<span class="title_main">{$meta_title}</span>
</div>
<div class="trunk-content article">
<div class="trunk-search clearfix">
@ -74,7 +74,7 @@
</div>
<?php if ($prevParentId > 0):?>
<div class="form-group">
<a class="submit normal_space" href="{:U('Query/achievement', ['row'=>I('get.row'), 'parent_id' => $prevParentId,'time'=>$time])}" style="line-height: 36px; display: inline-block; text-align: center; background: #E5E5E5; color: #2bd8ed; cursor: pointer;">返回上级</a>
<a class="submit normal_space" href="{:U('Query/achievement', ['row'=>I('get.row'), 'parent_id' => $prevParentId,'time'=>$time])}" style="line-height: 36px; display: inline-block; text-align: center; background: #E5E5E5; color: #996600; cursor: pointer;">返回上级</a>
</div>
<?php endif;?>
</form>

@ -65,10 +65,10 @@
<div class="page-search normal_list query-recharge-search">
<div class="trunk-title">
<div class="location">
<div class="location-container">当前位置:<span>数据管理></span><span>ARPU统计</span></div>
<div class="location-container">当前位置:<span>数据管理></span><span>{$meta_title}</span></div>
</div>
<img src="__IMG__/20180207/icon_normal_ARPU.png">
<span class="title_main">ARPU统计</span>
<span class="title_main">{$meta_title}</span>
<span class="details">根据日期游戏推广员分析ARPU等相关数据信息排除绑币</span>
<div class="keywords_information" style="clear: both;">
<i class="keywords_mark"><span>关键词说明</span></i>

@ -68,10 +68,10 @@
<div class="page-search normal_list query-recharge-search jssearch">
<div class="trunk-title">
<div class="location">
<div class="location-container">当前位置:<span>数据管理></span><span>订单查询</span></div>
<div class="location-container">当前位置:<span>数据管理></span><span>{$meta_title}</span></div>
</div>
<img src="__IMG__/20180207/icon_chongzhi.png">
<span class="title_main">订单数据</span>
<span class="title_main">{$meta_title}</span>
<span class="details">对所有渠道用户玩家产生的订单信息,进行记录的功能</span>
</div>
<div class="trunk-content article">

@ -30,10 +30,10 @@
<div class="page-list normal_list promote-mychlid-list">
<div class="trunk-title">
<div class="location">
<div class="location-container">当前位置:<span>数据管理></span><span>玩家充值</span></div>
<div class="location-container">当前位置:<span>数据管理></span><span>{$meta_title}</span></div>
</div>
<img src="__IMG__/20180207/icon_normal_game.png">
<span class="title_main">玩家充值</span>
<span class="title_main">{$meta_title}</span>
<span class="details">说明:玩家角色充值统计</span>
</div>
<div class="trunk-content article">

@ -30,10 +30,10 @@
<div class="page-list normal_list promote-mychlid-list">
<div class="trunk-title">
<div class="location">
<div class="location-container">当前位置:<span>数据管理></span><span>角色查询</span></div>
<div class="location-container">当前位置:<span>数据管理></span><span>{$meta_title}</span></div>
</div>
<img src="__IMG__/20180207/icon_normal_game.png">
<span class="title_main">角色查询</span>
<span class="title_main">{$meta_title}</span>
</div>
<div class="trunk-content article">
<div class="trunk-search clearfix jssearch">

@ -30,10 +30,10 @@
<div class="page-list normal_list promote-mychlid-list">
<div class="trunk-title">
<div class="location">
<div class="location-container">当前位置:<span>数据管理></span><span>用户留存率</span></div>
<div class="location-container">当前位置:<span>数据管理></span><span>{$meta_title}</span></div>
</div>
<img src="__IMG__/20180207/icon_normal_game.png">
<span class="title_main">用户留存率</span>
<span class="title_main">{$meta_title}</span>
</div>
<div class="trunk-content article">
<div class="trunk-search clearfix jssearch">

@ -37,7 +37,7 @@
<div class="page-list normal_list promote-base_info-form">
<div class="trunk-title">
<span class="title_main">手机号绑定</span>
<span class="title_main">{$meta_title}</span>
</div>
<div class="trunk-content article">
<div class="trunk-list baseInfo">

@ -108,7 +108,7 @@
<input type="hidden" name="idcarpic" id="cover_id_{$field.name}" value="{$promoteinfo['idcarpic']}"/>
<div id="uploader-demo" >
<div id="idpic">
<div class="webuploader-pick" style="line-height:30px;" onclick="">上传证件</div>
<div class="webuploader-pick" style="line-height:30px;background-color: red;" onclick="">上传证件</div>
</div>
<div id="idpicList" class="uploader-list" style="display: flex;"></div>
</td>

@ -32,11 +32,11 @@
#tab{
margin-top:30px;
border-left:3px solid #26C7DB;
border-left:3px solid #CC6600;
height:46px;display:flex;
justify-content: space-between;
align-items: center;
background: #ecf4f5;
background: #FFCC99;
}
</style>
</block>
@ -47,12 +47,12 @@
<div class="trunk-title">
<img src="__IMG__/20180207/icon_normal_zhanghu.png">
<span class="title_main">修改登录密码</span>
<span class="title_main">{$meta_title}</span>
</div>
<div class="trunk-content article">
<div class="trunk-list baseInfo">
<div style="" id="tab">
<span style="padding-left:20px;color:#26c7dbd4" >注意:密码必须由字母与数字组合</span>
<span style="padding-left:20px;color:#CC6600" >注意:密码必须由字母与数字组合</span>
</div>
<form action="{:U('Safe/modifyLoginPassword')}" novalidate="novalidate" method="post" class="paw_info">
<table class="table2" style="margin-top:20px;margin-left:30px">

@ -68,10 +68,10 @@
<div class="page-search normal_list query-recharge-search jssearch">
<div class="trunk-title">
<div class="location">
<div class="location-container">当前位置:<span>安全管理></span><span>操作日志</span></div>
<div class="location-container">当前位置:<span>安全管理></span><span>{$meta_title}</span></div>
</div>
<img src="__IMG__/20180207/icon_chongzhi.png">
<span class="title_main">说明</span>
<span class="title_main">{$meta_title}</span>
<span class="details">工作人员在推广平台内的操作日志</span>
</div>
<div class="trunk-content article">

@ -41,7 +41,7 @@
</div>
<div class="trunk-content article">
<div class="trunk-list baseInfo">
<span style="margin-top:50px;font-size:15px;color:#26c7db85">为了保证您的账户安全,提现和转账等操作需要使用安全密码进行确认(请不要和登陆密码一样)</span>
<span style="margin-top:50px;font-size:15px;color:#CC6600">为了保证您的账户安全,提现和转账等操作需要使用安全密码进行确认(请不要和登陆密码一样)</span>
<form action="{:U('Safe/modifypwdindex')}" novalidate="novalidate" method="post" class="paw_info">
<table class="table2" style="margin-top:30px;margin-left:50px" >
<!-- <tr>

@ -28,8 +28,8 @@
.trunk-list .table2 .r input[type=text] {width: 230px;height: 32px;padding-left: 10px; border: 1px solid #E5E5E5;border-radius: 4px;line-height: 32px;color: #535875;}
.trunk-list .table2 .r input[type=password] {width: 230px;height: 32px;padding-left: 10px; border: 1px solid #E5E5E5;border-radius: 4px;line-height: 32px;color: #535875;}
.trunk-list .table2 .r .radio-item {margin-right: 10px;}
.trunk-list .table2 .r .tj{width: 118px;height: 36px;line-height:36px;background: #26C7DB;color: #fff;border-radius: 4px;border: none;padding: 0;}
.trunk-list .table2 .r .tj:hover{background: #2bd8ed;}
.trunk-list .table2 .r .tj{width: 118px;height: 36px;line-height:36px;background: #cc6600;color: #fff;border-radius: 4px;border: none;padding: 0;}
.trunk-list .table2 .r .tj:hover{background: #996600;}
.trunk-list .table2 .r .tj.disabled {background:#CCC;}
.trunk-list .table2 .r .back_btn{width: 118px;height: 36px;line-height:36px;background: #E5E5E5;color: #8B8CA0;border-radius: 4px;display: inline-block;text-align: center;margin-left: 20px;}
.table2 .form-radio label {position:relative;margin-right:20px;cursor:pointer;}

@ -38,7 +38,7 @@ input,select,button{outline:none;font-size:14px;font-family:inherit;}
}
/*左侧导航栏*/
.nav_new{width: 195px;height: 100%;background: #374760;position: fixed;z-index: 9;}
.nav_new{width: 195px;height: 100%;background: #cc6600;position: fixed;z-index: 9;}
.nav_new .logo_picture{padding: 20px; text-align: center;}
.subNavBox{width: 100%;text-align: center;}
.subNavBox .subNav{
@ -48,7 +48,7 @@ input,select,button{outline:none;font-size:14px;font-family:inherit;}
line-height: 50px;
position: relative;
}
.subNavBox .subNav:hover{background: #25354E;color: #fff;}
.subNavBox .subNav:hover{background: #996600;color: #fff;}
.subNavBox .subNav:hover:not(.currentDd) .arrow_icon{background: url(../../images/20180207/icon_selected_xiala.png) center;}
.subNavBox .subNav:hover .icon_guanli{background: url(../../images/20180207/icon_selected_guanli.png) center;}
.subNavBox .subNav:hover .icon_shujvi{background: url(../../images/20180207/icon_selected_shujv.png) center;}
@ -56,10 +56,10 @@ input,select,button{outline:none;font-size:14px;font-family:inherit;}
.subNavBox .subNav:hover .icon_fenbao{background: url(../../images/20180207/icon_selected_fenbao.png) center;}
.subNavBox .subNav:hover .icon_fuli{background: url(../../images/20180207/icon_selected_fuli.png) center;}
.subNavBox .subNav:hover .icon_zhandian{background: url(../../images/20180207/icon_selected_zhandian.png) center;}
.subNavBox .navContent{background: #25354E;text-align: center;display: none;}
.subNavBox .navContent a{display: block;color: rgba(231,234,255,.7);padding-bottom: 15px;text-align: left;padding-left: 49px;}
.subNavBox .navContent a:hover{color: #26c7db;}
.subNavBox .navContent .active{color: #26c7db;}
.subNavBox .navContent{background: #663300;text-align: center;display: none;}
.subNavBox .navContent a{display: block;color:#FFFFCC;padding-bottom: 15px;text-align: left;padding-left: 49px;}
.subNavBox .navContent a:hover{color: #FFFF99;}
.subNavBox .navContent .active{color: #FFFF99;}
.subNavBox .subNav span{vertical-align: middle;margin-left: -40px;}
.subNavBox .subNav .prev_icon{
position: absolute;
@ -86,7 +86,7 @@ input,select,button{outline:none;font-size:14px;font-family:inherit;}
.subNavBox .subNav .icon_zhandian{background: url(../../images/20180207/icon_normal_lianmeng.png) center;}
.subNavBox .currentDd{
color: #fff;
background: #25354E;
background: #996600;
cursor: pointer;
font-size: 14px;
line-height: 50px;
@ -134,8 +134,8 @@ input,select,button{outline:none;font-size:14px;font-family:inherit;}
.normal_list{min-height: 80vh;background: #fff;position: relative;border: 1px solid #E3E8EC;}
.normal_space{margin-left: 10px;}
.normal_space .select_gallery{height: 32px;padding-left: 10px;border: 1px solid #E5E5E5;border-radius: 4px;line-height: 32px;}
.form-group .submit{width: 95px;height: 36px;display: block;background: #409eff;color: #fff;border: none;border-radius: 4px;}
.form-group .submit:hover{background: #2bd8ed;}
.form-group .submit{width: 95px;height: 36px;display: block;background: #cc6600;color: #fff;border: none;border-radius: 4px;}
.form-group .submit:hover{background: #996600;}
.normal_table{width: 100%;text-align: center;}
.normal_table tr{height: 40px;}
.normal_table tr:nth-child(2n-1){background: #FAFAFC;border-top: 1px solid #f3f5f9;border-bottom: 1px solid #f3f5f9;}
@ -327,7 +327,7 @@ input,select,button{outline:none;font-size:14px;font-family:inherit;}
text-align: center;
}
.chakan:hover{color: #2bd8ed;}
.chakan:hover{color: #cc6600;}
.summary td:last-child {text-align:right;padding-right:20px;}
.summary td:last-child {text-align:right;padding-right:20px;}
@ -387,7 +387,7 @@ input,select,button{outline:none;font-size:14px;font-family:inherit;}
height: 34px;
display: inline-block;
text-align: center;
background: #3A97FF;
background: #cc6600;
color: #fff;
border-radius: 4px;
padding: 0 15px;
@ -397,7 +397,7 @@ input,select,button{outline:none;font-size:14px;font-family:inherit;}
padding: 5px 0px;
}
.normal_table tr td a {
color: #06C
color: #cc6600
}
.page-list .summary{
@ -443,8 +443,8 @@ input,select,button{outline:none;font-size:14px;font-family:inherit;}
.el-button-primary {
color: #fff;
background-color: #409eff;
border-color: #409eff;
background-color: #cc6600;
border-color: #cc6600;
}
.el-button-success {
@ -612,8 +612,8 @@ input,select,button{outline:none;font-size:14px;font-family:inherit;}
.el-tag-plain.el-tag-success {
background-color: #fff;
border-color: #c2e7b0;
color: #67c23a;
border-color: #FF9933;
color: #FF9933;
}
.el-tag-plain.el-tag-info {

@ -23,8 +23,8 @@ label.includes input[type="checkbox"]:checked+.check_icon {
}
.tab .tab-item{display: inline-block;margin-right: 10px;padding-left: 10px;padding-right: 10px;height: 34px;border: 1px solid #E5E5E5;color: #a5a6bb;border-radius: 4px;line-height: 34px;text-align: center;}
.tab .tab-item.current{border: 1px solid #26C7DB;color: #26C7DB;}
.tab .tab-item:hover {text-decoration: none; color: #67c23a; border-color: #67c23a;}
.tab .tab-item.current{border: 1px solid #996600;color: #996600;}
.tab .tab-item:hover {text-decoration: none; color: #663300; border-color: #663300;}
.btn_calc{width: 96px;height: 36px;display: block;background: #3A97FF;
color: #fff;

@ -377,11 +377,11 @@
}
.tab .inline-btn {
border: 1px solid #409eff;
border: 1px solid #cc6600;
width: 88px;
line-height: 34px;
text-align: center;
color: #409eff;
color: #cc6600;
cursor: pointer;
text-decoration: none;
}
@ -393,7 +393,7 @@
.highlight {
color: #fff!important;
background-color: #409eff;
background-color: #cc6600;
}
.game-window-box {

Loading…
Cancel
Save