luohailiang 2 years ago
parent
commit
94d298adfa
3 changed files with 7 additions and 6 deletions
  1. 5 4
      index.html
  2. 1 1
      static/styles/index.css
  3. 1 1
      static/styles/index.scss

+ 5 - 4
index.html

@@ -7,7 +7,7 @@
           content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
     <title>桐艺云校</title>
     <link rel="stylesheet" href="static/styles/common.css?v=20221124">
-    <link rel="stylesheet" href="static/styles/index.css?v=20221124">
+    <link rel="stylesheet" href="static/styles/index.css?v=20221214">
 </head>
 <body>
 <div class="wrapper">
@@ -25,9 +25,10 @@
         </a>
     </div>
     <footer class="footer">
-        <h3 class="font-size-13 text-center">浙江政务服务网</h3>
-        <h3 class="mt5 font-size-13 text-center">本服务由桐乡市教育局提供</h3>
-        <h3 class="mt5 font-size-13 text-center">服务咨询热线:<a href="tel:">0573-89393295</a></h3>
+        <footer class="footer">
+            <h3 class="font-size-13 text-center">本服务由浙江政务服务网、桐乡市教育局提供服务</h3>
+            <h3 class="mt5 font-size-13 text-center">服务咨询热线:<a href="tel:0573-89393295">0573-89393295</a></h3>
+        </footer>
     </footer>
 </div>
 <script src="static/scripts/jquery.min.js"></script>

+ 1 - 1
static/styles/index.css

@@ -35,5 +35,5 @@
   color: #AFAFB0;
 }
 .footer a {
-  color: #AFAFB0;
+  color: #2A60FF;
 }

+ 1 - 1
static/styles/index.scss

@@ -33,6 +33,6 @@
 	padding: 20px 0;
 	color: #AFAFB0;
 	a{
-		color: #AFAFB0;
+		color: #2A60FF;
 	}
 }