7e4211fc by 任超

style:底部样式

1 parent 9ac80662
...@@ -33,14 +33,13 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq ...@@ -33,14 +33,13 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq
33 /* -----------------底部start----------------------------- */ 33 /* -----------------底部start----------------------------- */
34 div.footer { 34 div.footer {
35 background-color: #233042; 35 background-color: #233042;
36 height: 310px;
37 } 36 }
38 div.footer .system_service { 37 div.footer .system_service {
39 width: 100%; 38 width: 100%;
40 border-bottom: 1px solid #4A4A4A; 39 border-bottom: 1px solid #4A4A4A;
41 } 40 }
42 div.footer .system_service ul { 41 div.footer .system_service ul {
43 padding: 50px 0; 42 padding: 30px 0;
44 width: 1400px; 43 width: 1400px;
45 margin: 0 auto; 44 margin: 0 auto;
46 font-size: 0; 45 font-size: 0;
...@@ -66,7 +65,7 @@ div.footer .system_service ul li a:hover { ...@@ -66,7 +65,7 @@ div.footer .system_service ul li a:hover {
66 .footer .subject { 65 .footer .subject {
67 width: 1200px; 66 width: 1200px;
68 margin: 0 auto; 67 margin: 0 auto;
69 padding: 45px 0; 68 padding: 30px 0;
70 overflow: hidden; 69 overflow: hidden;
71 } 70 }
72 .footer .subject .footer_logo { 71 .footer .subject .footer_logo {
......