Parcourir la source

统计模块 ico 及 footer

walkor il y a 11 ans
Parent
commit
1aad81fd27

+ 1 - 0
applications/Statistics/Views/footer.tpl.php

@@ -1,2 +1,3 @@
+<div class="footer">Powered by <a href="http://www.workerman.net" target="_blank"><strong>Workerman!</strong></a></div>
 </body>
 </html>

+ 19 - 0
applications/Statistics/Web/css/style.css

@@ -4,4 +4,23 @@ body {margin: 10px 0px}
 }
 .height-400{
 	height:400px
+}
+
+.footer
+{
+	margin: 8px auto 0 auto;
+	width: 100%;
+	position: absolute;
+	bottom: 0;
+	left: 0;
+	overflow: hidden;
+	padding-bottom: 8px;
+	word-spacing: 3px;
+	color:#666;
+}
+
+.footer > a
+{
+	font-size:bold;
+	color:#333;
 }

BIN
applications/Statistics/Web/img/favicon.png