From 6876084ffc4a01c1eca6a609dec8c176efc59aae Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期四, 22 一月 2026 15:16:45 +0800
Subject: [PATCH] 1

---
 zy-acs-cv/src/main/webapp/static/css/common.css |   76 +++++++++++++++++++++++++++++---------
 1 files changed, 58 insertions(+), 18 deletions(-)

diff --git a/zy-acs-cv/src/main/webapp/static/css/common.css b/zy-acs-cv/src/main/webapp/static/css/common.css
index f388ea3..b6ca322 100644
--- a/zy-acs-cv/src/main/webapp/static/css/common.css
+++ b/zy-acs-cv/src/main/webapp/static/css/common.css
@@ -5,12 +5,14 @@
     margin: 0;
     padding: 0;
 }
+
 html {
     line-height: 1.5;
     font-size: 15px;
     font-family: sans-serif;
     height: 100%;
 }
+
 body {
     height: 100%;
 }
@@ -25,25 +27,63 @@
     display: table;
     clear: both;
 }
+
 .col-md3:empty {
-    background:rgba(0,0,0,0.04);
-    border: 1px solid rgba(0,0,0,.3);
-    min-height:32px;
+    background: rgba(0, 0, 0, 0.04);
+    border: 1px solid rgba(0, 0, 0, .3);
+    min-height: 32px;
     height: inherit;
-    z-index:1;
+    z-index: 1;
 }
-.col-md1,.col-md10,.col-md11,.col-md12,.col-md2,.col-md3,.col-md4,.col-md5,.col-md6,.col-md7,.col-md8,.col-md9{
-    float:left;
+
+.col-md1, .col-md10, .col-md11, .col-md12, .col-md2, .col-md3, .col-md4, .col-md5, .col-md6, .col-md7, .col-md8, .col-md9 {
+    float: left;
 }
-.col-md1{width:8.33333333%}
-.col-md2{width:16.66666667%}
-.col-md3{width:25%}
-.col-md4{width:33.33333333%}
-.col-md5{width:41.66666667%}
-.col-md6{width:50%}
-.col-md7{width:58.33333333%}
-.col-md8{width:66.66666667%}
-.col-md9{width:75%}
-.col-md10{width:83.33333333%}
-.col-md11{width:91.66666667%}
-.col-md12{width:100%}
\ No newline at end of file
+
+.col-md1 {
+    width: 8.33333333%
+}
+
+.col-md2 {
+    width: 16.66666667%
+}
+
+.col-md3 {
+    width: 25%
+}
+
+.col-md4 {
+    width: 33.33333333%
+}
+
+.col-md5 {
+    width: 41.66666667%
+}
+
+.col-md6 {
+    width: 50%
+}
+
+.col-md7 {
+    width: 58.33333333%
+}
+
+.col-md8 {
+    width: 66.66666667%
+}
+
+.col-md9 {
+    width: 75%
+}
+
+.col-md10 {
+    width: 83.33333333%
+}
+
+.col-md11 {
+    width: 91.66666667%
+}
+
+.col-md12 {
+    width: 100%
+}
\ No newline at end of file

--
Gitblit v1.9.1