Jelajahi Sumber

fleat: update css

igb 4 hari lalu
induk
melakukan
4aafd6ad51
6 mengubah file dengan 12 tambahan dan 15 penghapusan
  1. 1 1
      css/common.css
  2. 7 5
      customerAdd.php
  3. 0 3
      customers.php
  4. 1 2
      panel.php
  5. 1 1
      statistics.php
  6. 2 3
      statistics_header.php

+ 1 - 1
css/common.css

@@ -1024,7 +1024,7 @@ select option{
 .table2 .col4,
 .table2 .col5,
 .table2 .col6{
-	width:10%;
+	width:9%;
 	float:left;
 	text-align:center;
 	height: 50px;

+ 7 - 5
customerAdd.php

@@ -360,8 +360,7 @@ checkLogin();
     <style>
         body {
             margin: 0;
-            padding: 20px;
-            background: #fff;
+              background: #fff;
         }
         #man_zone {
             margin-left: 0;
@@ -392,12 +391,15 @@ checkLogin();
             order: 1;
         }
         .add-contact-btn {
-            background-color: #4CAF50;
-            color: white;
-            border: none;
             padding: 6px 12px;
             margin-bottom: 10px;
             cursor: pointer;
+            height: 32px;
+            border: none;
+            color: #FFF;
+            background: #9ad48a;
+            border-radius: 3px;
+            margin-left: 10px;			
         }
         .contact-methods-container {
             margin-top: 8px;

+ 0 - 3
customers.php

@@ -604,12 +604,9 @@ $sqlStr .= " $fliterStr ORDER BY {$ordStr}c.cs_updatetime DESC";
     <link rel="stylesheet" href="css/alert.css" type="text/css" />
     <script src="js/jquery-1.7.2.min.js"></script>
     <script src="js/js.js"></script>
-
-
     <style>
         body {
             margin: 0;
-            padding: 20px;
             background: #fff;
         }
         #man_zone {

+ 1 - 2
panel.php

@@ -75,8 +75,7 @@ $stmt->close();
              ?>
             <dt class="subnav">统计分析
                 <div class="list-wraper">
-                    <a href="../dashboard.php" target="contentFrame">数据看板</a>
-                    <a href="../team.php" target="contentFrame">本月小组数据</a>
+                                    <a href="../team.php" target="contentFrame">本月小组数据</a>
 <!--                    <a href="statistics.php" target="contentFrame">汇总统计</a>-->
                     <a href="customers_stats.php" target="contentFrame">客户统计分析</a>
                     <a href="products_stats.php" target="contentFrame">产品统计分析</a>

+ 1 - 1
statistics.php

@@ -317,7 +317,7 @@ while ($row = $detailed_orders->fetch_assoc()) {
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,minimal-ui">    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <title>统计分析</title>
     <link rel="stylesheet" href="css/common.css" type="text/css" />
     <script src="system/js/jquery-1.7.2.min.js"></script>

+ 2 - 3
statistics_header.php

@@ -16,7 +16,7 @@
 
         .container {
             width: 100%;
-            max-width: 1200px;
+            max-width: 100%;
             margin: 0 auto;
         }
 
@@ -86,7 +86,7 @@
         }
 
         .form-control {
-            padding: 8px;
+            padding: 6px;
             border: 1px solid #ddd;
             border-radius: 4px;
             min-width: 150px;
@@ -138,7 +138,6 @@
             margin-bottom: 30px;
             background: white;
             border-radius: 5px;
-            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
             padding: 20px;
         }