diff --git a/.idea/modules.xml b/.idea/modules.xml index 7fc54c8..0ce02b5 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,7 +2,7 @@ - + \ No newline at end of file diff --git a/resource/public/commoncss.css b/resource/public/commoncss.css index 329f544..7de4ef1 100644 --- a/resource/public/commoncss.css +++ b/resource/public/commoncss.css @@ -22,6 +22,10 @@ ul,li{ .display-none{ display: none; } +.boxshadow{ + -moz-box-shadow:0 0 24px rgba(0,0,0,0.05); /* 老的 Firefox */ + box-shadow:0 0 24px rgba(0,0,0,0.05); +} /********************************************头部公共样式*/ header{ width: 100%; diff --git a/topages/workfill/workfill.html b/topages/workfill/workfill.html index 056d6c4..6df9838 100644 --- a/topages/workfill/workfill.html +++ b/topages/workfill/workfill.html @@ -6,10 +6,10 @@ -
+