From ac495119ecff01e773bf9bff29c8ec48dde5144f Mon Sep 17 00:00:00 2001
From: didiyu <1293722656@qq.com>
Date: 星期二, 11 十二月 2018 14:04:33 +0800
Subject: [PATCH] 加按钮
---
gx_tieta/WebRoot/mobil/batt-unapproved.html | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/gx_tieta/WebRoot/mobil/batt-unapproved.html b/gx_tieta/WebRoot/mobil/batt-unapproved.html
index 03432da..ffd4fa2 100644
--- a/gx_tieta/WebRoot/mobil/batt-unapproved.html
+++ b/gx_tieta/WebRoot/mobil/batt-unapproved.html
@@ -91,6 +91,9 @@
.ui-table-reflow td .ui-table-cell-label, .ui-table-reflow th .ui-table-cell-label{
width:35%;
}
+ .tbl-container td {
+ color: #fb0909a3;
+ }
</style>
<link rel="stylesheet" href="css/fgpanel.css">
</head>
@@ -113,7 +116,14 @@
</table>
</div>
-
+ <div data-role="footer" data-position="fixed" data-theme="a">
+ <div data-role="navbar">
+ <ul>
+ <li><a href="index.html" target="_top" data-role="button" data-icon="home" data-transition="slide">棣栭〉</a></li>
+ <li><a href="batt-approved.html" target="_top" data-role="button" data-icon="check" data-transition="slide">宸查�氳繃</a></li>
+ </ul>
+ </div>
+ </div>
</div>
--
Gitblit v1.9.1