Commit b99fdc10 authored by agping's avatar agping

后台 样式优化

parent 54d998b7
...@@ -61,12 +61,6 @@ ...@@ -61,12 +61,6 @@
<div class="table-responsive"> <div class="table-responsive">
<table class="table table-striped table-bordered table-hover table-condensed"> <table class="table table-striped table-bordered table-hover table-condensed">
<thead> <thead>
<tr>
<td colspan="10">
<form id="form_search">
</form>
</td>
</tr>
<tr> <tr>
<th class="text-center">编号</th> <th class="text-center">编号</th>
<th class="text-center">类型</th> <th class="text-center">类型</th>
......
...@@ -3,8 +3,7 @@ ...@@ -3,8 +3,7 @@
<style> <style>
.pk-container-detail{ .pk-container-detail{
background-color: #fff; background-color: #fff;
margin-left: 8px; width: 100%;
width: 80%;
height: 820px; height: 820px;
border-radius:3px ; border-radius:3px ;
box-sizing: border-box; box-sizing: border-box;
......
...@@ -3,8 +3,7 @@ ...@@ -3,8 +3,7 @@
<style> <style>
.pk-container-detail{ .pk-container-detail{
background-color: #fff; background-color: #fff;
margin-left: 8px; width: 100%;
width: 96%;
height: 820px; height: 820px;
border-radius:3px ; border-radius:3px ;
box-sizing: border-box; box-sizing: border-box;
......
{layout name="global/frame_two_tpl" /} {layout name="global/frame_two_tpl" /}
<input type="hidden" class="page-load" id="realtimePerformance" /> <input type="hidden" class="page-load" id="realtimePerformance" />
<style type="text/css"> <style type="text/css">
.panel-body{
padding-top: 0;
}
.left{ .left{
float: left; float: left;
} }
...@@ -77,7 +80,7 @@ ...@@ -77,7 +80,7 @@
.performance-ranking-head{ .performance-ranking-head{
float: left; float: left;
margin-right: 30px; margin-right: 30px;
margin-top: 10px; margin-top: 5px;
} }
/*加载图标*/ /*加载图标*/
#main_loading_pic { #main_loading_pic {
...@@ -101,7 +104,7 @@ ...@@ -101,7 +104,7 @@
<div class="panel-heading breadcrumb"> <div class="panel-heading breadcrumb">
<li> <li>
<a href="#" class="performance-ranking-head" style=""><span id="performance_ranking">业绩排行</span>&nbsp;&nbsp;&nbsp;&nbsp;<span id="rank_start_day"></span>&nbsp;&nbsp;<span id="rank_end_day"></span></a> <a href="#" class="performance-ranking-head" style=""><span id="performance_ranking">业绩排行</span>&nbsp;&nbsp;&nbsp;&nbsp;<span id="rank_start_day"></span>&nbsp;&nbsp;<span id="rank_end_day"></span></a>
<select class="form-control btn2-city" id="realtime_city_choose" style="display: none;margin-top: 6px;"> <select class="form-control btn2-city" id="realtime_city_choose" style="display: none;margin-top: 0px;">
</select> </select>
</li> </li>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment