瀏覽代碼

运单系统样式调整

LD 6 年之前
父節點
當前提交
7c83beac63
共有 2 個文件被更改,包括 31 次插入6 次删除
  1. 10 3
      public/t.php
  2. 21 3
      resources/sass/layout.scss

+ 10 - 3
public/t.php

@@ -1,7 +1,14 @@
 <?php
 <?php
 
 
+?>
 
 
-$a=['3'=>'33','4'=>'44'];
+<div style="width: 500px;height: 500px;background: #c99e9e;flex-direction:column;display: flex;justify-content:center">
 
 
-$str = $a['5'] ;
-var_dump($a['3'], $str);
+    <span>a</span>
+    <span>a</span>
+    <span>a</span>
+
+</div>
+
+<style>
+</style>

+ 21 - 3
resources/sass/layout.scss

@@ -27,8 +27,26 @@
     }
     }
 }
 }
 
 
-.waybill-table{
-    th:nth-child(1){
-        background: #000;
+table.waybill-table{
+    th {
+        padding-bottom: 0;
+    }
+    th:nth-child(4),th:nth-child(5),th:nth-child(6),th:nth-child(7),th:nth-child(8),th:nth-child(9),th:nth-child(10){
+        background: #eac3aa;
+    }
+    th:nth-child(11),th:nth-child(12),th:nth-child(13),th:nth-child(14),th:nth-child(15),th:nth-child(16){
+        background: #aac7ea;
+    }
+    th:nth-child(17),th:nth-child(18),th:nth-child(19),th:nth-child(20){
+        background: #aaeace;
+    }
+    td:nth-child(4),td:nth-child(5),td:nth-child(6),td:nth-child(7),td:nth-child(8),td:nth-child(9),td:nth-child(10){
+        background: rgb(246, 238, 232);
+    }
+    td:nth-child(11),td:nth-child(12),td:nth-child(13),td:nth-child(14),td:nth-child(15),td:nth-child(16){
+        background: #e8eef6;
+    }
+    td:nth-child(17),td:nth-child(18),td:nth-child(19),td:nth-child(20){
+        background: #e7f5ee;
     }
     }
 }
 }